From 2b62ebde9269142da9992298d3ee61a2cb0e286f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Oct 20 2008 16:04:54 +0000 Subject: - Be extra paranoid about textrels at the end of %build --- diff --git a/mesa.spec b/mesa.spec index 229b3bf..9268361 100644 --- a/mesa.spec +++ b/mesa.spec @@ -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: libXfixes-devel BuildRequires: libXdamage-devel BuildRequires: libXi-devel BuildRequires: libXmu-devel +BuildRequires: elfutils %description Mesa @@ -233,6 +234,11 @@ make #{?_smp_mflags} 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 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/mesa-demos-data %changelog +* Mon Oct 20 2008 Adam Jackson 7.2-0.10 +- Be extra paranoid about textrels at the end of %%build + * Sun Oct 19 2008 Dave Airlie 7.2-0.9 - r300: re-enable zerocopy TFP for non-kms system - r300: fix sw fallbacks on !kms + fix debug