diff --git a/libX11-1.1.5-rm-long-composites.patch b/libX11-1.1.5-rm-long-composites.patch new file mode 100644 index 0000000..afe4570 --- /dev/null +++ b/libX11-1.1.5-rm-long-composites.patch @@ -0,0 +1,55 @@ +From 8502e2567e9550b0800ee83d36ef2f248800ebc1 Mon Sep 17 00:00:00 2001 +From: James Cloos +Date: Wed, 20 Aug 2008 15:28:07 -0400 +Subject: [PATCH] nls (en_US) Re-remove long compositions that override shorter +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit + +As reported in : + + Commit a6f4bbf7 + nls (en_US): remove long compositions that override shorter [...] + removed some longer compose sequences because there are shorter + ones which take preference over the longer. For example the + sequences: + + : U1E09 # ḉ + : U1E08 # Ḉ + + were removed becase there already was: + + : U201A # ‚ + + Then commit 4ba09125 + Work on making the en_US and pt_BR UTF-8 Compose as similar as + possible added exactly the same key sequences again. Obviusly + they won't work. +(cherry picked from commit a788792e9de95f8db0639557859722a35087481d) +--- + nls/en_US.UTF-8/Compose.pre | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + +diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre +index 12806fb..b7df9b6 100644 +--- a/nls/en_US.UTF-8/Compose.pre ++++ b/nls/en_US.UTF-8/Compose.pre +@@ -1734,7 +1734,6 @@ XCOMM Part 3 + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE +- : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE + : "Ḉ" U1E08 # LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE +@@ -1750,7 +1749,6 @@ XCOMM Part 3 + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE +- : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE + : "ḉ" U1E09 # LATIN SMALL LETTER C WITH CEDILLA AND ACUTE +-- +1.6.0.6 + diff --git a/libX11.spec b/libX11.spec index f917bfe..3d906ef 100644 --- a/libX11.spec +++ b/libX11.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libX11 runtime library Name: libX11 Version: 1.1.5 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.x.org @@ -21,7 +21,7 @@ Patch4: libX11-1.1.4-keysyms.patch Patch5: libX11-1.1.4-XF86Suspend.patch # https://bugzilla.redhat.com/show_bug.cgi?id=491813 -Patch6: libX11-1.1.5-revert-compose.patch +Patch7: libX11-1.1.5-rm-long-composites.patch BuildRequires: pkgconfig # xproto >= 7.0.6 required @@ -65,7 +65,7 @@ X.Org X11 libX11 development package %patch3 -p1 -b .xcb-xreply-leak %patch4 -p1 -b .keysyms %patch5 -p1 -b .xf86suspend -%patch6 -p1 -b .revert-compose +%patch7 -p1 -b .rm-long-composites %build %configure \ @@ -126,6 +126,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Mar 31 2009 Peter Hutterer 1.1.5-3 +- libX11-1.1.5-rm-long-composites.patch: Re-remove long compositions that + override shorter (#491813). + * Thu Mar 26 2009 Peter Hutterer 1.1.5-2 - libX11-1.1.5-revert-compose.patch: revert an upstream commit in the compose table (???) that causes #491813.