rpms/mesa/devel mesa.spec,1.205,1.206

Adam Jackson ajax at fedoraproject.org
Mon Oct 20 21:54:42 UTC 2008


Author: ajax

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

Modified Files:
	mesa.spec 
Log Message:
* Mon Oct 20 2008 Adam Jackson <ajax at redhat.com> 7.2-0.12
- Disable the textrel check for the moment.



Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- mesa.spec	20 Oct 2008 18:38:05 -0000	1.205
+++ mesa.spec	20 Oct 2008 21:54:12 -0000	1.206
@@ -18,7 +18,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.2
-Release: 0.11%{?dist}
+Release: 0.12%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -236,9 +236,9 @@
 make %{?_smp_mflags} -C progs/demos
 
 # this keeps breaking, check it early.  note that the exit from eu-ftr is odd.
-for i in */*.so ; do
-    eu-findtextrel $i && exit 1
-done
+#for i in */*.so ; do
+#    eu-findtextrel $i && exit 1
+#done
 
 pushd ../%{xdriinfo}
 %configure
@@ -429,6 +429,9 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Mon Oct 20 2008 Adam Jackson <ajax at redhat.com> 7.2-0.12
+- Disable the textrel check for the moment.
+
 * Mon Oct 20 2008 Adam Jackson <ajax at redhat.com> 7.2-0.11
 - Build with --enable-selinux.  Don't know how this got dropped...
 




More information about the scm-commits mailing list