rpms/pixman/devel make-pixman-snapshot.sh, NONE, 1.1 .cvsignore, 1.3, 1.4 pixman.spec, 1.5, 1.6 sources, 1.3, 1.4

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Aug 27 17:21:19 UTC 2007


Author: ajax

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

Modified Files:
	.cvsignore pixman.spec sources 
Added Files:
	make-pixman-snapshot.sh 
Log Message:
yet another daily snapshot



--- NEW FILE make-pixman-snapshot.sh ---
#!/bin/sh

DIRNAME=pixman-$( date +%Y%m%d )

rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/pixman $DIRNAME
cd $DIRNAME
if [ -z "$1" ]; then
    git log | head -1
else
    git checkout $1
fi
rm -rf .git
cd ..
tar jcf $DIRNAME.tar.bz2 $DIRNAME
rm -rf $DIRNAME


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	24 Aug 2007 12:01:40 -0000	1.3
+++ .cvsignore	27 Aug 2007 17:20:46 -0000	1.4
@@ -1 +1 @@
-pixman-20070824.tar.bz2
+pixman-20070827.tar.bz2


Index: pixman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/devel/pixman.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pixman.spec	24 Aug 2007 12:01:40 -0000	1.5
+++ pixman.spec	27 Aug 2007 17:20:46 -0000	1.6
@@ -1,14 +1,18 @@
-%define gitdate 20070824
+%define gitdate 20070827
+%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
 
 Name:           pixman
 Version:        0.9.0
-Release:        4.%{gitdate}%{?dist}
+Release:        7.%{gitdate}%{?dist}
 Summary:        Pixel manipulation library
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://gitweb.freedesktop.org/?p=pixman.git;a=summary
+# Git snapshot.  To recreate:
+# ./make-pixman-snapshot.sh %{gitrev}
 Source0:        pixman-%{gitdate}.tar.bz2
+Source1:	make-pixman-snapshot.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  automake autoconf libtool pkgconfig
@@ -26,7 +30,7 @@
 Development library for pixman.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{gitdate}
 
 %build
 ./autogen.sh
@@ -57,6 +61,9 @@
 %{_libdir}/pkgconfig/pixman-1.pc
 
 %changelog
+* Mon Aug 27 2007 Adam Jackson <ajax at redhat.com> 0.9.0-7.20070827
+- New snapshot
+
 * Fri Aug 24 2007 Adam Jackson <ajax at redhat.com> 0.9.0-4.20070824
 - New snapshot
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	24 Aug 2007 12:01:40 -0000	1.3
+++ sources	27 Aug 2007 17:20:46 -0000	1.4
@@ -1 +1 @@
-fed0974db6cc7f35946fe6979fc0fa9e  pixman-20070824.tar.bz2
+9800e9d33a255efcd982e2acc57c2ddd  pixman-20070827.tar.bz2




More information about the fedora-extras-commits mailing list