rpms/libXi/devel make-git-snapshot.sh, NONE, 1.1 libXi.spec, 1.29, 1.30

Peter Hutterer whot at fedoraproject.org
Fri Jun 19 07:04:27 UTC 2009


Author: whot

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

Modified Files:
	libXi.spec 
Added Files:
	make-git-snapshot.sh 
Log Message:
* Fri Jun 19 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.2.99-2.20090619
- Add missing make-git-snapshot.sh



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

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

rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/lib/libXi $DIRNAME
cd $DIRNAME
if [ -z "$1" ]; then
    git log | head -1
else
    git checkout $1
fi
git log | head -1 | awk '{ print $2 }' > ../commitid
git repack -a -d
cd ..
tar jcf $DIRNAME.tar.bz2 $DIRNAME
rm -rf $DIRNAME


Index: libXi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXi/devel/libXi.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- libXi.spec	19 Jun 2009 06:58:27 -0000	1.29
+++ libXi.spec	19 Jun 2009 07:03:56 -0000	1.30
@@ -4,7 +4,7 @@
 Summary: X.Org X11 libXi runtime library
 Name: libXi
 Version: 1.2.99
-Release: 1.%{gitdate}%{?dist}
+Release: 2.%{gitdate}%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jun 19 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.2.99-2.20090619
+- Add missing make-git-snapshot.sh
+
 * Fri Jun 19 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.2.99-1.20090619
 - Update to today's git master
 




More information about the fedora-extras-commits mailing list