From 865052fc18364d383e8ba69f57f59189b20ab7facab5736d46764b0574eb4bdc Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 27 Oct 2008 15:42:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=19 --- boost.changes | 5 +++++ boost.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/boost.changes b/boost.changes index 33c52ed..82c38da 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 27 11:57:35 CET 2008 - ro@suse.de + +- do not remove full-name symlinks for shared libs + ------------------------------------------------------------------- Thu Oct 23 18:31:36 CEST 2008 - pth@suse.de diff --git a/boost.spec b/boost.spec index 4e358d2..2d3a2ac 100644 --- a/boost.spec +++ b/boost.spec @@ -38,7 +38,7 @@ Group: Development/Libraries/C and C++ Summary: Boost C++ Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build Version: 1.36.0 -Release: 5 +Release: 6 Source0: %{name}_1_36_0.tar.bz2 Source1: boost-rpmlintrc Source2: boost_1_33_1_man.tar.bz2 @@ -366,7 +366,7 @@ for lib in $(find . -follow -name \*-gcc??-mt-1_36.so); do NAME=${lib}.%{version} SONAME_MT=$(echo $lib | sed -e 's/-gcc..-mt-1_36/-mt/g') SONAME=$(echo $lib | sed -e 's/-gcc..-mt-1_36//g') - rm $lib +# rm $lib ln -sf $NAME $SONAME_MT ln -sf $NAME $SONAME done @@ -562,6 +562,8 @@ find %{buildroot}%{_docdir}/boost-%{version} -name \*.py -exec chmod -x {} + %doc %{_mandir}/man7/*.7.gz %changelog +* Mon Oct 27 2008 ro@suse.de +- do not remove full-name symlinks for shared libs * Thu Oct 23 2008 pth@suse.de - Use a script and a Makefile to generate boost.spec. - Pull in all libraries on update.