diff --git a/.gitignore b/.gitignore index 16e26c7..185ee1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libxkbcommon-20101110.tar.bz2 +/libxkbcommon-20111109.tar.bz2 diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 5c43836..36e0d54 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,8 +1,8 @@ -%global gitdate 20101110 +%global gitdate 20111109 Name: libxkbcommon Version: 0.1.0 -Release: 2%{?gitdate:.%{gitdate}}%{?dist} +Release: 3%{?gitdate:.%{gitdate}}%{?dist} Summary: X.Org X11 XKB parsing library License: MIT Group: System Environment/Libraries @@ -61,6 +61,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/xkbcommon.pc %changelog +* Wed Nov 09 2011 Adam Jackson 0.1.0-3 +- Today's git snap + * Tue Feb 08 2011 Fedora Release Engineering - 0.1.0-2.20101110 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh index 8b3a485..507c2a0 100755 --- a/make-git-snapshot.sh +++ b/make-git-snapshot.sh @@ -1,9 +1,9 @@ #!/bin/sh -DIRNAME=mtdev-$( date +%Y%m%d ) +DIRNAME=libxkbcommon-$( date +%Y%m%d ) rm -rf $DIRNAME -git clone http://bitmath.org/git/mtdev.git $DIRNAME +git clone git://anongit.freedesktop.org/git/xorg/lib/libxkbcommon $DIRNAME cd $DIRNAME if [ -z "$1" ]; then git log | head -1 diff --git a/sources b/sources index fca8435..88e2614 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a561f5cbb5f04fda0ff7083b0f84e74 libxkbcommon-20101110.tar.bz2 +f2aae5cdbe7cd55c7d43dc8554e5ae11 libxkbcommon-20111109.tar.bz2