rpms/libpciaccess/devel .cvsignore, 1.9, 1.10 libpciaccess.spec, 1.27, 1.28 make-libpciaccess-snapshot.sh, 1.6, 1.7 sources, 1.11, 1.12

Adam Jackson ajax at fedoraproject.org
Wed Dec 9 20:39:37 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/libpciaccess/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15966

Modified Files:
	.cvsignore libpciaccess.spec make-libpciaccess-snapshot.sh 
	sources 
Log Message:
* Wed Dec 09 2009 Adam Jackson <ajax at redhat.com> 0.10.9-2.20091209
- New git snapshot
- Drop the fd cache patch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libpciaccess/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	25 Sep 2009 01:55:53 -0000	1.9
+++ .cvsignore	9 Dec 2009 20:39:37 -0000	1.10
@@ -1 +1 @@
-libpciaccess-0.10.9.tar.bz2
+libpciaccess-20091209.tar.bz2


Index: libpciaccess.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpciaccess/devel/libpciaccess.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- libpciaccess.spec	25 Sep 2009 01:55:53 -0000	1.27
+++ libpciaccess.spec	9 Dec 2009 20:39:37 -0000	1.28
@@ -1,9 +1,9 @@
-%define gitdate 20071031
-%define gitrev e392082abb5696c8837224da86cc0af4f21d7010
+%define gitdate 20091209
+%define gitrev 5e8d4c19b4f618e22b6e8e1ad3294d8708067474
 
 Name:           libpciaccess
 Version:        0.10.9
-Release:        1%{?dist}
+Release:        2.%{gitdate}%{?dist}
 Summary:        PCI access library
 
 Group:          System Environment/Libraries
@@ -12,12 +12,11 @@ URL:            http://gitweb.freedeskto
 
 # git snapshot.  To recreate, run
 # % ./make-libpciaccess-snapshot.sh %{gitrev}
-#Source0:        libpciaccess-20071031.tar.bz2
-Source0:	http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
+Source0:        libpciaccess-%{gitdate}.tar.bz2
+#Source0:	http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 Source1:        make-libpciaccess-snapshot.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:		libpciaccess-fd-cache.patch
 Patch2:		libpciaccess-rom-size.patch
 
 BuildRequires:  autoconf automake libtool pkgconfig xorg-x11-util-macros
@@ -37,8 +36,7 @@ Requires:       pkgconfig
 Development package for libpciaccess.
 
 %prep
-%setup -q -n %{name}-%{version}
-%patch0 -p1 -b .cache
+%setup -q -n %{name}-%{gitdate}
 %patch2 -p1 -b .rom-size
 
 %build
@@ -59,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING AUTHORS ChangeLog
+%doc COPYING AUTHORS
 %{_libdir}/libpciaccess.so.0
 %{_libdir}/libpciaccess.so.0.10.*
 
@@ -70,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/pciaccess.pc
 
 %changelog
+* Wed Dec 09 2009 Adam Jackson <ajax at redhat.com> 0.10.9-2.20091209
+- New git snapshot
+- Drop the fd cache patch
+
 * Fri Sep 25 2009 Dave Airlie <airlied at redhat.com> 0.10.9-1
 - rebase to latest upstream release - drop patches
 
@@ -100,7 +102,6 @@ rm -rf $RPM_BUILD_ROOT
 - rebase to latest release (will do release with VGA bits later)
 - libpciaccess-boot-vga.patch: add boot vga patch from upstream
 
-
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: make-libpciaccess-snapshot.sh
===================================================================
RCS file: /cvs/pkgs/rpms/libpciaccess/devel/make-libpciaccess-snapshot.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- make-libpciaccess-snapshot.sh	27 Jul 2009 05:11:39 -0000	1.6
+++ make-libpciaccess-snapshot.sh	9 Dec 2009 20:39:37 -0000	1.7
@@ -12,7 +12,13 @@ else
 	bzip2 -c > $DIRNAME-$DATE.tar.bz2
 fi
 
-HASH=$(GIT_DIR=gah.git git-show-ref -s $REV)
+HASH=$(GIT_DIR=$DIRNAME.git git show-ref -s $REV)
+
+echo $HASH
+
+exit 
+
+# the rest of this is supposed to work?  i guess.
 
 version=$(sed -n -e "s/^Version: *\(.*\)/\1/p" < libpciaccess.spec)
 release=$(sed -n -e "s/^Release: *\([^.]*\).*/\1/p" < libpciaccess.spec)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libpciaccess/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	25 Sep 2009 01:55:53 -0000	1.11
+++ sources	9 Dec 2009 20:39:37 -0000	1.12
@@ -1 +1 @@
-685cb20e7a6165bc010972f1183addbd  libpciaccess-0.10.9.tar.bz2
+945bdd5989282773e0439d0d02f6ef0b  libpciaccess-20091209.tar.bz2




More information about the scm-commits mailing list