rpms/system-config-keyboard/devel system-config-keyboard-1.2.11-false.patch, NONE, 1.1 system-config-keyboard.spec, 1.29, 1.30

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Tue Feb 12 15:43:14 UTC 2008


Author: lkundrak

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

Modified Files:
	system-config-keyboard.spec 
Added Files:
	system-config-keyboard-1.2.11-false.patch 
Log Message:
fix a typo

system-config-keyboard-1.2.11-false.patch:

--- NEW FILE system-config-keyboard-1.2.11-false.patch ---
19:07 < drago01> lkundrak: system-config-keyboard does not work due to a
typo self.apply(None, false) should be self.apply(None, False) (traceback
when pressing the ok button; rawhide)

diff -urp system-config-keyboard-1.2.11.orig/src/keyboard_gui.py system-config-keyboard-1.2.11/src/keyboard_gui.py
--- system-config-keyboard-1.2.11.orig/src/keyboard_gui.py	2008-02-06 23:06:47.000000000 +0100
+++ system-config-keyboard-1.2.11/src/keyboard_gui.py	2008-02-12 16:38:26.000000000 +0100
@@ -225,7 +225,7 @@ class moduleClass(Module):
     # All of these methods are needed for running s-c-keyboard as a
     # standalone program.
     def _okClicked(self, *args):
-        return self.apply(None, false)
+        return self.apply(None, False)
 
     def destroy(self, *args):
         gtk.main_quit()


Index: system-config-keyboard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-keyboard/devel/system-config-keyboard.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- system-config-keyboard.spec	6 Feb 2008 23:33:59 -0000	1.29
+++ system-config-keyboard.spec	12 Feb 2008 15:42:40 -0000	1.30
@@ -1,7 +1,7 @@
 Summary: A graphical interface for modifying the keyboard
 Name: system-config-keyboard
 Version: 1.2.11
-Release: 4%{?dist}
+Release: 5%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/keyboard
 License: GPL+
 ExclusiveOS: Linux
@@ -9,6 +9,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 Source0: %{name}-%{version}.tar.bz2
+Patch0: system-config-keyboard-1.2.11-false.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -29,6 +30,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .false
 
 %install
 make INSTROOT=$RPM_BUILD_ROOT install
@@ -73,6 +75,9 @@
 %attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-keyboard.png
 
 %changelog
+* Tue Feb 12 2008 Lubomir Kundrak <lkundrak at redhat.com> - 1.2.11-5
+- Fix a typo
+
 * Tue Jan 22 2008 Jesse Keating <jkeating at redhat.com> - 1.2.11-4
 - Patch to work with new firstboot (#424811)
 - Add requires for kudzu/newt (#177301)




More information about the fedora-extras-commits mailing list