rpms/xorg-x11-drv-via/devel via-0.2.1-build-fix.patch, NONE, 1.1 xorg-x11-drv-via.spec, 1.19, 1.20

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 2 19:49:09 UTC 2006


Author: ajackson

Update of /cvs/dist/rpms/xorg-x11-drv-via/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16304

Modified Files:
	xorg-x11-drv-via.spec 
Added Files:
	via-0.2.1-build-fix.patch 
Log Message:
* Mon Oct 2 2006 Adam Jackson <ajackson at redhat.com> 0.2.1-7
- via-0.2.1-build-fix.patch: De-pollute glibc's headers of X #defines.


via-0.2.1-build-fix.patch:
 via_drmclient.h |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE via-0.2.1-build-fix.patch ---
--- xf86-video-via-0.2.1/src/via_drmclient.h.jx	2006-02-21 23:31:47.000000000 -0500
+++ xf86-video-via-0.2.1/src/via_drmclient.h	2006-10-02 15:06:49.000000000 -0400
@@ -26,6 +26,7 @@
 
 #include "drm.h"
 #include "xf86drm.h"
+#include <stdint.h>
 
 #ifndef uint32_t
 #define uint32_t CARD32


Index: xorg-x11-drv-via.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-via/devel/xorg-x11-drv-via.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xorg-x11-drv-via.spec	1 Oct 2006 21:19:19 -0000	1.19
+++ xorg-x11-drv-via.spec	2 Oct 2006 19:49:06 -0000	1.20
@@ -15,7 +15,7 @@
 Summary:   Xorg X11 via video driver
 Name:      xorg-x11-drv-via
 Version:   0.2.1
-Release:   6
+Release:   7
 URL:       http://www.x.org
 License:   MIT/X11
 Group:     User Interface/X Hardware Support
@@ -25,6 +25,7 @@
 Source1:   via.xinf
 
 Patch0:	    via-0.2.1-assert.patch
+Patch1:	    via-0.2.1-build-fix.patch
 
 ExclusiveArch: %{ix86} x86_64
 
@@ -54,6 +55,7 @@
 %prep
 %setup -q -n %{tarball}-%{version}
 %patch0 -p1 -b .assert
+%patch1 -p1 -b .jx
 
 %build
 %configure --disable-static \
@@ -103,6 +105,9 @@
 %endif
 
 %changelog
+* Mon Oct 2 2006 Adam Jackson <ajackson at redhat.com> 0.2.1-7
+- via-0.2.1-build-fix.patch: De-pollute glibc's headers of X #defines.
+
 * Sun Oct 01 2006 Jesse Keating <jkeating at redhat.com> - 0.2.1-6
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the fedora-cvs-commits mailing list