rpms/system-config-keyboard/devel system-config-keyboard-1.2.15-reconfig.patch, NONE, 1.1 system-config-keyboard.spec, 1.40, 1.41

Christopher Edward Lumens clumens at fedoraproject.org
Thu Oct 23 20:22:24 UTC 2008


Author: clumens

Update of /cvs/pkgs/rpms/system-config-keyboard/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21032

Modified Files:
	system-config-keyboard.spec 
Added Files:
	system-config-keyboard-1.2.15-reconfig.patch 
Log Message:
Fix a traceback when running under firstboot reconfig mode.


system-config-keyboard-1.2.15-reconfig.patch:

--- NEW FILE system-config-keyboard-1.2.15-reconfig.patch ---
Only in system-config-keyboard-1.2.15.orig/src: keyboard_backend.py.fixcomments
diff -ru system-config-keyboard-1.2.15.orig/src/keyboard_gui.py system-config-keyboard-1.2.15/src/keyboard_gui.py
--- system-config-keyboard-1.2.15.orig/src/keyboard_gui.py	2008-10-23 15:31:31.000000000 -0400
+++ system-config-keyboard-1.2.15/src/keyboard_gui.py	2008-10-23 15:32:28.000000000 -0400
@@ -145,7 +145,7 @@
         label.set_size_request(500, -1)
         self.vbox.pack_start(label, False)
 
-        if not self.kbd.beenset:
+        if self.kbd.beenset:
             default = defaultByLang
         else:
             default = self.kbd.get()
Only in system-config-keyboard-1.2.15.orig/src: keyboard_gui.py.beenset


Index: system-config-keyboard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-keyboard/devel/system-config-keyboard.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- system-config-keyboard.spec	22 May 2008 10:42:57 -0000	1.40
+++ system-config-keyboard.spec	23 Oct 2008 20:21:54 -0000	1.41
@@ -1,6 +1,6 @@
 Name:           system-config-keyboard
 Version:        1.2.15
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A graphical interface for modifying the keyboard
 
 Group:          System Environment/Base
@@ -9,6 +9,7 @@
 Source0:        %{name}-%{version}.tar.gz
 Patch0:         system-config-keyboard-1.2.15-fixcomments.patch
 Patch1:         system-config-keyboard-1.2.15-beenset.patch
+Patch2:         system-config-keyboard-1.2.15-reconfig.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -34,6 +35,7 @@
 %setup -q
 %patch0 -p0 -b .fixcomments
 %patch1 -p1 -b .beenset
+%patch2
 
 
 %build
@@ -82,6 +84,9 @@
 
 
 %changelog
+* Thu Oct 23 2008 Chris Lumens <clumens at redhat.com> 1.2.15-4
+- Fix a traceback when running under firstboot reconfig mode.
+
 * Thu May 22 2008 Lubomir Rintel <lkundrak at v3.sk> 1.2.15-3
 - Fix traceback from firstboot (#305465)
 




More information about the fedora-extras-commits mailing list