diff --git a/U_xkeyboard-config_fix-typo-hungarian.patch b/U_xkeyboard-config_fix-typo-hungarian.patch new file mode 100644 index 0000000..71bfb77 --- /dev/null +++ b/U_xkeyboard-config_fix-typo-hungarian.patch @@ -0,0 +1,23 @@ +From a6cba79b4ba1760b348db5145f597514e1773a16 Mon Sep 17 00:00:00 2001 +From: Sergey Udaltsov +Date: Fri, 6 Oct 2017 11:13:32 +0100 +Subject: Typo fixed + +https://bugs.freedesktop.org/show_bug.cgi?id=103123 + +diff --git a/symbols/hu b/symbols/hu +index a1b1ae5..679c535 100644 +--- a/symbols/hu ++++ b/symbols/hu +@@ -467,7 +467,7 @@ key.type[Group1]="FOUR_LEVEL_SEMIALPHABETIC"; + key {[ U10CFC, plus, 3, plus]}; + //Old Hungarian ten + +- key {[ U10CFD, exclam, 4, excalm]}; ++ key {[ U10CFD, exclam, 4, exclam]}; + //Old Hungarian fifty + + key {[ U10CFE, percent, 5, percent]}; +-- +cgit v0.10.2 + diff --git a/xkeyboard-config.changes b/xkeyboard-config.changes index 82c3e83..0682d0c 100644 --- a/xkeyboard-config.changes +++ b/xkeyboard-config.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 20 23:50:38 UTC 2017 - zaitor@opensuse.org + +- Add U_xkeyboard-config_fix-typo-hungarian.patch: Fix typo in + hungarian (fdo#103123). + ------------------------------------------------------------------- Tue Oct 10 12:06:17 UTC 2017 - sndirsch@suse.com diff --git a/xkeyboard-config.spec b/xkeyboard-config.spec index aae067c..282ebac 100644 --- a/xkeyboard-config.spec +++ b/xkeyboard-config.spec @@ -24,6 +24,7 @@ License: GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0 Group: System/X11/Utilities Url: http://www.freedesktop.org/Software/XKeyboardConfig Source: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2 +Patch0: U_xkeyboard-config_fix-typo-hungarian.patch Patch100: n_suse-ctrl-alt-bksp-terminate.patch # PATCH-FIX-OPENSUSE disable-2xalt_2xctrl-toggle.diff fdo#4927 -- This is just a workaround until fdo#4927 is fixed Patch109: n_disable-2xalt_2xctrl-toggle.diff @@ -52,6 +53,7 @@ make keyboards more accessible to people with physical impairments. %prep %setup -q translation-update-upstream +%patch0 -p1 %patch100 -p1 %patch109 -p1