diff -Nru gnome-control-center-3.24.0/debian/changelog gnome-control-center-3.24.0/debian/changelog --- gnome-control-center-3.24.0/debian/changelog 2017-03-21 02:05:32.000000000 +1100 +++ gnome-control-center-3.24.0/debian/changelog 2017-04-02 16:38:26.000000000 +1000 @@ -1,3 +1,10 @@ +gnome-control-center (1:3.24.0-0ubuntu2~zesty1) UNRELEASED; urgency=medium + + * d/p/ubuntu-region-packagekit.patch: Update for changes in PackageKit + dbus API + + -- Tim Lunn Sun, 02 Apr 2017 16:38:26 +1000 + gnome-control-center (1:3.24.0-0ubuntu1) zesty; urgency=medium * New upstream translations release diff -Nru gnome-control-center-3.24.0/debian/patches/ubuntu-region-packagekit.patch gnome-control-center-3.24.0/debian/patches/ubuntu-region-packagekit.patch --- gnome-control-center-3.24.0/debian/patches/ubuntu-region-packagekit.patch 2017-03-21 02:05:32.000000000 +1100 +++ gnome-control-center-3.24.0/debian/patches/ubuntu-region-packagekit.patch 2017-04-02 16:37:53.000000000 +1000 @@ -7,11 +7,11 @@ language packs for the selected language --- -Index: gnome-control-center/panels/common/cc-common-language.c +Index: gnome-control-center-3.24.0/panels/common/cc-common-language.c =================================================================== ---- gnome-control-center.orig/panels/common/cc-common-language.c -+++ gnome-control-center/panels/common/cc-common-language.c -@@ -425,3 +425,240 @@ cc_common_language_add_user_languages (G +--- gnome-control-center-3.24.0.orig/panels/common/cc-common-language.c ++++ gnome-control-center-3.24.0/panels/common/cc-common-language.c +@@ -425,3 +425,239 @@ cc_common_language_add_user_languages (G g_hash_table_destroy (user_langs); } @@ -171,8 +171,7 @@ + g_dbus_proxy_call (pk_data->pk_transaction_proxy, + "WhatProvides", + /* TODO need to get enums from libpackagekit-glib2 */ -+ g_variant_new ("(tu^a&s)", -+ (guint64)1, /*PK_FILTER_ENUM_NONE*/ ++ g_variant_new ("(t^a&s)", + (guint32)11, /*PK_PROVIDES_ENUM_LANGUAGE_SUPPORT*/ + provides_args), + G_DBUS_CALL_FLAGS_NONE, @@ -252,10 +251,10 @@ + + return result; +} -Index: gnome-control-center/panels/common/cc-common-language.h +Index: gnome-control-center-3.24.0/panels/common/cc-common-language.h =================================================================== ---- gnome-control-center.orig/panels/common/cc-common-language.h -+++ gnome-control-center/panels/common/cc-common-language.h +--- gnome-control-center-3.24.0.orig/panels/common/cc-common-language.h ++++ gnome-control-center-3.24.0/panels/common/cc-common-language.h @@ -51,6 +51,8 @@ GHashTable *cc_common_language_get_initi GHashTable *cc_common_language_get_user_languages (void); GHashTable *cc_common_language_get_initial_regions (const gchar *lang);