rpms/xorg-x11-drv-rendition/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-rendition.spec, 1.20, 1.21

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Mar 3 20:08:06 UTC 2008


Author: ajax

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

Modified Files:
	.cvsignore sources xorg-x11-drv-rendition.spec 
Added Files:
	commitid make-git-snapshot.sh 
Log Message:
git snapshot for pciaccess fixes.



--- NEW FILE commitid ---
99011b4380991cd56987f75a6d48ee609d931b2a


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

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

rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/driver/xf86-video-rendition $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-rendition/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	6 Jan 2007 05:09:00 -0000	1.8
+++ .cvsignore	3 Mar 2008 20:07:27 -0000	1.9
@@ -1 +1 @@
-xf86-video-rendition-4.1.3.tar.bz2
+xf86-video-rendition-20080303.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-rendition/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	6 Jan 2007 05:09:02 -0000	1.8
+++ sources	3 Mar 2008 20:07:27 -0000	1.9
@@ -1 +1 @@
-a8b97feccb32184820d5856fe78d34db  xf86-video-rendition-4.1.3.tar.bz2
+a0e629b7cb2816455df3f276993c7f35  xf86-video-rendition-20080303.tar.bz2


Index: xorg-x11-drv-rendition.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-rendition/devel/xorg-x11-drv-rendition.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- xorg-x11-drv-rendition.spec	20 Feb 2008 07:40:10 -0000	1.20
+++ xorg-x11-drv-rendition.spec	3 Mar 2008 20:07:27 -0000	1.21
@@ -2,32 +2,39 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
 
+%define gitdate 20080303
+
 Summary:   Xorg X11 rendition video driver
 Name:      xorg-x11-drv-rendition
 Version:   4.1.3
-Release:   6%{?dist}
+Release:   7.%{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:   rendition.xinf
+#Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
+Source0:    xf86-video-rendition-%{gitdate}.tar.bz2
+Source1:    rendition.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 rendition video driver.
 
 %prep
-%setup -q -n %{tarball}-%{version}
+%setup -q -n %{tarball}-%{gitdate}
 
 %build
+autoreconf -v --install || exit 1
 %configure --disable-static
 make
 
@@ -54,6 +61,9 @@
 %{_mandir}/man4/rendition.4*
 
 %changelog
+* Mon Mar 03 2008 Adam Jackson <ajax at redhat.com> 4.1.3-7.20080303
+- Git snapshot for pciaccess lovin.
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 4.1.3-6
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list