Hello community, here is the log from the commit of package hplip for openSUSE:Factory checked in at 2019-03-14 14:52:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hplip (Old) and /work/SRC/openSUSE:Factory/.hplip.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hplip" Thu Mar 14 14:52:45 2019 rev:121 rq:683777 version:3.18.6 Changes: -------- --- /work/SRC/openSUSE:Factory/hplip/hplip.changes 2019-02-24 16:59:19.120796804 +0100 +++ /work/SRC/openSUSE:Factory/.hplip.new.28833/hplip.changes 2019-03-14 14:52:47.799784192 +0100 @@ -1,0 +2,15 @@ +Mon Mar 11 11:36:36 UTC 2019 - Martin Wilck <[email protected]> + +- don't mark /usr/lib/udev/rules.d/56-hpmud.rules as config file, + fixes rpmlint warning (override it by copying it to + /etc/udev/rules.d). + +------------------------------------------------------------------- +Fri Mar 8 00:00:15 UTC 2019 - Martin Wilck <[email protected]> + +- Fix hp-toolbox exiting after 10s under GNOME (bsc#1112331) + * removed ui5-systemtray.py-make-children-exit-if-no-systray-f.patch + Patch "ui5-systemtray-wait-only-10s-for-system-tray.patch" is + sufficient to fix the logout problem (bsc#1112331, lp#1721534) + +------------------------------------------------------------------- Old: ---- ui5-systemtray.py-make-children-exit-if-no-systray-f.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hplip.spec ++++++ --- /var/tmp/diff_new_pack.wCjxgc/_old 2019-03-14 14:52:49.291783978 +0100 +++ /var/tmp/diff_new_pack.wCjxgc/_new 2019-03-14 14:52:49.315783974 +0100 @@ -92,7 +92,6 @@ # PATCH-FIX-SUSE: GNOME no longer provides a system tray, so don't warn the user that we can't find it Patch109: no-systray-failure-message.patch Patch110: hpijs-avoid-segfault-in-DJGenericVIP-DJGenericVIP.patch -Patch111: ui5-systemtray.py-make-children-exit-if-no-systray-f.patch Patch112: ui5-systemtray-wait-only-10s-for-system-tray.patch # Python3 port: cleanup patches Patch300: pcardext-python3-fixes.patch @@ -399,7 +398,6 @@ %patch108 -p1 -b .add_missing_includes_and_define_GNU_SOURCE.orig %patch109 -p1 -b .systemtray.py.orig %patch110 -p1 -b .boo1094141 -%patch111 -p1 %patch112 -p1 %patch300 -p1 -b .pcardext-python3 %patch301 -p1 -b .misc-headers @@ -725,7 +723,7 @@ %dir %{_prefix}/lib/udev %dir %{_prefix}/lib/udev/rules.d %endif -%config %{_udevrulesdir}/56-hpmud.rules +%{_udevrulesdir}/56-hpmud.rules %{_bindir}/hp-align %{_bindir}/hp-check %{_bindir}/hp-clean ++++++ ui5-systemtray-wait-only-10s-for-system-tray.patch ++++++ --- /var/tmp/diff_new_pack.wCjxgc/_old 2019-03-14 14:52:49.395783962 +0100 +++ /var/tmp/diff_new_pack.wCjxgc/_new 2019-03-14 14:52:49.395783962 +0100 @@ -1,18 +1,16 @@ -From 1b6030a6b94731c06f3dcc04bec88bf63af85f61 Mon Sep 17 00:00:00 2001 +From 92ddbb36e2a589fe4d1cf27c30b67a1bb12bf9dc Mon Sep 17 00:00:00 2001 From: Martin Wilck <[email protected]> Date: Fri, 16 Nov 2018 11:00:44 +0100 -Subject: [PATCH 2/2] ui5/systemtray: wait only 10s for system tray +Subject: [PATCH] ui5/systemtray: wait only 10s for system tray On GNOME >= 3.26, it will never show up. This may cause hangs on logout if users log in and log out quickly again. - -Signed-off-by: Martin Wilck <[email protected]> --- ui5/systemtray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui5/systemtray.py b/ui5/systemtray.py -index 2d6cfd2..c71375b 100644 +index a0cdaf1..101807a 100644 --- a/ui5/systemtray.py +++ b/ui5/systemtray.py @@ -841,7 +841,7 @@ def run(read_pipe): @@ -25,5 +23,5 @@ break time.sleep(1.0) -- -2.19.1 +2.21.0
