diff --git a/0001-symbols-il-add-HOLAM-HASER-FOR-VAV-on-shift-5-to-il-.patch b/0001-symbols-il-add-HOLAM-HASER-FOR-VAV-on-shift-5-to-il-.patch new file mode 100644 index 0000000..2a42284 --- /dev/null +++ b/0001-symbols-il-add-HOLAM-HASER-FOR-VAV-on-shift-5-to-il-.patch @@ -0,0 +1,38 @@ +From 16d42ec2e2126b40d4b94368ede8e4f3ed9de594 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Tue, 11 Nov 2014 13:10:51 +1000 +Subject: [PATCH] symbols/il: add HOLAM HASER FOR VAV on shift+5 to + il(biblical) + +From the reporter in +https://bugzilla.redhat.com/show_bug.cgi?id=1132511 + The "il biblical" layout does not allow to type the Unicode character + U+05BA. However, according to the documentation of the layout (Tiro layout + version 1.5), available on the link provided below, U+05BA should be + accessible with the combination shift+5 (see page 7 and/or the attached + screenshot). + http://www.sbl-site.org/Fonts/BiblicalHebrewTiroManual.pdf + +See also: http://codepoints.net/U+05BA + +Signed-off-by: Peter Hutterer +--- + symbols/il | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/symbols/il b/symbols/il +index 48452d6..67487c1 100644 +--- a/symbols/il ++++ b/symbols/il +@@ -205,7 +205,7 @@ xkb_symbols "biblical" { + key { [ 2, U0599, VoidSymbol, at ] }; + key { [ 3, U0592, VoidSymbol, numbersign ] }; + key { [ 4, U05AF, NewSheqelSign, dollar ] }; +- key { [ 5, VoidSymbol, U200D, percent ] }; ++ key { [ 5, U05BA, U200D, percent ] }; + key { [ 6, U05B9, U200C, asciicircum ] }; + key { [ 7, U05BF, U034F, ampersand ] }; + key { [ 8, U05C2, U200E, asterisk ] }; +-- +2.1.0 + diff --git a/xkeyboard-config.spec b/xkeyboard-config.spec index 41f8b65..be2f7b1 100644 --- a/xkeyboard-config.spec +++ b/xkeyboard-config.spec @@ -7,7 +7,7 @@ Summary: X Keyboard Extension configuration data Name: xkeyboard-config Version: 2.13 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig @@ -19,6 +19,10 @@ Source2: commitid Source0: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2 %endif +# Bug 1132511 - Missing U+05BA (point holam haser for vav) on the biblical +# hebrew layout (il biblical) +Patch01: 0001-symbols-il-add-HOLAM-HASER-FOR-VAV-on-shift-5-to-il-.patch + BuildArch: noarch BuildRequires: gettext @@ -107,6 +111,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled %{_datadir}/pkgconfig/xkeyboard-config.pc %changelog +* Tue Nov 11 2014 Peter Hutterer 2.13-3 +- Add U+05BA (point holam haser for vav) on il(biblical) (#1132511) + * Thu Oct 23 2014 Simone Caronni - 2.13-2 - Clean up SPEC file, fix rpmlint warnings. - Remove non-valid configure option.