From a29d1b49f58b48cff2ff5207943edcbad8dc3930 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 6 Mar 2012 14:06:42 +1000 Subject: [PATCH] Today's git snapshot --- .gitignore | 1 + libxkbcommon.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 185ee1b..70d47a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libxkbcommon-20101110.tar.bz2 /libxkbcommon-20111109.tar.bz2 +/libxkbcommon-20120306.tar.bz2 diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 5ca085c..8b0bdc3 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,8 +1,8 @@ -%global gitdate 20111109 +%global gitdate 20120306 Name: libxkbcommon Version: 0.1.0 -Release: 4%{?gitdate:.%{gitdate}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}}%{?dist} Summary: X.Org X11 XKB parsing library License: MIT Group: System Environment/Libraries @@ -57,10 +57,13 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files devel %defattr(-,root,root,-) %{_libdir}/libxkbcommon.so -%{_includedir}/X11/extensions/XKBcommon.h +%{_includedir}/xkbcommon/xkbcommon.h %{_libdir}/pkgconfig/xkbcommon.pc %changelog +* Tue Mar 06 2012 Peter Hutterer 0.1.0-5.20120306 +- Today's git snapshot + * Fri Jan 13 2012 Fedora Release Engineering - 0.1.0-4.20111109 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 88e2614..8a81a22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2aae5cdbe7cd55c7d43dc8554e5ae11 libxkbcommon-20111109.tar.bz2 +9bbea13228dc0d82d07d4d431115eeed libxkbcommon-20120306.tar.bz2