rpms/mesa/devel .cvsignore, 1.43, 1.44 mesa.spec, 1.271, 1.272 sources, 1.46, 1.47 mesa-7.7-fix-radeon-colors.patch, 1.1, NONE

Dave Airlie airlied at fedoraproject.org
Wed Feb 3 00:10:58 UTC 2010


Author: airlied

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21990

Modified Files:
	.cvsignore mesa.spec sources 
Removed Files:
	mesa-7.7-fix-radeon-colors.patch 
Log Message:
* Wed Jan 27 2010 Dave Airlie <airlied at redhat.com> 7.8-0.12
- Fix radeon colors for rawhide



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/.cvsignore,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- .cvsignore	21 Jan 2010 01:39:48 -0000	1.43
+++ .cvsignore	3 Feb 2010 00:10:58 -0000	1.44
@@ -12,3 +12,4 @@ mesa-20091221.tar.bz2
 mesa-20100106.tar.bz2
 mesa-20100108.tar.bz2
 mesa-20100121.tar.bz2
+mesa-20100203.tar.bz2


Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -p -r1.271 -r1.272
--- mesa.spec	27 Jan 2010 04:14:39 -0000	1.271
+++ mesa.spec	3 Feb 2010 00:10:58 -0000	1.272
@@ -13,7 +13,7 @@
 
 %define manpages gl-manpages-1.0.1
 %define xdriinfo xdriinfo-1.0.3
-%define gitdate 20100121
+%define gitdate 20100203
 #% define snapshot 
 
 %define demodir %{_libdir}/mesa
@@ -21,7 +21,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.8
-Release: 0.12%{?dist}
+Release: 0.13%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -41,7 +41,6 @@ Patch1: mesa-7.1-osmesa-version.patch
 Patch2: mesa-7.1-nukeglthread-debug.patch
 Patch3: mesa-no-mach64.patch
 
-Patch5: mesa-7.7-fix-radeon-colors.patch
 #Patch7: mesa-7.1-link-shared.patch
 
 Patch30: mesa-7.6-hush-vblank-warning.patch
@@ -53,7 +52,7 @@ BuildRequires: kernel-headers >= 2.6.27-
 BuildRequires: libdrm-devel >= 2.4.17-0.1
 BuildRequires: libXxf86vm-devel
 BuildRequires: expat-devel >= 2.0
-BuildRequires: xorg-x11-proto-devel >= 7.1-10
+BuildRequires: xorg-x11-proto-devel >= 7.4-35
 BuildRequires: makedepend
 BuildRequires: libselinux-devel
 BuildRequires: libXext-devel
@@ -181,7 +180,6 @@ Group: User Interface/X Hardware Support
 %patch1 -p1 -b .osmesa
 %patch2 -p1 -b .intel-glthread
 %patch3 -p1 -b .no-mach64
-%patch5 -p1 -b .r100-color
 #%patch7 -p1 -b .dricore
 %patch30 -p1 -b .vblank-warning
 
@@ -240,6 +238,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -Os"
     --with-dri-driverdir=%{_libdir}/dri \
     --with-state-trackers=dri,xorg,glx \
     --enable-gallium-svga \
+    --enable-gallium-nouveau \
     %{?dri_drivers}
 
 make #{?_smp_mflags}
@@ -332,10 +331,12 @@ rm -rf $RPM_BUILD_ROOT
 #%{_libdir}/dri/libdricore.so
 %{_libdir}/dri/*_dri.so
 %exclude %{_libdir}/dri/vmwgfx_dri.so
+%exclude %{_libdir}/dri/nouveau_dri.so
 
 %files dri-drivers-experimental
 %defattr(-,root,root,-)
 %{_libdir}/dri/vmwgfx_dri.so
+%{_libdir}/dri/nouveau_dri.so
 
 %files libGL-devel
 %defattr(-,root,root,-)
@@ -395,6 +396,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/xorg/modules/drivers/vmwgfx_drv.so
 
 %changelog
+* Wed Feb 03 2010 Dave Airlie <airlied at redhat.com> 7.8-0.13
+- update dri2proto requirement
+- add nouveau to experimental drivers set
+
 * Wed Jan 27 2010 Dave Airlie <airlied at redhat.com> 7.8-0.12
 - Fix radeon colors for rawhide
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/sources,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- sources	21 Jan 2010 01:39:48 -0000	1.46
+++ sources	3 Feb 2010 00:10:58 -0000	1.47
@@ -1,3 +1,3 @@
 6ae05158e678f4594343f32c2ca50515  gl-manpages-1.0.1.tar.bz2
 cb304d1ce562ac48b68eedeba38c662f  xdriinfo-1.0.3.tar.bz2
-88e7532d0abb631fa199e58e12d30f9f  mesa-20100121.tar.bz2
+f25919456666b8ec8bd6e47f68677a75  mesa-20100203.tar.bz2


--- mesa-7.7-fix-radeon-colors.patch DELETED ---



More information about the scm-commits mailing list