From 64ceafa1ece8f2670c213090f973328bd3b35fb6 Mon Sep 17 00:00:00 2001 From: besfahbo Date: Tue, 21 Nov 2006 20:42:08 +0000 Subject: [PATCH] * Tue Nov 21 2006 Behdad Esfahbod - 0.8.6-4 - Only export namespaced symbols. (bug 216108) --- libao.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libao.spec b/libao.spec index 7a3e1f3..573ef1d 100644 --- a/libao.spec +++ b/libao.spec @@ -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 @@ needed to develop applications with libao. 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 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -rf {} \; %postun -p /sbin/ldconfig %changelog +* Tue Nov 21 2006 Behdad Esfahbod - 0.8.6-4 +- Only export namespaced symbols. (bug 216108) + * Mon Jul 24 2006 Ray Strode - 0.8.6-3 - remove all .la files (bug 199058)