rpms/xorg-x11-drv-amd/OLPC-2 .cvsignore, 1.7, 1.8 sources, 1.8, 1.9 xorg-x11-drv-amd.spec, 1.14, 1.15 amd-build-fix.patch, 1.1, NONE amd-visibility.patch, 1.1, NONE

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Jun 25 18:57:35 UTC 2007


Author: dcbw

Update of /cvs/extras/rpms/xorg-x11-drv-amd/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26371

Modified Files:
	.cvsignore sources xorg-x11-drv-amd.spec 
Removed Files:
	amd-build-fix.patch amd-visibility.patch 
Log Message:
Bring OLPC-2 branch up-to-date WRT olpc-1 branch and latest git head



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xorg-x11-drv-amd/OLPC-2/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	16 Oct 2006 23:05:00 -0000	1.7
+++ .cvsignore	25 Jun 2007 18:56:58 -0000	1.8
@@ -1 +1,2 @@
 xf86-video-amd-0.0-git20061016.tar.bz2
+xf86-video-amd-0.0-git20070625.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xorg-x11-drv-amd/OLPC-2/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	25 Apr 2007 16:35:28 -0000	1.8
+++ sources	25 Jun 2007 18:56:58 -0000	1.9
@@ -1 +1 @@
-0b0d4ace479ec3b42359df6bdc33ba1a  xf86-video-amd-0.0-git20070424.tar.bz2
+330632bf2bfe0c80094dc288788367ab  xf86-video-amd-0.0-git20070625.tar.bz2


Index: xorg-x11-drv-amd.spec
===================================================================
RCS file: /cvs/extras/rpms/xorg-x11-drv-amd/OLPC-2/xorg-x11-drv-amd.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xorg-x11-drv-amd.spec	25 Apr 2007 16:35:28 -0000	1.14
+++ xorg-x11-drv-amd.spec	25 Jun 2007 18:56:58 -0000	1.15
@@ -2,13 +2,13 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
 
-%define gitdate 20070424
+%define gitdate 20070625
 
 Summary:   Xorg X11 AMD Geode video driver
 Name:      xorg-x11-drv-amd
 Version:   0.0
-Release:   16.%{gitdate}%{?dist}
-URL:       http://dev.laptop.org/git.do?p=xf86-amd-devel
+Release:   22.%{gitdate}%{?dist}
+URL:       http://git.infradead.org/?p=users/jcrouse/xf86-video-amd.git
 Source0:    xf86-video-amd-0.0-git%{gitdate}.tar.bz2
 #Source1:   amd.xinf
 License:   MIT/X11
@@ -35,14 +35,18 @@
 Requires:  xorg-x11-server-Xorg >= 1.1.0
 %endif
 
-Patch: lx-disable-compression.patch
+Patch0: lx-disable-compression.patch
+Patch1: amd-build-fixes.patch
+Patch2: lx-downscaling-fix.patch
 
 %description 
 X.Org X11 AMD Geode video driver.
 
 %prep
-%setup -q -n %{tarball}
-%patch -p1 -b .jx
+%setup -q -n %{tarball}-2.7.6.5
+%patch0 -p1 -b .jx
+%patch1 -p1 -b .build-fix
+%patch2 -p1 -b .lx-downscale-fix
 
 # remind myself to do snapshots properly
 if [ -e %{tarball}/.git ] ; then
@@ -51,14 +55,14 @@
 fi
 
 %build
-./autogen.sh --disable-static --libdir=%{_libdir} --mandir=%{_mandir} \
+%configure --disable-static --libdir=%{_libdir} --mandir=%{_mandir} \
 	     --enable-visibility
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%makeinstall DESTDIR=$RPM_BUILD_ROOT
 
 #mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
 #install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
@@ -74,11 +78,34 @@
 %defattr(-,root,root,-)
 %{driverdir}/amd_drv.so
 %{driverdir}/ztv_drv.so
-#%{_datadir}/hwdata/videoaliases/amd.xinf
-#%dir %{_mandir}/man4x
-%{_mandir}/man4/amd.4*
 
 %changelog
+* Wed Jun 25 2007 Dan Williams <dcbw at redhat.com> 0.0-22.20070625
+- Udpate to git snapshot
+   - Fix downscaling on the LX
+   - cairo 1.4.4 and Xorg 1.3 fixes
+
+* Wed Jun 13 2007 Dan Williams <dcbw at redhat.com> 0.0-21.20070613
+- Udpate to git snapshot
+
+* Mon May 07 2007 Dan Williams <dcbw at redhat.com> 0.0-21.20070504
+- Cleanups and fixes from -Wall
+
+* Fri May 04 2007 Dan Williams <dcbw at redhat.com> 0.0-20.20070504
+- Better OOM handling
+- RandR fixes
+
+* Thu May 03 2007 Dan Williams <dcbw at redhat.com> 0.0-19.20070503
+- Fix QueryImageAttributes handler for GX
+- Get correct prototype for memset/memcpy
+
+* Thu May 03 2007 Dan Williams <dcbw at redhat.com> 0.0-18.20070503
+- VGA port fixes
+- Fixes for Xv color key mode
+
+* Fri Apr 27 2007 Adam Jackson <ajax at redhat.com> 0.0-17.20070427
+- Fix alpha blending.
+
 * Tue Apr 24 2007 Adam Jackson <ajax at redhat.com> 0.0-16.20070424
 - Misc LX fixes.
 


--- amd-build-fix.patch DELETED ---


--- amd-visibility.patch DELETED ---




More information about the scm-commits mailing list