rpms/xorg-x11-drv-voodoo/devel commitid, NONE, 1.1 make-git-snapshot.sh, NONE, 1.1 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 xorg-x11-drv-voodoo.spec, 1.18, 1.19

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Mar 3 23:38:49 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-voodoo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17770/devel

Modified Files:
	.cvsignore sources xorg-x11-drv-voodoo.spec 
Added Files:
	commitid make-git-snapshot.sh 
Log Message:
git snapshot



--- NEW FILE commitid ---
2a2703732fb045f2f87d80eb56c8d9c1a58031f2


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

DIRNAME=xf86-video-voodoo-$( date +%Y%m%d )

rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/driver/xf86-video-voodoo $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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-voodoo/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	24 Sep 2007 21:46:54 -0000	1.8
+++ .cvsignore	3 Mar 2008 23:38:00 -0000	1.9
@@ -1 +1 @@
-xf86-video-voodoo-1.1.1.tar.bz2
+xf86-video-voodoo-20080303.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-voodoo/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	24 Sep 2007 21:46:54 -0000	1.8
+++ sources	3 Mar 2008 23:38:00 -0000	1.9
@@ -1 +1 @@
-bc878e795688b49a595b355482d27174  xf86-video-voodoo-1.1.1.tar.bz2
+b8ed6a70ff0eb4fece0f76b89025bced  xf86-video-voodoo-20080303.tar.bz2


Index: xorg-x11-drv-voodoo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-voodoo/devel/xorg-x11-drv-voodoo.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xorg-x11-drv-voodoo.spec	20 Feb 2008 08:01:43 -0000	1.18
+++ xorg-x11-drv-voodoo.spec	3 Mar 2008 23:38:00 -0000	1.19
@@ -1,33 +1,39 @@
 %define tarball xf86-video-voodoo
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
+%define gitdate 20080303
 
 Summary:   Xorg X11 voodoo video driver
 Name:      xorg-x11-drv-voodoo
 Version:   1.1.1
-Release:   2%{?dist}
+Release:   3.%{gitdate}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
-Source1:   voodoo.xinf
+#Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
+Source0: xf86-video-voodoo-%{gitdate}.tar.bz2
+Source1: voodoo.xinf
+Source2: make-git-snapshot.sh
+Source3: commitid
 
 ExcludeArch: s390 s390x
 
-BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
+BuildRequires: autoconf automake libtool
+BuildRequires: xorg-x11-server-sdk >= 1.4.99.1
 
 Requires:  hwdata
-Requires:  xorg-x11-server-Xorg >= 1.3.0.0-6
+Requires:  xorg-x11-server-Xorg >= 1.4.99.1
 
 %description 
 X.Org X11 voodoo video driver.
 
 %prep
-%setup -q -n %{tarball}-%{version}
+%setup -q -n %{tarball}-%{gitdate}
 
 %build
+autoreconf -v --install || exit 1
 %configure --disable-static
 make
 
@@ -53,6 +59,9 @@
 %{_mandir}/man4/voodoo.4*
 
 %changelog
+* Mon Mar 03 2008 Adam Jackson <ajax at redhat.com> 1.1.1-3.20080303
+- git snapshot for pciaccess conversion
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.1.1-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list