rpms/mesa/devel mesa.spec,1.160,1.161

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Fri Feb 15 23:45:39 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25078

Modified Files:
	mesa.spec 
Log Message:
* Fri Feb 15 2008 Adam Jackson <ajax at redhat.com> 7.1-0.13
- Restore -fvisibility=hidden.
- Fix autotooling.



Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- mesa.spec	15 Feb 2008 23:27:45 -0000	1.160
+++ mesa.spec	15 Feb 2008 23:44:57 -0000	1.161
@@ -15,7 +15,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.1
-Release: 0.12%{?dist}
+Release: 0.13%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -30,7 +30,7 @@
 Patch0: mesa-7.1pre-osmesa-version.patch
 
 
-BuildRequires: pkgconfig autoconf
+BuildRequires: pkgconfig autoconf automake
 %if %{with_dri}
 BuildRequires: libdrm-devel >= 2.4.0-0.4
 %endif
@@ -162,6 +162,8 @@
 sed -i 's,terrain.dat,%{_libdir}/mesa-demos-data/&,' progs/demos/terrain.c
 
 %build
+export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fvisibility=hidden"
+
 autoreconf --install
 
 # first, build the osmesa variants
@@ -389,6 +391,10 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Fri Feb 15 2008 Adam Jackson <ajax at redhat.com> 7.1-0.13
+- Restore -fvisibility=hidden.
+- Fix autotooling.
+
 * Fri Feb 15 2008 Adam Jackson <ajax at redhat.com> 7.1-0.12
 - Fix file conflict with bsd-games on /usr/bin/rain.
 




More information about the fedora-extras-commits mailing list