rpms/xorg-x11-drv-i128/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-i128.spec, 1.18, 1.19

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


Author: ajax

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

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



--- NEW FILE commitid ---
64987900b7398943005d0a43f6b39ce3c2d1f4f1


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

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

rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/driver/xf86-video-i128 $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-i128/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	24 Aug 2007 13:04:46 -0000	1.8
+++ .cvsignore	3 Mar 2008 22:48:39 -0000	1.9
@@ -1 +1 @@
-xf86-video-i128-1.2.1.tar.bz2
+xf86-video-i128-20080303.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-i128/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	24 Aug 2007 13:04:46 -0000	1.8
+++ sources	3 Mar 2008 22:48:39 -0000	1.9
@@ -1 +1 @@
-d0080732eaa15059b0a953aa3522185a  xf86-video-i128-1.2.1.tar.bz2
+9e08e407877d6d9fdd596ecb26c9e646  xf86-video-i128-20080303.tar.bz2


Index: xorg-x11-drv-i128.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-i128/devel/xorg-x11-drv-i128.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xorg-x11-drv-i128.spec	20 Feb 2008 07:25:16 -0000	1.18
+++ xorg-x11-drv-i128.spec	3 Mar 2008 22:48:39 -0000	1.19
@@ -2,36 +2,43 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
 
+%define gitdate 20080303
+
 Summary:   Xorg X11 i128 video driver
 Name:      xorg-x11-drv-i128
 Version:   1.2.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:   i128.xinf
+#Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
+Source0:    xf86-video-i128-%{gitdate}.tar.bz2
+Source1:    i128.xinf
+Source2:    make-git-snapshot.sh
+Source3:    commitid
 
 Patch0:	    i128-1.2.0-1600sw-range-hack.patch
 
 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 i128 video driver.
 
 %prep
-%setup -q -n %{tarball}-%{version}
+%setup -q -n %{tarball}-%{gitdate}
 
 %patch0 -p1 -b .1600sw-hack
 
 %build
+autoreconf -v --install || exit 1
 %configure --disable-static
 make
 
@@ -57,6 +64,9 @@
 %{_mandir}/man4/i128.4*
 
 %changelog
+* Mon Mar 03 2008 Adam Jackson <ajax at redhat.com> 1.2.1-3.20080303
+- git snapshot for pciaccess support
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.2.1-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list