rpms/xkeyboard-config/devel xkeyboard-config-0.8-composify-ralt.patch, NONE, 1.1 xkeyboard-config.spec, 1.2, 1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 22 14:58:39 UTC 2006


Author: ajackson

Update of /cvs/dist/rpms/xkeyboard-config/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19155

Modified Files:
	xkeyboard-config.spec 
Added Files:
	xkeyboard-config-0.8-composify-ralt.patch 
Log Message:
* Tue Aug 22 2006 Adam Jackson <ajackson at redhat.com> 0.8-3
- Add Compose semantics to right Alt when that's ISO_Level3_Shift (#193922)


xkeyboard-config-0.8-composify-ralt.patch:
 level3 |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

--- NEW FILE xkeyboard-config-0.8-composify-ralt.patch ---
--- xkeyboard-config-0.8/symbols/level3.bak	2006-08-15 11:16:23.000000000 +0200
+++ xkeyboard-config-0.8/symbols/level3	2006-08-15 11:45:34.000000000 +0200
@@ -10,11 +10,15 @@
 // third engraved symbol
 default partial modifier_keys
 xkb_symbols "ralt_switch" {
-  key <RALT> {
-    type[Group1]="ONE_LEVEL",
-    symbols[Group1] = [ ISO_Level3_Shift ]
-    };
-  modifier_map Mod5   { ISO_Level3_Shift };
+  // key <RALT> {
+    // type[Group1]="ONE_LEVEL",
+    // symbols[Group1] = [ ISO_Level3_Shift ]
+    // };
+  // modifier_map Mod5   { ISO_Level3_Shift };
+    key <RALT>  { type[Group1]="TWO_LEVEL",
+                  [ ISO_Level3_Shift, Multi_key ]   };
+    modifier_map Mod5   { <RALT> };
+
 };
 
 // special case or right Alt switch - for use with grp:alts_toggle


Index: xkeyboard-config.spec
===================================================================
RCS file: /cvs/dist/rpms/xkeyboard-config/devel/xkeyboard-config.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xkeyboard-config.spec	7 Jul 2006 22:55:18 -0000	1.2
+++ xkeyboard-config.spec	22 Aug 2006 14:58:36 -0000	1.3
@@ -4,13 +4,14 @@
 Summary: xkeyboard-config alternative xkb data files
 Name: xkeyboard-config
 Version: 0.8
-Release: 2
+Release: 3
 License: MIT
 Group: User Interface/X
 URL: http://www.x.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0: http://xlibs.freedesktop.org/xkbdesc/%{name}-%{version}.tar.bz2
+Patch0: xkeyboard-config-0.8-composify-ralt.patch
 
 BuildArch: noarch
 
@@ -38,6 +39,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .composify-ralt
 
 %build
 %configure \
@@ -74,6 +76,9 @@
 %{_datadir}/X11/xkb/rules/xorg.xml
 
 %changelog
+* Tue Aug 22 2006 Adam Jackson <ajackson at redhat.com> 0.8-3
+- Add Compose semantics to right Alt when that's ISO_Level3_Shift (#193922)
+
 * Fri Jul 07 2006 Mike A. Harris <mharris at redhat.com> 0.8-2
 - Rename spec file from xorg-x11-xkbdata to xkeyboard-config.spec
 




More information about the fedora-cvs-commits mailing list