Add patch from upstream adding XF86Keyboard and XF86RFKill keysyms

This commit is contained in:
Hans de Goede 2017-05-12 14:36:54 +02:00
parent 10611ef73c
commit c5c81e1def
2 changed files with 1040 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: libxkbcommon
Version: 0.7.1
Release: 2%{?gitdate:.%{gitdate}}%{?dist}
Release: 3%{?gitdate:.%{gitdate}}%{?dist}
Summary: X.Org X11 XKB parsing library
License: MIT
URL: http://www.x.org
@ -14,6 +14,9 @@ Source0: http://xkbcommon.org/download/%{name}-%{version}.tar.xz
%endif
Source1: make-git-snapshot.sh
# Already upstream, can be dropped at next rebase
Patch1: 0001-Sync-Keysyms-with-recent-xproto-additions.patch
BuildRequires: autoconf automake libtool
BuildRequires: xorg-x11-util-macros byacc flex bison
BuildRequires: xorg-x11-proto-devel libX11-devel
@ -49,7 +52,7 @@ Requires: %{name}-x11%{?_isa} = %{version}-%{release}
X.Org X11 XKB keymap creation library development package
%prep
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
%autosetup -p1 -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
autoreconf -v --install || exit 1
@ -98,6 +101,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
%{_libdir}/pkgconfig/xkbcommon-x11.pc
%changelog
* Fri May 12 2017 Hans de Goede <hdegoede@redhat.com> - 0.7.1-3
- Add patch from upstream adding XF86Keyboard and XF86RFKill keysyms
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild