diff --git a/.gitignore b/.gitignore index b2e27de..089a0c2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ xkeyboard-config-1.9.tar.bz2 /xkeyboard-config-2.11.tar.bz2 /xkeyboard-config-2.12.tar.bz2 /xkeyboard-config-2.13.tar.bz2 +/xkeyboard-config-2.14.tar.bz2 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 deleted file mode 100644 index 2a42284..0000000 --- a/0001-symbols-il-add-HOLAM-HASER-FOR-VAV-on-shift-5-to-il-.patch +++ /dev/null @@ -1,38 +0,0 @@ -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/sources b/sources index ec1506d..5f854ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a415775ca8ecf4dfafc9488b8cbd7114 xkeyboard-config-2.13.tar.bz2 +2869c03d85b606f929aab054ef6e1b60 xkeyboard-config-2.14.tar.bz2 diff --git a/xkeyboard-config.spec b/xkeyboard-config.spec index be2f7b1..7c22fd8 100644 --- a/xkeyboard-config.spec +++ b/xkeyboard-config.spec @@ -6,8 +6,8 @@ Summary: X Keyboard Extension configuration data Name: xkeyboard-config -Version: 2.13 -Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 2.14 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} License: MIT URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig @@ -19,10 +19,6 @@ 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 @@ -111,6 +107,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled %{_datadir}/pkgconfig/xkeyboard-config.pc %changelog +* Thu Jan 29 2015 Peter Hutterer 2.14-1 +- xkeyboard-config 2.14 + * Tue Nov 11 2014 Peter Hutterer 2.13-3 - Add U+05BA (point holam haser for vav) on il(biblical) (#1132511)