rpms/system-config-soundcard/devel system-config-soundcard-1.2.16-gtk.patch, NONE, 1.1 system-config-soundcard.spec, 1.31, 1.32

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 8 10:33:01 UTC 2006


Author: stransky

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

Modified Files:
	system-config-soundcard.spec 
Added Files:
	system-config-soundcard-1.2.16-gtk.patch 
Log Message:
removed obsolete variables

system-config-soundcard-1.2.16-gtk.patch:
 soundcard.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE system-config-soundcard-1.2.16-gtk.patch ---
--- system-config-soundcard-1.2.16/src/soundcard.py.old	2006-03-08 11:14:50.000000000 +0100
+++ system-config-soundcard-1.2.16/src/soundcard.py	2006-03-08 11:16:47.000000000 +0100
@@ -334,7 +334,7 @@
               print "Play sound"
            
            if(status[0]):
-             return gtk.TRUE
+             return True
         
            self.playLabelSet(True)
 
@@ -346,7 +346,7 @@
            if selectedItem != None:              
               self.soundcardBackend.playTestSound(module, index)
            
-           return gtk.TRUE
+           return True
 
         if not self.play_sound:
            if self.doDebug:
@@ -361,7 +361,7 @@
               self.soundQuestion()
               self.question = False
 
-        return gtk.TRUE
+        return True
                 
     def getRepeat(self):
         return self.repeat


Index: system-config-soundcard.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-soundcard/devel/system-config-soundcard.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- system-config-soundcard.spec	7 Mar 2006 09:58:46 -0000	1.31
+++ system-config-soundcard.spec	8 Mar 2006 10:32:59 -0000	1.32
@@ -10,6 +10,7 @@
 BuildArch: noarch
 Source0: %{name}-%{version}.tar.bz2
 Patch0:  system-config-soundcard-1.2.16-log.patch
+Patch1:  system-config-soundcard-1.2.16-gtk.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 ExcludeArch: s390 s390x
@@ -31,6 +32,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 make
@@ -86,6 +88,10 @@
 %ghost /root/scsound.log
 
 %changelog
+* Wed Mar 08 2006 Martin Stransky <stransky at redhat.com> 1.2.16-4
+- removed obsolete variables
+  * work in progress version *
+
 * Fri Mar 03 2006 Martin Stransky <stransky at redhat.com> 1.2.16-3
 - fix for #183524 - scsound.log file not created after 
                     failing to configure sound card




More information about the fedora-cvs-commits mailing list