diff --git a/.gitignore b/.gitignore index f07fe97..3ecb697 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /libxkbcommon-0.4.2.tar.xz /libxkbcommon-0.4.3.tar.xz /libxkbcommon-0.5.0.tar.xz +/libxkbcommon-0.6.1.tar.xz diff --git a/libxkbcommon.spec b/libxkbcommon.spec index af6c17d..f88afbe 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,8 +1,8 @@ #global gitdate 20120917 Name: libxkbcommon -Version: 0.5.0 -Release: 4%{?gitdate:.%{gitdate}}%{?dist} +Version: 0.6.1 +Release: 1%{?gitdate:.%{gitdate}}%{?dist} Summary: X.Org X11 XKB parsing library License: MIT URL: http://www.x.org @@ -57,7 +57,8 @@ autoreconf -v --install || exit 1 %configure \ --disable-silent-rules \ --disable-static \ - --enable-x11 + --enable-x11 \ + --disable-docs make %{?_smp_mflags} @@ -70,7 +71,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %postun -p /sbin/ldconfig %files -%doc COPYING +%license LICENSE %{_libdir}/libxkbcommon.so.0.0.0 %{_libdir}/libxkbcommon.so.0 @@ -97,6 +98,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %{_libdir}/pkgconfig/xkbcommon-x11.pc %changelog +* Fri Jun 03 2016 Peter Hutterer 0.6.1-1 +- xkbcommon 0.6.1 + * Thu Feb 04 2016 Fedora Release Engineering - 0.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index b2dfc86..77d81f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e1faeafcc609c30af3a561a91e84158 libxkbcommon-0.5.0.tar.xz +67a8f322b5fa32352272e811bb90dd73 libxkbcommon-0.6.1.tar.xz