Hello community,

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

Package is "yast2-sound", Maintainer is "lsle...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-sound/yast2-sound.changes  2012-03-20 
13:30:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-sound.new/yast2-sound.changes     
2012-05-03 11:02:25.000000000 +0200
@@ -1,0 +2,22 @@
+Thu Apr 26 08:28:45 UTC 2012 - lsle...@suse.cz
+
+- 2.22.1
+
+-------------------------------------------------------------------
+Wed Apr 25 10:55:40 UTC 2012 - lsle...@suse.cz
+
+- path to asound.state has been changed (now stored in /var/lib/alsa
+  instead of /etc)
+
+-------------------------------------------------------------------
+Tue Apr 24 14:16:09 UTC 2012 - lsle...@suse.cz
+
+- reimplemented driver reloading ("rcalsasound reload" does not
+  work with systemd) (bnc#751689)
+
+-------------------------------------------------------------------
+Thu Mar 29 16:04:11 CEST 2012 - jsuch...@suse.cz
+
+- merge proofread texts 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-sound.spec ++++++
--- /var/tmp/diff_new_pack.4YfUKd/_old  2012-05-03 11:02:26.000000000 +0200
+++ /var/tmp/diff_new_pack.4YfUKd/_new  2012-05-03 11:02:26.000000000 +0200
@@ -16,31 +16,59 @@
 #
 
 
-
 Name:           yast2-sound
-Version:        2.22.0
+Version:        2.22.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-sound-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0+
-BuildRequires:  alsa-devel doxygen gcc-c++ kernel-default libtool 
perl-XML-Writer ruby update-desktop-files yast2 yast2-core-devel yast2-devtools 
yast2-testsuite
+BuildRequires:  alsa-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  kernel-default
+BuildRequires:  libtool
+BuildRequires:  perl-XML-Writer
+BuildRequires:  ruby
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 
 # GetInstArgs::automatic_configuration
 # Wizard::SetDesktopTitleAndIcon
-Requires:       yast2 >= 2.21.22
 Requires:       alsa
+Requires:       yast2 >= 2.21.22
 
-Provides:       yast2-config-sound yast2-agent-audio yast2-agent-audio-devel
-Obsoletes:      yast2-config-sound yast2-agent-audio yast2-agent-audio-devel
-Provides:       yast2-trans-sound yast2-trans-soundd y2c_snd y2t_snd y2t_sndd
-Obsoletes:      yast2-trans-sound yast2-trans-soundd y2c_snd y2t_snd y2t_sndd
-Provides:       y2c_sparc y2c_sprc yast2-db-sound y2d_snd
-Obsoletes:      y2c_sparc y2c_sprc yast2-db-sound y2d_snd
+Provides:       yast2-agent-audio
+Provides:       yast2-agent-audio-devel
+Provides:       yast2-config-sound
+Obsoletes:      yast2-agent-audio
+Obsoletes:      yast2-agent-audio-devel
+Obsoletes:      yast2-config-sound
+Provides:       y2c_snd
+Provides:       y2t_snd
+Provides:       y2t_sndd
+Provides:       yast2-trans-sound
+Provides:       yast2-trans-soundd
+Obsoletes:      y2c_snd
+Obsoletes:      y2t_snd
+Obsoletes:      y2t_sndd
+Obsoletes:      yast2-trans-sound
+Obsoletes:      yast2-trans-soundd
+Provides:       y2c_sparc
+Provides:       y2c_sprc
+Provides:       y2d_snd
+Provides:       yast2-db-sound
+Obsoletes:      y2c_sparc
+Obsoletes:      y2c_sprc
+Obsoletes:      y2d_snd
+Obsoletes:      yast2-db-sound
 
 Summary:        YaST2 - Sound Configuration
+License:        GPL-2.0+
+Group:          System/YaST
 
 %description
 This package contains the YaST2 component for sound card configuration.
@@ -56,6 +84,7 @@
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
+%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
@@ -91,6 +120,8 @@
 %{_prefix}/share/applications/YaST2/sound.desktop
 %{_prefix}/share/applications/YaST2/joystick.desktop
 %{_prefix}/lib/YaST2/bin/copyfonts
+%{_prefix}/lib/YaST2/bin/alsadrivers
+%{_prefix}/lib/YaST2/bin/joystickdrivers
 /usr/share/YaST2/modules/Sound.*
 /usr/share/YaST2/modules/Joystick.*
 /usr/share/YaST2/modules/PulseAudio.*

++++++ yast2-sound-2.22.0.tar.bz2 -> yast2-sound-2.22.1.tar.bz2 ++++++
++++ 17260 lines of diff (skipped)

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

Reply via email to