New snapshot.

This commit is contained in:
Adam Jackson 2007-07-12 21:28:39 +00:00
parent a60f1590b9
commit fed8a002cb
4 changed files with 13 additions and 6 deletions

View File

@ -1 +1 @@
libpciaccess-20070530.tar.bz2
libpciaccess-20070712.tar.bz2

View File

@ -1,9 +1,9 @@
%define gitdate 20070530
%define gitrev db56c640028d2f8072274f3eb603caa481103f4f
%define gitdate 20070712
%define gitrev a7faac3d2dc49a2130906fbeea3298f32bb9349f
Name: libpciaccess
Version: 0.8
Release: 0.1.%{gitdate}git%{?dist}
Release: 0.2.%{gitdate}git%{?dist}
Summary: PCI access library
Group: System Environment/Libraries
@ -63,5 +63,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/pciaccess.pc
%changelog
* Thu Jul 12 2007 Adam Jackson <ajax@redhat.com> 0.8-0.2.20070712git
- New snapshot. Adds VGA ROM support.
* Thu May 24 2007 Adam Jackson <ajax@redhat.com> 0.8-0.1.20070524git
- Initial revision.

View File

@ -5,7 +5,11 @@ DIRNAME=libpciaccess-$( date +%Y%m%d )
rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/lib/libpciaccess $DIRNAME
cd $DIRNAME
git checkout $1
if [ -z "$1" ]; then
git log | head -1
else
git checkout $1
fi
rm -rf .git
cd ..
tar jcf $DIRNAME.tar.bz2 $DIRNAME

View File

@ -1 +1 @@
e71eb45d49376e6341fe2fbf3647c502 libpciaccess-20070530.tar.bz2
ce0622b02d8169a53ea3b659aa1690dc libpciaccess-20070712.tar.bz2