rpms/system-config-soundcard/devel system-config-soundcard-2.0.6-button-order.patch, NONE, 1.1 system-config-soundcard.spec, 1.61, 1.62

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Wed Oct 10 14:43:11 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/system-config-soundcard/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5445

Modified Files:
	system-config-soundcard.spec 
Added Files:
	system-config-soundcard-2.0.6-button-order.patch 
Log Message:
* Wed Oct 10 2007 Martin Stransky <stransky at redhat.com> - 2.0.6-11
- fixed #319151 - Wrong button ordering
- Updated license tag



system-config-soundcard-2.0.6-button-order.patch:

--- NEW FILE system-config-soundcard-2.0.6-button-order.patch ---
diff -up system-config-soundcard-2.0.6/src/soundcard.py.old system-config-soundcard-2.0.6/src/soundcard.py
--- system-config-soundcard-2.0.6/src/soundcard.py.old	2007-10-10 16:36:33.000000000 +0200
+++ system-config-soundcard-2.0.6/src/soundcard.py	2007-10-10 16:35:52.000000000 +0200
@@ -865,13 +865,13 @@ class childWindow:
         self.mainWindow.set_position(gtk.WIN_POS_CENTER)
         self.mainWindow.set_icon(iconPixbuf)
         
+        self.cancelButton = self.mainWindow.add_button('gtk-cancel', 0)
+        self.cancelButton.connect("clicked", self.cancelClicked)
         self.applyButton = self.mainWindow.add_button('gtk-apply', 0)
         self.applyButton.connect("clicked", self.applyChanges)
         self.okButton = self.mainWindow.add_button('gtk-ok', 0)
         self.okButton.connect("clicked", self.okayClicked)
-        self.cancelButton = self.mainWindow.add_button('gtk-cancel', 0)
-        self.cancelButton.connect("clicked", self.cancelClicked)
-        
+       
         # Create main page
         self.notebook = gtk.Notebook()
         self.notebook.append_page(self.create_frame(self.create_test_page()), gtk.Label(_("Sound test")))


Index: system-config-soundcard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-soundcard/devel/system-config-soundcard.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- system-config-soundcard.spec	26 Sep 2007 08:10:13 -0000	1.61
+++ system-config-soundcard.spec	10 Oct 2007 14:42:38 -0000	1.62
@@ -1,9 +1,9 @@
 Summary: A graphical interface for detecting and configuring soundcards
 Name: system-config-soundcard
 Version: 2.0.6
-Release: 10%{dist}
+Release: 11%{dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/soundcard
-License: GPL
+License: GPLv2+
 ExclusiveOS: Linux
 Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -16,6 +16,7 @@
 Patch4: system-config-soundcard-2.0.6-desktop.patch
 Patch5: system-config-soundcard-2.0.6-reset.patch
 Patch6: system-config-soundcard-2.0.6-hwdevice.patch
+Patch7: system-config-soundcard-2.0.6-button-order.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext, intltool
 ExcludeArch: s390 s390x
@@ -44,7 +45,8 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1 -b .hw
+%patch6 -p1
+%patch7 -p1
 
 %build
 make
@@ -94,6 +96,10 @@
 %ghost /root/scsound.log
 
 %changelog
+* Wed Oct 10 2007 Martin Stransky <stransky at redhat.com> - 2.0.6-11
+- fixed #319151 - Wrong button ordering
+- Updated license tag
+
 * Tue Sep 26 2007 Martin Stransky <stransky at redhat.com> - 2.0.6-10
 - fixed hardware device configuration
 




More information about the fedora-extras-commits mailing list