xkeyboard-config 2.22

This commit is contained in:
Peter Hutterer 2017-10-06 08:39:45 +10:00
parent 8c56c9c272
commit a14f0889b6
4 changed files with 7 additions and 33 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@ xkeyboard-config-1.9.tar.bz2
/xkeyboard-config-2.19.tar.bz2
/xkeyboard-config-2.20.tar.bz2
/xkeyboard-config-2.21.tar.bz2
/xkeyboard-config-2.22.tar.bz2

View File

@ -1,29 +0,0 @@
From b3fb72308942f705e3e8e17765e4097773ed5483 Mon Sep 17 00:00:00 2001
From: Akshay S Dinesh <asdofindia@gmail.com>
Date: Mon, 19 Jun 2017 09:44:50 +1000
Subject: [PATCH xkeyboard-config] typofix tel-sarala key layout
This was causing error in loading new keyboard description for all
using Indian keyboards
Signed-off-by: Akshay S Dinesh <asdofindia@gmail.com>
---
symbols/in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/symbols/in b/symbols/in
index 7658ee7..79d5099 100644
--- a/symbols/in
+++ b/symbols/in
@@ -1472,7 +1472,7 @@ xkb_symbols "tel-sarala"
key <AC09> { [ U0C32, U0C33, U0C0C, U0C61 ] }; // ల ళ ఌ ౡ
key <AC10> { [ U0C1F, U0C20, semicolon, colon ] }; // ట ఠ ; :
key <AC11> { [ quoteright, quotedbl ] }; // ' "
- key <AD01> { [ U0C46, U0C0E, U0C44 U0C34 ] }; // ె ఎ ౄ ఴ
+ key <AD01> { [ U0C46, U0C0E, U0C44, U0C34 ] }; // ె ఎ ౄ ఴ
key <AD02> { [ U0C38, U0C37, U0C44 ] }; // స ష ౄ
key <AD03> { [ U0C47, U0C0F, U0C44 ] }; // ే ఏ ౄ
key <AD04> { [ U0C30, U0C31, U0C44, U0C60 ] }; // ర ఱ ౄ ౠ
--
2.13.5

View File

@ -1 +1 @@
SHA512 (xkeyboard-config-2.21.tar.bz2) = c8c3da9d78365878b051bcfecc7c51e89c5aa15e6e3ba5e8c84612eaca4ca7741702c023f9571ac04c865f2951a7ca33f4fbbedb3baf6c76441ebf59c4e41068
SHA512 (xkeyboard-config-2.22.tar.bz2) = 1697cc1a49625eb608d8ab1f54f9f37e37facc482fc8bae5ebff9e3336efdd2f57e0ed95db0a9745d49f1bc21e2cfa792d0849f4057745d8be8f7abac4893f97

View File

@ -6,8 +6,8 @@
Summary: X Keyboard Extension configuration data
Name: xkeyboard-config
Version: 2.21
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Version: 2.22
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
License: MIT
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
@ -21,7 +21,6 @@ Source0: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-
# Submitted upstream
Patch1: 0001-Add-evdev-mappings-for-KEY_SOUND-KEY_UWB-KEY_WWAN-an.patch
Patch2: 0001-typofix-tel-sarala-key-layout.patch
BuildArch: noarch
@ -112,6 +111,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
%{_datadir}/pkgconfig/xkeyboard-config.pc
%changelog
* Fri Oct 06 2017 Peter Hutterer <peter.hutterer@redhat.com> 2.22-1
- xkeyboard-config 2.22
* Tue Sep 05 2017 Peter Hutterer <peter.hutterer@redhat.com> 2.21-3
- Fix typo in tel-salara (#1469407)