rpms/rhpl/devel rhpl-0.215-inet.patch, NONE, 1.1 rhpl.spec, 1.113, 1.114

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Apr 14 21:09:51 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/rhpl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13175

Modified Files:
	rhpl.spec 
Added Files:
	rhpl-0.215-inet.patch 
Log Message:
* Mon Apr 14 2008 Adam Jackson <ajax at redhat.com> 0.215-2
- rhpl-0.215-inet.patch: Add inet keycodes to the model (like XKB expects)
  instead of to the layout (like it doesn't).


rhpl-0.215-inet.patch:

--- NEW FILE rhpl-0.215-inet.patch ---
diff -up rhpl-0.215/src/keyboard_models.py.jx rhpl-0.215/src/keyboard_models.py
--- rhpl-0.215/src/keyboard_models.py.jx	2008-03-28 11:44:21.000000000 -0400
+++ rhpl-0.215/src/keyboard_models.py	2008-04-14 17:08:19.000000000 -0400
@@ -237,7 +237,7 @@ class KeyboardModels:
             'us-acentos'              : [N_('keyboard|U.S. International'), 'us', 'pc105', 'intl', ''],
             # Translators: the word before the bar is just context and
             # doesn't need to be translated. Only after will be translated.
-            'us'                      : [N_('keyboard|U.S. English'), 'us+inet', 'pc105', '', ''],
+            'us'                      : [N_('keyboard|U.S. English'), 'us', 'pc105+inet', '', ''],
             }
 
     def _get_models(self):


Index: rhpl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhpl/devel/rhpl.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- rhpl.spec	28 Mar 2008 15:45:46 -0000	1.113
+++ rhpl.spec	14 Apr 2008 21:09:16 -0000	1.114
@@ -3,7 +3,7 @@
 Summary: Library of Python code used by installation and configuration tools
 Name: rhpl
 Version: 0.215
-Release: 1
+Release: 2
 Source0: %{name}-%{version}.tar.bz2
 License: GPLv2+
 Group: System Environment/Libraries
@@ -41,6 +41,10 @@
 %{python_sitearch}/rhpl
 
 %changelog
+* Mon Apr 14 2008 Adam Jackson <ajax at redhat.com> 0.215-2
+- rhpl-0.215-inet.patch: Add inet keycodes to the model (like XKB expects)
+  instead of to the layout (like it doesn't).
+
 * Fri Mar 28 2008 Adam Jackson <ajax at redhat.com> 0.215-1
 - Fix keyboard typo
 




More information about the scm-commits mailing list