Hello community,

here is the log from the commit of package pm-utils for openSUSE:Factory 
checked in at 2012-07-10 14:05:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pm-utils (Old)
 and      /work/SRC/openSUSE:Factory/.pm-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pm-utils", Maintainer is "vdziewie...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pm-utils/pm-utils.changes        2012-06-26 
17:20:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pm-utils.new/pm-utils.changes   2012-07-10 
14:05:07.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 10 10:30:37 UTC 2012 - vdziewie...@suse.com
+
+-Further fix for bnc#753589 - powersave was not activated when
+resuming from suspend on battery.
+
+-------------------------------------------------------------------

Old:
----
  pm-utils-1.4.1-suse-8.tar.bz2

New:
----
  pm-utils-1.4.1-suse-9.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pm-utils.spec ++++++
--- /var/tmp/diff_new_pack.JUuCcv/_old  2012-07-10 14:05:11.000000000 +0200
+++ /var/tmp/diff_new_pack.JUuCcv/_new  2012-07-10 14:05:11.000000000 +0200
@@ -19,7 +19,7 @@
 %define pm_libdir %{_prefix}/lib/%{name}/
 %define pm_quirkdbdir %{pm_libdir}/video-quirks
 %define pm_sysconfdir %{_sysconfdir}/pm/config.d/
-%define gitversion 8
+%define gitversion 9
 
 Name:           pm-utils
 Version:        1.4.1

++++++ pm-utils-1.4.1-suse-8.tar.bz2 -> pm-utils-1.4.1-suse-9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pm-utils/pm/sleep.d/00powersave 
new/pm-utils/pm/sleep.d/00powersave
--- old/pm-utils/pm/sleep.d/00powersave 2012-06-04 20:16:59.000000000 +0200
+++ new/pm-utils/pm/sleep.d/00powersave 2012-07-10 12:20:00.000000000 +0200
@@ -6,7 +6,7 @@
 
 case $1 in
     suspend|hibernate) on_ac_power || pm-powersave false ;;
-    resume|thaw)       on_ac_power || pm-powersave false ;;
+    resume|thaw)       on_ac_power || pm-powersave ;;
     *) exit $NA ;;
 esac
 exit 0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to