Today's git snap

This commit is contained in:
Adam Jackson 2011-11-09 17:06:24 -05:00
parent 47d541a012
commit 3e0b103b90
4 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libxkbcommon-20101110.tar.bz2
/libxkbcommon-20111109.tar.bz2

View File

@ -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 <ajax@redhat.com> 0.1.0-3
- Today's git snap
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2.20101110
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -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

View File

@ -1 +1 @@
7a561f5cbb5f04fda0ff7083b0f84e74 libxkbcommon-20101110.tar.bz2
f2aae5cdbe7cd55c7d43dc8554e5ae11 libxkbcommon-20111109.tar.bz2