rpms/libpciaccess/devel .cvsignore, 1.2, 1.3 libpciaccess.spec, 1.1, 1.2 make-libpciaccess-snapshot.sh, 1.1, 1.2 sources, 1.2, 1.3

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Thu Jul 12 21:29:11 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/libpciaccess/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27200/devel

Modified Files:
	.cvsignore libpciaccess.spec make-libpciaccess-snapshot.sh 
	sources 
Log Message:
New snapshot.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libpciaccess/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	5 Jun 2007 16:32:52 -0000	1.2
+++ .cvsignore	12 Jul 2007 21:28:39 -0000	1.3
@@ -1 +1 @@
-libpciaccess-20070530.tar.bz2
+libpciaccess-20070712.tar.bz2


Index: libpciaccess.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpciaccess/devel/libpciaccess.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpciaccess.spec	5 Jun 2007 16:32:52 -0000	1.1
+++ libpciaccess.spec	12 Jul 2007 21:28:39 -0000	1.2
@@ -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 @@
 %{_libdir}/pkgconfig/pciaccess.pc
 
 %changelog
+* Thu Jul 12 2007 Adam Jackson <ajax at redhat.com> 0.8-0.2.20070712git
+- New snapshot.  Adds VGA ROM support.
+
 * Thu May 24 2007 Adam Jackson <ajax at redhat.com> 0.8-0.1.20070524git
 - Initial revision.


Index: make-libpciaccess-snapshot.sh
===================================================================
RCS file: /cvs/pkgs/rpms/libpciaccess/devel/make-libpciaccess-snapshot.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make-libpciaccess-snapshot.sh	5 Jun 2007 16:32:52 -0000	1.1
+++ make-libpciaccess-snapshot.sh	12 Jul 2007 21:28:39 -0000	1.2
@@ -5,7 +5,11 @@
 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libpciaccess/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	5 Jun 2007 16:32:52 -0000	1.2
+++ sources	12 Jul 2007 21:28:39 -0000	1.3
@@ -1 +1 @@
-e71eb45d49376e6341fe2fbf3647c502  libpciaccess-20070530.tar.bz2
+ce0622b02d8169a53ea3b659aa1690dc  libpciaccess-20070712.tar.bz2




More information about the fedora-extras-commits mailing list