diff --git a/.gitignore b/.gitignore index 3582338..351ec69 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /libxkbcommon-20111109.tar.bz2 /libxkbcommon-20120306.tar.bz2 /libxkbcommon-20120917.tar.bz2 +/libxkbcommon-0.2.0.tar.bz2 diff --git a/libxkbcommon.spec b/libxkbcommon.spec index e4a071d..b2ece38 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,8 +1,8 @@ -%global gitdate 20120917 +#global gitdate 20120917 Name: libxkbcommon -Version: 0.1.0 -Release: 8%{?gitdate:.%{gitdate}}%{?dist} +Version: 0.2.0 +Release: 1%{?gitdate:.%{gitdate}}%{?dist} Summary: X.Org X11 XKB parsing library License: MIT Group: System Environment/Libraries @@ -11,7 +11,7 @@ URL: http://www.x.org %if 0%{?gitdate} Source0: %{name}-%{gitdate}.tar.bz2 %else -Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 +Source0: http://xkbcommon.org/download/%{name}-%{version}.tar.bz2 %endif Source1: make-git-snapshot.sh @@ -62,6 +62,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/xkbcommon.pc %changelog +* Tue Oct 23 2012 Adam Jackson 0.2.0-1 +- xkbcommon 0.2.0 + * Mon Sep 17 2012 Thorsten Leemhuis 0.1.0-8.20120917 - Today's git snapshot diff --git a/sources b/sources index f824be3..f5098e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50fa9420d4883a120158fe83ec1d6b2c libxkbcommon-20120917.tar.bz2 +2be3d4a255d02c7d46fc6a9486f21f6a libxkbcommon-0.2.0.tar.bz2