- Update to version 2.23

* Added it(intl), it(scn) and us(scn)
  * Minor fidvorak adjustment
  * Typo fixed
  * Refreshed the default Arabic keyboard layout
  * more robust comment handling
  * replace 'ʼ' (0x10002bc) with '՚' (0x100055a) in armenian layout
  * Add polish layout for use glagolica script
  * Use default compose key with Finnish keyboard
  * incomplete Finnish fix patch
  * Prerelease translation sync
  * Added International Phonetic Alphabet
- supersedes U_xkeyboard-config_fix-typo-hungarian.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkeyboard-config?expand=0&rev=140
This commit is contained in:
Stefan Dirsch 2018-01-31 13:49:47 +00:00 committed by Git OBS Bridge
parent 02db5066cd
commit 4b8b5e5a1c
5 changed files with 27 additions and 30 deletions

View File

@ -1,23 +0,0 @@
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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:deaec9989fbc443358b43864437b7b6d39caff07890a4a8055105ce9fcaa59bd
size 1046333

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23fb410527e9da38d8bbf8b9e6bd1a8eb2b2fdb514b8a0889c245cbad2d5a9b3
size 1021973

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jan 31 13:18:45 UTC 2018 - sndirsch@suse.com
- Update to version 2.23
* Added it(intl), it(scn) and us(scn)
* Minor fidvorak adjustment
* Typo fixed
* Refreshed the default Arabic keyboard layout
* more robust comment handling
* replace 'ʼ' (0x10002bc) with '՚' (0x100055a) in armenian layout
* Add polish layout for use glagolica script
* Use default compose key with Finnish keyboard
* incomplete Finnish fix patch
* Prerelease translation sync
* Added International Phonetic Alphabet
- supersedes U_xkeyboard-config_fix-typo-hungarian.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 20 23:50:38 UTC 2017 - zaitor@opensuse.org Mon Nov 20 23:50:38 UTC 2017 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package xkeyboard-config # spec file for package xkeyboard-config
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,17 +17,18 @@
Name: xkeyboard-config Name: xkeyboard-config
Version: 2.22 Version: 2.23
Release: 0 Release: 0
Summary: The X Keyboard Extension Summary: The X Keyboard Extension
License: GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0 License: GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0
Group: System/X11/Utilities Group: System/X11/Utilities
Url: http://www.freedesktop.org/Software/XKeyboardConfig Url: http://www.freedesktop.org/Software/XKeyboardConfig
Source: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2 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 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 # 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 Patch109: n_disable-2xalt_2xctrl-toggle.diff
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: intltool BuildRequires: intltool
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -53,11 +54,13 @@ make keyboards more accessible to people with physical impairments.
%prep %prep
%setup -q %setup -q
translation-update-upstream translation-update-upstream
%patch0 -p1
%patch100 -p1 %patch100 -p1
%patch109 -p1 %patch109 -p1
%build %build
autoreconf -fi
intltoolize --force
autoreconf
%configure \ %configure \
--disable-silent-rules \ --disable-silent-rules \
--with-xkb-rules-symlink=xorg \ --with-xkb-rules-symlink=xorg \