Hello community, here is the log from the commit of package upower for openSUSE:Factory checked in at 2016-10-14 09:27:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/upower (Old) and /work/SRC/openSUSE:Factory/.upower.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "upower" Changes: -------- --- /work/SRC/openSUSE:Factory/upower/upower.changes 2016-09-09 10:14:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.upower.new/upower.changes 2016-10-14 09:27:59.000000000 +0200 @@ -1,0 +2,10 @@ +Wed Oct 12 17:26:03 UTC 2016 - [email protected] + +- Add upower-hibernate-insteadof-hybridsleep.patch: + + Set the system per default to hibernate, not hybridsleep. If + the battery is going to be empty soon, there is no reason + any longer to attempt to HybridSleep, which quite some hardware + seems to get wrong. Simply hibernate, get the data on the disk + and switch off (boo#985741). + +------------------------------------------------------------------- New: ---- upower-hibernate-insteadof-hybridsleep.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ upower.spec ++++++ --- /var/tmp/diff_new_pack.2aH8Ec/_old 2016-10-14 09:27:59.000000000 +0200 +++ /var/tmp/diff_new_pack.2aH8Ec/_new 2016-10-14 09:27:59.000000000 +0200 @@ -29,6 +29,8 @@ Source: http://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM upower-fix-get-critical-crash.patch boo#975653 fdo#94262 [email protected] -- Fix upower daemon crashing. Patch0: upower-fix-get-critical-crash.patch +# PATCH-FEATURE-OPENSUSE upower-hibernate-insteadof-hybridsleep.patch boo#985741 [email protected] -- Set the system per default to hibernate, not hybridsleep +Patch1: upower-hibernate-insteadof-hybridsleep.patch BuildRequires: gobject-introspection-devel >= 0.9.9 BuildRequires: gtk-doc >= 1.11 BuildRequires: intltool @@ -99,6 +101,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure\ ++++++ upower-hibernate-insteadof-hybridsleep.patch ++++++ Index: upower-0.99.3/etc/UPower.conf =================================================================== --- upower-0.99.3.orig/etc/UPower.conf +++ upower-0.99.3/etc/UPower.conf @@ -88,4 +88,4 @@ TimeAction=120 # # If HybridSleep isn't available, Hibernate will be used # If Hibernate isn't available, PowerOff will be used -CriticalPowerAction=HybridSleep +CriticalPowerAction=Hibernate
