rpms/system-config-soundcard/FC-3 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 system-config-soundcard.spec, 1.5, 1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Apr 2 18:18:05 UTC 2005


Update of /cvs/dist/rpms/system-config-soundcard/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv18687

Modified Files:
	.cvsignore sources system-config-soundcard.spec 
Log Message:
- update 1.2.11-1



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-soundcard/FC-3/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	30 Sep 2004 08:30:30 -0000	1.6
+++ .cvsignore	2 Apr 2005 18:18:03 -0000	1.7
@@ -1,2 +1,2 @@
 
-system-config-soundcard-1.2.10.tar.bz2
+system-config-soundcard-1.2.11.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-soundcard/FC-3/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	30 Sep 2004 08:30:30 -0000	1.6
+++ sources	2 Apr 2005 18:18:03 -0000	1.7
@@ -1,2 +1,2 @@
 
-d6975c9ed030b0ff456edebd83c2e03d  system-config-soundcard-1.2.10.tar.bz2
+b6cd06dd6e44d88b5ac12ba0ddb7268d  system-config-soundcard-1.2.11.tar.bz2


Index: system-config-soundcard.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-soundcard/FC-3/system-config-soundcard.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- system-config-soundcard.spec	30 Sep 2004 08:30:30 -0000	1.5
+++ system-config-soundcard.spec	2 Apr 2005 18:18:03 -0000	1.6
@@ -1,6 +1,6 @@
 Summary: A graphical interface for detecting and configuring soundcards
 Name: system-config-soundcard
-Version: 1.2.10
+Version: 1.2.11
 Release: 1
 URL: http://fedora.redhat.com/projects/config-tools/redhat-config-soundcard.html
 License: GPL
@@ -44,11 +44,23 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache %{_datadir}/icons/hicolor
+fi
+
 %preun
 if [ -d /usr/share/system-config-soundcard ] ; then
   rm -rf /usr/share/system-config-soundcard/*.pyc
 fi
 
+%postun
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache %{_datadir}/icons/hicolor
+fi
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 #%doc COPYING
@@ -62,6 +74,24 @@
 %attr(0644,root,root) %config /etc/pam.d/system-config-soundcard
 
 %changelog
+* Sat Apr 02 2005 - Bastien Nocera <hadess at hadess.net> 1.2.11-1
+- unmute the card we're about to play sound for when using ALSA
+- fix setting the volumes with amixer
+- Umute PCM-2 and "DRC Range" as well (#127863) (#146357)
+- Remove unneeded alsa-lib dep (#134319)
+- Remove use of deprecated gtk.FALSE and gtk.TRUE (#153053)
+- Scan the ISA and MacIO buses for soundcards (#146888)
+- Write an asound.conf file even when there's only one soundcard (#134339)
+- Don't crash when we can't find the default soundcard, or the description
+  doesn't contain a space (#142801)
+- Use the plughw device to playback the test sample (#134335)
+
+* Mon Mar 28 2005 Christopher Aillon <caillon at redhat.com>
+- rebuilt
+
+* Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 1.2.10-2
+- Update the GTK+ theme icon cache on (un)install
+
 * Wed Sep 29 2004 - Bastien Nocera <bnocera at redhat.com> 1.2.10-1
 - Added a kudzu dependency (#133756)
 




More information about the fedora-cvs-commits mailing list