rpms/system-config-soundcard/devel system-config-soundcard-1.2.14-kudzu-log.patch, NONE, 1.1 system-config-soundcard.spec, 1.25, 1.26

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 30 10:15:53 UTC 2006


Author: stransky

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

Modified Files:
	system-config-soundcard.spec 
Added Files:
	system-config-soundcard-1.2.14-kudzu-log.patch 
Log Message:
added kudzu-log

system-config-soundcard-1.2.14-kudzu-log.patch:
 soundcardBackend.py |    5 +++++
 1 files changed, 5 insertions(+)

--- NEW FILE system-config-soundcard-1.2.14-kudzu-log.patch ---
--- system-config-soundcard-1.2.14/src/soundcardBackend.py.old	2006-01-30 10:29:42.000000000 +0100
+++ system-config-soundcard-1.2.14/src/soundcardBackend.py	2006-01-30 10:27:26.000000000 +0100
@@ -127,6 +127,11 @@
         list = kudzu.probe(kudzu.CLASS_AUDIO, kudzu.BUS_PCI | kudzu.BUS_MACIO,
                            kudzu.PROBE_ALL)
 
+        print "----------- Kudzu -------------"
+        for card in list:
+	    print card
+            print "----------- **** -------------"
+
         for card in list:
             #Let's go through the list of cards.  If the driver is 'unknown',
             #don't put the card in the list.


Index: system-config-soundcard.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-soundcard/devel/system-config-soundcard.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- system-config-soundcard.spec	18 Jan 2006 13:11:34 -0000	1.25
+++ system-config-soundcard.spec	30 Jan 2006 10:15:50 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: A graphical interface for detecting and configuring soundcards
 Name: system-config-soundcard
 Version: 1.2.14
-Release: 4
+Release: 5
 URL: http://fedora.redhat.com/projects/config-tools/redhat-config-soundcard.html
 License: GPL
 ExclusiveOS: Linux
@@ -12,6 +12,7 @@
 Patch1: system-config-soundcard-1.2.14-desktop.patch
 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
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 ExcludeArch: s390 s390x
@@ -34,6 +35,7 @@
 %patch1 -p1
 %patch2 -p1 -b .dyn
 %patch3 -p1 -b .text
+%patch4 -p1 -b .log
 
 %build
 make
@@ -87,6 +89,9 @@
 %ghost /root/scsound.log
 
 %changelog
+* Mon Jan 30 2006 Martin Stransky <stransky at redhat.com> 1.2.14-5
+- added kudzu-log
+
 * Tue Jan 18 2006 Martin Stransky <stransky at redhat.com> 1.2.14-4
 - text clean-up
 




More information about the fedora-cvs-commits mailing list