Mailinglist Archive: opensuse-commit (1116 mails)
| < Previous | Next > |
commit pm-utils for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 17 Feb 2009 23:07:45 +0100
- Message-id: <20090217220745.BFF1A678161@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package pm-utils for openSUSE:Factory
checked in at Tue Feb 17 23:07:45 CET 2009.
--------
--- pm-utils/pm-utils.changes 2009-01-21 10:14:31.000000000 +0100
+++ pm-utils/pm-utils.changes 2009-02-17 17:56:16.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Feb 17 17:52:13 CET 2009 - seife@xxxxxxx
+
+- use s2ram options from config and / or "smart suspend" also for
+ s2both aka "hybrid suspend" (bnc#476484)
+- run the 30s2disk-check hook also during "hybrid suspend"
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
pm-utils-suse-20090121.tar.bz2
New:
----
pm-utils-suse-20090217.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pm-utils.spec ++++++
--- /var/tmp/diff_new_pack.a18169/_old 2009-02-17 23:07:06.000000000 +0100
+++ /var/tmp/diff_new_pack.a18169/_new 2009-02-17 23:07:06.000000000 +0100
@@ -21,8 +21,8 @@
Name: pm-utils
Url: http://webcvs.freedesktop.org/pm-utils/
Version: 0.99.4.20071229
-Release: 12
-%define pm_utils_suse_version 20090121
+Release: 14
+%define pm_utils_suse_version 20090217
Summary: Tools to suspend and hibernate computers
License: GPL v2 or later
Group: System/Base
@@ -111,6 +111,10 @@
%_bindir/powersave
%changelog
+* Tue Feb 17 2009 seife@xxxxxxx
+- use s2ram options from config and / or "smart suspend" also for
+ s2both aka "hybrid suspend" (bnc#476484)
+- run the 30s2disk-check hook also during "hybrid suspend"
* Wed Jan 21 2009 hmacht@xxxxxxx
- powersave:
- Handle "no CPUFreq on this system" gracefully (bnc#462384)
++++++ pm-utils-0.99.4-uswsusp-support.diff ++++++
--- /var/tmp/diff_new_pack.a18169/_old 2009-02-17 23:07:06.000000000 +0100
+++ /var/tmp/diff_new_pack.a18169/_new 2009-02-17 23:07:06.000000000 +0100
@@ -206,7 +206,7 @@
+ userspace)
+ get_s2ram_opts
+ set -x
-+ /usr/sbin/s2both --config $S2DISK_CONF
++ /usr/sbin/s2both --config $S2DISK_CONF $S2RAM_OPTS
+ RET=$?
+ set +x
+ ;;
++++++ pm-utils-suse-20090121.tar.bz2 -> pm-utils-suse-20090217.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/pm-utils-suse/hooks/sleep.d/30s2disk-check
new/pm-utils-suse/hooks/sleep.d/30s2disk-check
--- old/pm-utils-suse/hooks/sleep.d/30s2disk-check 2007-04-04
13:06:19.000000000 +0200
+++ new/pm-utils-suse/hooks/sleep.d/30s2disk-check 2009-02-17
16:44:26.000000000 +0100
@@ -91,10 +91,19 @@
return 0
}
-# this only makes sense on hibernate
-if [ "$1" != "hibernate" ]; then
- exit 0
-fi
+# this only makes sense on hibernate or on suspend-hybrid
+case $1 in
+ hibernate)
+ ;;
+ suspend)
+ if [ "$2" != suspend_hybrid ]; then
+ exit 0
+ fi
+ ;;
+ *)
+ exit 0
+ ;;
+esac
[ -e /etc/pm/config.d/$1 ] && . /etc/pm/config.d/$1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |