Hello community,

here is the log from the commit of package pm-utils for openSUSE:Factory 
checked in at 2013-01-17 15:18:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-23 
19:44:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pm-utils.new/pm-utils.changes   2013-01-17 
15:18:43.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Jan 13 16:46:34 UTC 2013 - d_wer...@gmx.net
+
+- correction for bnc#797966
+intel-audio-powersave creates error entries in /var/log/pm-powersave.log
+when it finds supported hw looping over /sys/module/snd_*
+these errors are caused by simple typos 
+
+-------------------------------------------------------------------

New:
----
  intel-audio-powersave_logoutput.diff

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

Other differences:
------------------
++++++ pm-utils.spec ++++++
--- /var/tmp/diff_new_pack.ICz1Vh/_old  2013-01-17 15:18:44.000000000 +0100
+++ /var/tmp/diff_new_pack.ICz1Vh/_new  2013-01-17 15:18:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pm-utils
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,8 @@
 Source2:        rc.cpufreq
 # Patch inspired by https://bugzilla.novell.com/show_bug.cgi?id=633491
 Patch1:         pm-utils-dont-fail-modunload-silently.diff
+# Patch for https://bugzilla.novell.com/show_bug.cgi?id=797966 error in 
pm-powersave.log
+Patch2:         intel-audio-powersave_logoutput.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 PreReq:         %insserv_prereq
@@ -67,6 +69,7 @@
 %prep
 %setup -n %{name} -a 1 
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{configure} \

++++++ intel-audio-powersave_logoutput.diff ++++++
Author: d_wer...@gmx.net
Date: 2013-01-13
Upstream: not yet.

correction for bnc#797966
intel-audio-powersave creates error entries in /var/log/pm-powersave.log
when it finds supported hw looping over /sys/module/snd_*
these errors are caused by simple typos

diff -Pdpru 

--- a/pm/power.d/intel-audio-powersave  2012-07-13 11:39:57.000000000 +0200
+++ b/pm/power.d/intel-audio-powersave  2013-01-10 23:10:37.000000000 +0100
@@ -22,7 +22,7 @@ audio_powersave() {
     [ "$INTEL_AUDIO_POWERSAVE" = "true" ] || exit $NA
     for dev in /sys/module/snd_*; do
        [ -w "$dev/parameters/power_save" ] || continue
-       printf "Setting power savings for $s to %d..." "{$dev##*/}" "$1"
+       printf "Setting power savings for %s to %d..." "${dev##*/}" "$1"
        echo $1 > "$dev/parameters/power_save" && echo Done. || echo Failed.
     done
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to