Hello community,

here is the log from the commit of package yast2-sound for openSUSE:Factory 
checked in at 2016-04-03 23:05:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-sound (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-sound.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-sound"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-sound/yast2-sound.changes  2015-10-20 
16:20:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sound.new/yast2-sound.changes     
2016-04-03 23:05:49.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Mar 23 16:47:36 UTC 2016 - c...@suse.com
+
+- Fixed dependency on yast2 version that contains .proc.modules
+  agent (bsc#972310)
+- Fixed regexp to respect changed output of modprobe (bsc#972315)
+- 3.1.9
+
+-------------------------------------------------------------------

Old:
----
  yast2-sound-3.1.8.tar.bz2

New:
----
  yast2-sound-3.1.9.tar.bz2

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

Other differences:
------------------
++++++ yast2-sound.spec ++++++
--- /var/tmp/diff_new_pack.Xl5iXk/_old  2016-04-03 23:05:50.000000000 +0200
+++ /var/tmp/diff_new_pack.Xl5iXk/_new  2016-04-03 23:05:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sound
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-sound
-Version:        3.1.8
+Version:        3.1.9
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -44,7 +44,8 @@
 
 # Fixed handling of Kernel modules loaded on boot
 Requires:       alsa
-Requires:       yast2 >= 3.1.3
+# For proc_modules.scr
+Requires:       yast2 >= 3.1.180
 
 Provides:       yast2-agent-audio
 Provides:       yast2-agent-audio-devel

++++++ yast2-sound-3.1.8.tar.bz2 -> yast2-sound-3.1.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-3.1.8/package/yast2-sound.changes 
new/yast2-sound-3.1.9/package/yast2-sound.changes
--- old/yast2-sound-3.1.8/package/yast2-sound.changes   2015-10-07 
15:54:11.000000000 +0200
+++ new/yast2-sound-3.1.9/package/yast2-sound.changes   2016-03-29 
10:18:20.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Wed Mar 23 16:47:36 UTC 2016 - c...@suse.com
+
+- Fixed dependency on yast2 version that contains .proc.modules
+  agent (bsc#972310)
+- Fixed regexp to respect changed output of modprobe (bsc#972315)
+- 3.1.9
+
+-------------------------------------------------------------------
 Wed Oct  7 09:41:12 UTC 2015 - lsle...@suse.cz
 
 - do not check for %suse_version == 1315, the existing check for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-3.1.8/package/yast2-sound.spec 
new/yast2-sound-3.1.9/package/yast2-sound.spec
--- old/yast2-sound-3.1.8/package/yast2-sound.spec      2015-10-07 
15:54:11.000000000 +0200
+++ new/yast2-sound-3.1.9/package/yast2-sound.spec      2016-03-29 
10:18:20.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-sound
-Version:        3.1.8
+Version:        3.1.9
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -44,7 +44,8 @@
 
 # Fixed handling of Kernel modules loaded on boot
 Requires:       alsa
-Requires:       yast2 >= 3.1.3
+# For proc_modules.scr
+Requires:       yast2 >= 3.1.180
 
 Provides:       yast2-agent-audio
 Provides:       yast2-agent-audio-devel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-3.1.8/src/bin/alsadrivers 
new/yast2-sound-3.1.9/src/bin/alsadrivers
--- old/yast2-sound-3.1.8/src/bin/alsadrivers   2015-10-07 15:54:11.000000000 
+0200
+++ new/yast2-sound-3.1.9/src/bin/alsadrivers   2016-03-29 10:18:20.000000000 
+0200
@@ -54,7 +54,7 @@
 
 get_drivers() {
   /sbin/modprobe -c | \
-    grep -E "^[[:space:]]*alias[[:space:]]+snd-card-[[:digit:]]" | sort -u | \
+    grep -E "^[[:space:]]*alias[[:space:]]+snd[-_]card[-_][[:digit:]]" | sort 
-u | \
     while read a b card; do
        echo $card
     done


Reply via email to