Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Peter Hutterer
f4628ad919 Fix typos in Armenian layout (#1714045) 2019-05-27 10:38:11 +10:00
2 changed files with 34 additions and 1 deletions

View file

@ -0,0 +1,28 @@
From d5d0726eca1d789ac2dad2bd1933dc5e80fc289a Mon Sep 17 00:00:00 2001
From: Sergey Udaltsov <sergey.udaltsov@gmail.com>
Date: Thu, 3 Jan 2019 23:32:30 +0000
Subject: [PATCH xkeyboard-config] Critical typos in symbols/am
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/47
---
symbols/am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/symbols/am b/symbols/am
index 7b11a82..b6ef8ea 100644
--- a/symbols/am
+++ b/symbols/am
@@ -80,8 +80,8 @@ xkb_symbols "phonetic" {
key <AE06> { [ Armenian_vyun, Armenian_VYUN ] };
key <AE07> { [ Armenian_ligature_ew, 0x100058f ] };
key <AE08> { [ Armenian_ra, Armenian_RA ] };
- key <AE09> { [ Armenian_cha, rmenian_CHA ] };
- key <AE10> { [ Armenian_tche, rmenian_TCHE ] };
+ key <AE09> { [ Armenian_cha, Armenian_CHA ] };
+ key <AE10> { [ Armenian_tche, Armenian_TCHE ] };
key <AE11> { [ Armenian_hyphen, 0x1002015 ] };
key <AE12> { [ Armenian_zhe, Armenian_ZHE ] };
--
2.21.0

View file

@ -7,7 +7,7 @@
Summary: X Keyboard Extension configuration data
Name: xkeyboard-config
Version: 2.24
Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
License: MIT
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
@ -19,6 +19,8 @@ Source2: commitid
Source0: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2
%endif
Patch01: 0001-Critical-typos-in-symbols-am.patch
BuildArch: noarch
BuildRequires: gettext
@ -88,6 +90,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
%{_datadir}/pkgconfig/xkeyboard-config.pc
%changelog
* Mon May 27 2019 Peter Hutterer <peter.hutterer@redhat.com> 2.24-5
- Fix typos in Armenian layout (#1714045)
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.24-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild