rpms/mesa/devel mesa.spec,1.203,1.204

Adam Jackson ajax at fedoraproject.org
Mon Oct 20 16:05:25 UTC 2008


Author: ajax

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

Modified Files:
	mesa.spec 
Log Message:
* Mon Oct 20 2008 Adam Jackson <ajax at redhat.com> 7.2-0.10
- Be extra paranoid about textrels at the end of %build



Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- mesa.spec	19 Oct 2008 09:16:11 -0000	1.203
+++ mesa.spec	20 Oct 2008 16:04:54 -0000	1.204
@@ -18,7 +18,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.2
-Release: 0.9%{?dist}
+Release: 0.10%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -61,6 +61,7 @@
 BuildRequires: libXdamage-devel
 BuildRequires: libXi-devel
 BuildRequires: libXmu-devel
+BuildRequires: elfutils
 
 %description
 Mesa
@@ -233,6 +234,11 @@
 make -C progs/xdemos glxgears glxinfo
 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
+
 pushd ../%{xdriinfo}
 %configure
 make %{?_smp_mflags}
@@ -422,6 +428,9 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Mon Oct 20 2008 Adam Jackson <ajax at redhat.com> 7.2-0.10
+- Be extra paranoid about textrels at the end of %%build
+
 * Sun Oct 19 2008 Dave Airlie <airlied at redhat.com> 7.2-0.9
 - r300: re-enable zerocopy TFP for non-kms system
 - r300: fix sw fallbacks on !kms + fix debug




More information about the fedora-extras-commits mailing list