Mailinglist Archive: opensuse-commit (783 mails)
| < Previous | Next > |
commit yast2-sound for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 15 Apr 2009 00:24:49 +0200
- Message-id: <20090414222450.2D73F678159@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2-sound for openSUSE:Factory
checked in at Wed Apr 15 00:24:49 CEST 2009.
--------
--- yast2-sound/yast2-sound.changes 2009-03-26 19:00:37.000000000 +0100
+++ /mounts/work_src_done/STABLE/yast2-sound/yast2-sound.changes
2009-04-10 15:41:21.242413000 +0200
@@ -1,0 +2,19 @@
+Fri Apr 10 15:34:29 CEST 2009 - lslezak@xxxxxxx
+
+- convert /etc/modprobe.d/sound to /etc/modprobe.d/50-sound.conf
+ during package update (bnc#485942)
+- 2.18.1
+
+-------------------------------------------------------------------
+Tue Mar 31 20:03:27 CEST 2009 - lslezak@xxxxxxx
+
+- convert Autoyast volume settings to the expected format
+
+-------------------------------------------------------------------
+Tue Mar 31 19:00:20 CEST 2009 - lslezak@xxxxxxx
+
+- improved logging in alsa-agent when a requested volume
+ setting failed due to an unsupported operation
+ (e.g. missing mute switch)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
yast2-sound-2.18.0.tar.bz2
New:
----
yast2-sound-2.18.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-sound.spec ++++++
--- /var/tmp/diff_new_pack.X23138/_old 2009-04-15 00:24:41.000000000 +0200
+++ /var/tmp/diff_new_pack.X23138/_new 2009-04-15 00:24:41.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-sound (Version 2.18.0)
+# spec file for package yast2-sound (Version 2.18.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,12 +19,12 @@
Name: yast2-sound
-Version: 2.18.0
-Release: 2
+Version: 2.18.1
+Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-sound-2.18.0.tar.bz2
+Source0: yast2-sound-2.18.1.tar.bz2
Prefix: /usr
BuildRequires: alsa-devel doxygen gcc-c++ perl-XML-Writer
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
# GetInstArgs::automatic_configuration
@@ -48,7 +48,7 @@
Dan Meszaros
%prep
-%setup -n yast2-sound-2.18.0
+%setup -n yast2-sound-2.18.1
%build
%{prefix}/bin/y2tool y2autoconf
@@ -72,6 +72,12 @@
%clean
rm -rf "$RPM_BUILD_ROOT"
+%post
+# rename the config file to the new modprobe schema
+if test -e /etc/modprobe.d/sound; then
+ mv -f /etc/modprobe.d/sound /etc/modprobe.d/50-sound.conf
+fi
+
%files
%defattr(-,root,root)
# sound
@@ -94,6 +100,16 @@
/usr/share/YaST2/scrconf/*.scr
%doc %{prefix}/share/doc/packages/yast2-sound
%changelog
+* Fri Apr 10 2009 lslezak@xxxxxxx
+- convert /etc/modprobe.d/sound to /etc/modprobe.d/50-sound.conf
+ during package update (bnc#485942)
+- 2.18.1
+* Tue Mar 31 2009 lslezak@xxxxxxx
+- convert Autoyast volume settings to the expected format
+* Tue Mar 31 2009 lslezak@xxxxxxx
+- improved logging in alsa-agent when a requested volume
+ setting failed due to an unsupported operation
+ (e.g. missing mute switch)
* Thu Mar 26 2009 lslezak@xxxxxxx
- Use /etc/modprobe.d/50-sound.conf config file instead of
/etc/modprobe.d/sound (bnc#485942)
@@ -312,7 +328,7 @@
* Thu Sep 14 2006 lslezak@xxxxxxx
- use Progress::set() instead of Progress::on()/off()
- 2.13.14
-* Wed Sep 13 2006 ro@xxxxxxx
+* Thu Sep 14 2006 ro@xxxxxxx
- added yast2-core-devel to BuildRequires
* Tue Aug 29 2006 lslezak@xxxxxxx
- properly compute index of the selected card - fixed problem
@@ -570,7 +586,7 @@
- 2.9.8
* Thu Feb 19 2004 mvidner@xxxxxxx
- changed sort to use "<" instead of "<=" because of the switch to std::sort
-* Sat Feb 07 2004 arvin@xxxxxxx
+* Sun Feb 08 2004 arvin@xxxxxxx
- removed config files (*.y2cc)
* Mon Feb 02 2004 jsuchome@xxxxxxx
- fixed testsuite
++++++ yast2-sound-2.18.0.tar.bz2 -> yast2-sound-2.18.1.tar.bz2 ++++++
++++ 16754 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |