Hello community, here is the log from the commit of package gnome-packagekit for openSUSE:Factory checked in at 2017-06-12 15:08:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-packagekit (Old) and /work/SRC/openSUSE:Factory/.gnome-packagekit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-packagekit" Mon Jun 12 15:08:54 2017 rev:124 rq:501756 version:3.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes 2017-03-22 23:10:17.431691773 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes 2017-06-12 15:08:58.806895407 +0200 @@ -1,0 +2,7 @@ +Thu May 11 02:05:45 UTC 2017 - [email protected] + +- Add gnome-packagekit-fix-not-responding-after-update.patch: Fix + gpk-update-viewer not responding after installing all available + updates (bgo#782673, bsc#1036542). + +------------------------------------------------------------------- New: ---- gnome-packagekit-fix-not-responding-after-update.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-packagekit.spec ++++++ --- /var/tmp/diff_new_pack.HLkYcr/_old 2017-06-12 15:09:00.418667878 +0200 +++ /var/tmp/diff_new_pack.HLkYcr/_new 2017-06-12 15:09:00.422667314 +0200 @@ -36,6 +36,8 @@ Patch3: bnc-946886-install-signatures-in-viewer.patch # PATCH-FIX-SLED bnc#939278-gnome-packagekit-asks-for-reboot-password-too-early.patch [email protected] -- Fixed asks for passwd too early. Patch4: bnc#939278-gnome-packagekit-asks-for-reboot-password-too-early.patch +#PATCH-FIX-UPSTREAM gnome-packagekit-fix-not-responding-after-update.patch bgo#782673, bsc#1036542 [email protected] -- Fix gpk-update-viewer not responding after installing available updates. +Patch5: gnome-packagekit-fix-not-responding-after-update.patch BuildRequires: PackageKit-devel BuildRequires: desktop-file-utils BuildRequires: docbook-utils-minimal @@ -95,6 +97,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build %configure \ ++++++ gnome-packagekit-fix-not-responding-after-update.patch ++++++ Index: gnome-packagekit-3.20.0/src/gpk-update-viewer.c =================================================================== --- gnome-packagekit-3.20.0.orig/src/gpk-update-viewer.c +++ gnome-packagekit-3.20.0/src/gpk-update-viewer.c @@ -1003,6 +1003,7 @@ gpk_update_viewer_progress_cb (PkProgres window = gtk_widget_get_window (widget); if (status == PK_STATUS_ENUM_FINISHED) { gdk_window_set_cursor (window, NULL); + ignore_updates_changed = FALSE; } else { display = gdk_display_get_default (); cursor = gdk_cursor_new_for_display (display, GDK_WATCH);
