rpms/libao/devel libao.spec,1.22,1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 21 20:42:10 UTC 2006


Author: besfahbo

Update of /cvs/dist/rpms/libao/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32647

Modified Files:
	libao.spec 
Log Message:
+* Tue Nov 21 2006 Behdad Esfahbod <besfahbo at redhat.com> - 0.8.6-4
+- Only export namespaced symbols. (bug 216108)



Index: libao.spec
===================================================================
RCS file: /cvs/dist/rpms/libao/devel/libao.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libao.spec	24 Jul 2006 19:39:30 -0000	1.22
+++ libao.spec	21 Nov 2006 20:42:08 -0000	1.23
@@ -1,7 +1,7 @@
 Summary: Cross Platform Audio Output Library.
 Name: libao
 Version: 0.8.6
-Release: 3
+Release: 4
 Group: System Environment/Libraries
 License: GPL
 URL: http://www.xiph.org/
@@ -30,6 +30,8 @@
 
 perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
 perl -p -i -e "s/-ffast-math//" configure
+# 216108
+perl -p -i -e "s/= -version-info/= -export-symbols-regex '^ao_.*' -version-info/" src/Makefile.in
 
 %build
 %configure --enable-alsa09
@@ -65,6 +67,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Nov 21 2006 Behdad Esfahbod <besfahbo at redhat.com> - 0.8.6-4
+- Only export namespaced symbols. (bug 216108)
+
 * Mon Jul 24 2006 Ray Strode <rstrode at redhat.com> - 0.8.6-3
 - remove all .la files (bug 199058)
 




More information about the fedora-cvs-commits mailing list