rpms/system-config-soundcard/devel system-config-soundcard-1.2.14-alsa-ver.patch, NONE, 1.1 system-config-soundcard.spec, 1.26, 1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 1 08:17:10 UTC 2006


Author: stransky

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

Modified Files:
	system-config-soundcard.spec 
Added Files:
	system-config-soundcard-1.2.14-alsa-ver.patch 
Log Message:
alsa log

system-config-soundcard-1.2.14-alsa-ver.patch:
 system-config-soundcard |    2 ++
 1 files changed, 2 insertions(+)

--- NEW FILE system-config-soundcard-1.2.14-alsa-ver.patch ---
--- system-config-soundcard-1.2.14/src/system-config-soundcard.old	2006-02-01 09:10:51.000000000 +0100
+++ system-config-soundcard-1.2.14/src/system-config-soundcard	2006-02-01 09:11:44.000000000 +0100
@@ -10,6 +10,8 @@
 echo -e "------- aplay -l --------\n`aplay -l 2>&1`\n" >> $LOG_FILE 2>&1
 echo -e "------- amixer --------\n`amixer`\n" >> $LOG_FILE 2>&1
 echo -e "------- /proc/asound/version --------\n`cat /proc/asound/version`\n" >> $LOG_FILE 2>&1
+echo -e "------- rpm -q alsa-lib --------\n`rpm -q alsa-lib`\n" >> $LOG_FILE 2>&1
+echo -e "------- rpm -q alsa-utils --------\n`rpm -q alsa-utils`\n" >> $LOG_FILE 2>&1
 echo -e "------- /proc/asound/modules --------\n`cat /proc/asound/modules`\n" >> $LOG_FILE 2>&1
 echo -e "------- /proc/asound/pcm --------\n`cat /proc/asound/pcm`\n" >> $LOG_FILE 2>&1
 


Index: system-config-soundcard.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-soundcard/devel/system-config-soundcard.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- system-config-soundcard.spec	30 Jan 2006 10:15:50 -0000	1.26
+++ system-config-soundcard.spec	1 Feb 2006 08:17:07 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: A graphical interface for detecting and configuring soundcards
 Name: system-config-soundcard
 Version: 1.2.14
-Release: 5
+Release: 6
 URL: http://fedora.redhat.com/projects/config-tools/redhat-config-soundcard.html
 License: GPL
 ExclusiveOS: Linux
@@ -13,6 +13,7 @@
 Patch2: system-config-soundcard-1.2.14-dyn-keys.patch
 Patch3: system-config-soundcard-1.2.14-text.patch
 Patch4: system-config-soundcard-1.2.14-kudzu-log.patch
+Patch5: system-config-soundcard-1.2.14-alsa-ver.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 ExcludeArch: s390 s390x
@@ -36,6 +37,7 @@
 %patch2 -p1 -b .dyn
 %patch3 -p1 -b .text
 %patch4 -p1 -b .log
+%patch5 -p1 -b .alsa
 
 %build
 make
@@ -89,6 +91,9 @@
 %ghost /root/scsound.log
 
 %changelog
+* Wed Feb 01 2006 Martin Stransky <stransky at redhat.com> 1.2.14-6
+- added alsa-lib/utils log
+
 * Mon Jan 30 2006 Martin Stransky <stransky at redhat.com> 1.2.14-5
 - added kudzu-log
 




More information about the fedora-cvs-commits mailing list