New snapshot.
This commit is contained in:
parent
a60f1590b9
commit
fed8a002cb
@ -1 +1 @@
|
||||
libpciaccess-20070530.tar.bz2
|
||||
libpciaccess-20070712.tar.bz2
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user