From a1fd7728a162cf07eb3ac3e613f09092b5dfa918 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 22 Oct 2014 18:04:04 +0200 Subject: [PATCH] Update to 0.5.0 (#1154574) --- .gitignore | 1 + libxkbcommon.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 226cc3a..f07fe97 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /libxkbcommon-0.4.0.tar.xz /libxkbcommon-0.4.2.tar.xz /libxkbcommon-0.4.3.tar.xz +/libxkbcommon-0.5.0.tar.xz diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 2e14430..de17f32 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,8 +1,8 @@ #global gitdate 20120917 Name: libxkbcommon -Version: 0.4.3 -Release: 2%{?gitdate:.%{gitdate}}%{?dist} +Version: 0.5.0 +Release: 1%{?gitdate:.%{gitdate}}%{?dist} Summary: X.Org X11 XKB parsing library License: MIT URL: http://www.x.org @@ -82,6 +82,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %dir %{_includedir}/xkbcommon/ %{_includedir}/xkbcommon/xkbcommon.h %{_includedir}/xkbcommon/xkbcommon-compat.h +%{_includedir}/xkbcommon/xkbcommon-compose.h %{_includedir}/xkbcommon/xkbcommon-keysyms.h %{_includedir}/xkbcommon/xkbcommon-names.h %{_libdir}/pkgconfig/xkbcommon.pc @@ -101,6 +102,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %endif %changelog +* Wed Oct 22 2014 Hans de Goede - 0.5.0-1 +- Update to 0.5.0 (#1154574) + * Mon Sep 22 2014 Kalev Lember - 0.4.3-2 - Require xkeyboard-config (#1145260) diff --git a/sources b/sources index 8d37a8a..b2dfc86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -26c57ff21438ed45de2a4ca609177db9 libxkbcommon-0.4.3.tar.xz +2e1faeafcc609c30af3a561a91e84158 libxkbcommon-0.5.0.tar.xz