Hello community,

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

Package is "pm-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pm-utils/pm-utils.changes        2013-03-15 
10:47:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pm-utils.new/pm-utils.changes   2013-05-07 
15:32:27.000000000 +0200
@@ -1,0 +2,13 @@
+Mon May  6 14:06:43 UTC 2013 - vdziewie...@suse.com
+
+- Applied intel-audio-powersave-bug817396.patch in git repo.
+
+-------------------------------------------------------------------
+Fri Apr 26 14:55:18 UTC 2013 - d_wer...@gmx.net
+
+- correction for bnc#817396
+half of the correction for 797966 wwas lost during git integration.
+here is a new patch which contains only the missing correction of 
+intel-audio-powersave_logoutput.diff
+
+-------------------------------------------------------------------

Old:
----
  intel-audio-powersave_logoutput.diff
  pm-utils-1.4.1-suse-15.tar.bz2
  pm-utils-dont-fail-modunload-silently.diff

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

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

Other differences:
------------------
++++++ pm-utils.spec ++++++
--- /var/tmp/diff_new_pack.55JMwI/_old  2013-05-07 15:32:29.000000000 +0200
+++ /var/tmp/diff_new_pack.55JMwI/_new  2013-05-07 15:32:29.000000000 +0200
@@ -21,7 +21,7 @@
 %define pm_sysconfdir %{_sysconfdir}/pm/config.d/
 # Please submit patches to git://gitorious.org/opensuse/pm-utils.git,
 # unless they are opensuse-version-specific.
-%define gitversion 15
+%define gitversion 16
 
 Name:           pm-utils
 Version:        1.4.1
@@ -33,6 +33,9 @@
 Source0:        %{name}-%{version}-suse-%{gitversion}.tar.bz2
 # http://gitorious.org/opensuse/pm-utils
 Source1:        
http://pm-utils.freedesktop.org/releases/pm-quirks-20100316.tar.bz2
+# Patch for https://bugzilla.novell.com/show_bug.cgi?id=817396 error in 
pm-powersave.log
+# In git
+#Patch1:         intel-audio-powersave-bug817396.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 PreReq:         %insserv_prereq
@@ -66,6 +69,7 @@
 
 %prep
 %setup -n %{name} -a 1 
+# %patch1 -p1
 
 %build
 %{configure} \

++++++ pm-utils-1.4.1-suse-15.tar.bz2 -> pm-utils-1.4.1-suse-16.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pm-utils/pm/power.d/intel-audio-powersave 
new/pm-utils/pm/power.d/intel-audio-powersave
--- old/pm-utils/pm/power.d/intel-audio-powersave       2013-02-25 
15:58:59.000000000 +0100
+++ new/pm-utils/pm/power.d/intel-audio-powersave       2013-05-06 
15:55:26.000000000 +0200
@@ -22,7 +22,7 @@
     [ "$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