Accepting request 544002 from home:Zaitor:branches:X11:XOrg

- Add U_xkeyboard-config_fix-typo-hungarian.patch: Fix typo in
  hungarian (fdo#103123).

OBS-URL: https://build.opensuse.org/request/show/544002
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkeyboard-config?expand=0&rev=138
This commit is contained in:
Stefan Dirsch 2017-11-21 13:39:03 +00:00 committed by Git OBS Bridge
parent c4458228de
commit 02db5066cd
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,23 @@
From a6cba79b4ba1760b348db5145f597514e1773a16 Mon Sep 17 00:00:00 2001
From: Sergey Udaltsov <sergey.udaltsov@gmail.com>
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 <AE03> {[ U10CFC, plus, 3, plus]};
//Old Hungarian ten
- key <AE04> {[ U10CFD, exclam, 4, excalm]};
+ key <AE04> {[ U10CFD, exclam, 4, exclam]};
//Old Hungarian fifty
key <AE05> {[ U10CFE, percent, 5, percent]};
--
cgit v0.10.2

View File

@ -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

View File

@ -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