rpms/xkeyboard-config/F-12 0001-Use-space-on-all-4-levels.patch, NONE, 1.1 xkeyboard-config.spec, 1.45, 1.46

Peter Hutterer whot at fedoraproject.org
Thu May 6 23:03:48 UTC 2010


Author: whot

Update of /cvs/pkgs/rpms/xkeyboard-config/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14408

Modified Files:
	xkeyboard-config.spec 
Added Files:
	0001-Use-space-on-all-4-levels.patch 
Log Message:
* Fri May 07 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.7-5
- Use space on all four levels of cz (#581178)


0001-Use-space-on-all-4-levels.patch:
 cz |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE 0001-Use-space-on-all-4-levels.patch ---
>From 05cfd5b2c73e1e85efeb077783c4ffbd8db1b3f7 Mon Sep 17 00:00:00 2001
From: Sergey V. Udaltsov <svu at gnome.org>
Date: Thu, 6 May 2010 01:04:28 +0100
Subject: [PATCH] Use space on all 4 levels

https://bugs.freedesktop.org/show_bug.cgi?id=27597
---
 symbols/cz |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/symbols/cz b/symbols/cz
index d761b75..3259279 100644
--- a/symbols/cz
+++ b/symbols/cz
@@ -68,7 +68,7 @@ xkb_symbols "basic" {
     key <AB09>	{ [    period,      colon,      greater,     NoSymbol ]	};
     key <AB10>	{ [     minus, underscore,     asterisk,     NoSymbol ]	};
 
-    key <SPCE>	{ [     space,      space, nobreakspace, nobreakspace ]	};
+    key <SPCE>	{ [     space,      space,        space,       space ]	};
 
     include "level3(ralt_switch)"
 };
-- 
1.6.6.1



Index: xkeyboard-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xkeyboard-config/F-12/xkeyboard-config.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- xkeyboard-config.spec	16 Mar 2010 23:39:57 -0000	1.45
+++ xkeyboard-config.spec	6 May 2010 23:03:48 -0000	1.46
@@ -4,7 +4,7 @@
 Summary: X Keyboard Extension configuration data
 Name: xkeyboard-config
 Version: 1.7
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
@@ -15,6 +15,7 @@ Source0: http://xlibs.freedesktop.org/xk
 Patch01: 0001-added-Backspace-mapping-to-Sun-kbds.patch
 Patch02: 0001-Add-Euro-and-New-Shekel-sign-to-israeli-layout.patch
 Patch03: 0001-symbols-de-remove-BKSP-from-neo-layout.patch
+Patch04: 0001-Use-space-on-all-4-levels.patch
 
 BuildArch: noarch
 
@@ -94,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/X11/xkb/rules/xorg.xml
 
 %changelog
+* Fri May 07 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.7-5
+- Use space on all four levels of cz (#581178)
+
 * Wed Mar 17 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.7-4
 - Fix backspace mapping for de(neo) (#521482)
 - Add euro and shekel to israeli layout (#542879)



More information about the scm-commits mailing list