rpms/xorg-x11-drv-amd/OLPC-2 .cvsignore, 1.14, 1.15 sources, 1.15, 1.16 xorg-x11-drv-amd.spec, 1.22, 1.23

Bernardo Innocenti (bernie) fedora-extras-commits at redhat.com
Fri Nov 2 19:48:18 UTC 2007


Author: bernie

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

Modified Files:
	.cvsignore sources xorg-x11-drv-amd.spec 
Log Message:
* Fri Oct 19 2007 Bernardo Innocenti <bernie at codewiz.org>  0.0-27.20071019
- Fix dlo#2127: resized xv imagesink windows sometimes don't scale the video inside of them

* Sun Sep 30 2007 Bernardo Innocenti <bernie at codewiz.org> 0.0-25.20070918
- Rebuilt for Xserver 1.4
- Add experimental support for geode arch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-amd/OLPC-2/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	18 Sep 2007 20:20:12 -0000	1.14
+++ .cvsignore	2 Nov 2007 19:47:40 -0000	1.15
@@ -6,3 +6,4 @@
 xf86-video-amd-0.0-git20070718.tar.bz2
 xf86-video-amd-0.0-git20070807.tar.bz2
 xf86-video-amd-0.0-git20070918.tar.bz2
+xf86-video-amd-0.0-git20071019.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-amd/OLPC-2/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	18 Sep 2007 20:20:12 -0000	1.15
+++ sources	2 Nov 2007 19:47:40 -0000	1.16
@@ -1 +1,2 @@
 54b45c7ef10bd053f1d61c5343478f2a  xf86-video-amd-0.0-git20070918.tar.bz2
+c1cf08ad73e26a0f0aef1298a73c7e78  xf86-video-amd-0.0-git20071019.tar.bz2


Index: xorg-x11-drv-amd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-amd/OLPC-2/xorg-x11-drv-amd.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- xorg-x11-drv-amd.spec	18 Sep 2007 20:20:12 -0000	1.22
+++ xorg-x11-drv-amd.spec	2 Nov 2007 19:47:40 -0000	1.23
@@ -2,12 +2,12 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
 
-%define gitdate 20070918
+%define gitdate 20071019
 
 Summary:   Xorg X11 AMD Geode video driver
 Name:      xorg-x11-drv-amd
 Version:   0.0
-Release:   24.%{gitdate}%{?dist}
+Release:   27.%{gitdate}%{?dist}
 URL:       http://dev.laptop.org/xf86-amd-devel
 Source0:    xf86-video-amd-0.0-git%{gitdate}.tar.bz2
 #Source1:   amd.xinf
@@ -51,7 +51,10 @@
 fi
 
 %build
-%configure --disable-static --libdir=%{_libdir} --mandir=%{_mandir} \
+%ifarch geode
+build_CFLAGS=-march=geode
+%endif
+CFLAGS=$build_CFLAGS %configure --disable-static --libdir=%{_libdir} --mandir=%{_mandir} \
 	     --enable-visibility
 make
 
@@ -76,6 +79,13 @@
 %{driverdir}/ztv_drv.so
 
 %changelog
+* Fri Oct 19 2007 Bernardo Innocenti <bernie at codewiz.org>  0.0-27.20071019
+- Fix dlo#2127: resized xv imagesink windows sometimes don't scale the video inside of them 
+
+* Sun Sep 30 2007 Bernardo Innocenti <bernie at codewiz.org> 0.0-25.20070918
+- Rebuilt for Xserver 1.4
+- Add experimental support for geode arch
+
 * Tue Sep 18 2007 Dan Williams <dcbw at redhat.com> 0.0-24.20070918
 - New snapshot; disable EXA pixmap upload and download acceleration to
     work around segfault of the X server in certain situations (#3352)




More information about the fedora-extras-commits mailing list