rpms/system-config-soundcard/devel system-config-soundcard-1.2.14-text.patch, NONE, 1.1 system-config-soundcard.spec, 1.24, 1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 18 13:11:39 UTC 2006


Author: stransky

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

Modified Files:
	system-config-soundcard.spec 
Added Files:
	system-config-soundcard-1.2.14-text.patch 
Log Message:
text clean-up

system-config-soundcard-1.2.14-text.patch:
 soundcard.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE system-config-soundcard-1.2.14-text.patch ---
--- system-config-soundcard-1.2.14/src/soundcard.py.old	2006-01-18 12:52:41.000000000 +0100
+++ system-config-soundcard-1.2.14/src/soundcard.py	2006-01-18 12:52:27.000000000 +0100
@@ -182,7 +182,7 @@
             deviceTopBox.pack_start(deviceBox)
 
             #Create a check-box for hw/sw config
-            button = gtk.CheckButton(_("Use only the hardware device"))
+            button = gtk.CheckButton(_("Disable software mixing (dmix, dsnoop)"))
             button.set_active(self.soundcardBackend.getHardwareDevice())
             button.connect("toggled", self.changeHW)
             button.show()
@@ -190,7 +190,7 @@
             deviceTopBox.pack_start(button)
 
             #Create a check-box for key config
-            button = gtk.CheckButton(_("Dynamic keys for dmix and dsnoop"))
+            button = gtk.CheckButton(_("Dynamic keys for software mixer (more secure)"))
             button.set_active(self.soundcardBackend.getDynamicKeys())
             button.connect("toggled", self.changeDynKeys)
             button.show()


Index: system-config-soundcard.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-soundcard/devel/system-config-soundcard.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- system-config-soundcard.spec	17 Jan 2006 14:13:15 -0000	1.24
+++ system-config-soundcard.spec	18 Jan 2006 13:11:34 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: A graphical interface for detecting and configuring soundcards
 Name: system-config-soundcard
 Version: 1.2.14
-Release: 3
+Release: 4
 URL: http://fedora.redhat.com/projects/config-tools/redhat-config-soundcard.html
 License: GPL
 ExclusiveOS: Linux
@@ -11,6 +11,7 @@
 Source0: %{name}-%{version}.tar.bz2
 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
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 ExcludeArch: s390 s390x
@@ -32,6 +33,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1 -b .dyn
+%patch3 -p1 -b .text
 
 %build
 make
@@ -85,6 +87,9 @@
 %ghost /root/scsound.log
 
 %changelog
+* Tue Jan 18 2006 Martin Stransky <stransky at redhat.com> 1.2.14-4
+- text clean-up
+
 * Tue Jan 17 2006 Martin Stransky <stransky at redhat.com> 1.2.14-3
 - added ainit configuration
 




More information about the fedora-cvs-commits mailing list