From 88523be5031931126fab748ad76da196437f3a3a Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Mon, 22 Aug 2005 21:48:40 +0000 Subject: [PATCH] - Update to boost-1.33.0, update SONAME to 2 due to ABI changes. - Simplified PYTHON_VERSION by Philipp Thomas --- boost-gcc-tools.patch | 19 +------------------ boost.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/boost-gcc-tools.patch b/boost-gcc-tools.patch index e8db653..77031fe 100644 --- a/boost-gcc-tools.patch +++ b/boost-gcc-tools.patch @@ -1,29 +1,12 @@ *** tools/build/v1/gcc-tools.jam.orig 2005-03-18 09:58:30.227128264 -0600 --- tools/build/v1/gcc-tools.jam 2005-03-18 10:00:20.235025969 -0600 -*************** flags gcc LINKFLAGS static -*** 60,66 **** - flags gcc CFLAGS on : -g ; - flags gcc LINKFLAGS on : -g ; - flags gcc CFLAGS off : -O0 ; -! flags gcc CFLAGS speed : -O3 ; - - # Other optimizations we might want for GCC - # -fforce-mem -fomit-frame-pointer ---- 60,66 ---- - flags gcc CFLAGS on : -g ; - flags gcc LINKFLAGS on : -g ; - flags gcc CFLAGS off : -O0 ; -! flags gcc CFLAGS speed : -O2 ; - - # Other optimizations we might want for GCC - # -fforce-mem -fomit-frame-pointer *************** flags gcc FINDLIBS ; *** 352,357 **** --- 352,358 ---- flags gcc DLLVERSION ; DLLVERSION = $(DLLVERSION[1]) ; DLLVERSION ?= $(BOOST_VERSION) ; -+ SONAMEVERSION = 1 ; ++ SONAMEVERSION = 2 ; flags gcc TARGET_TYPE ; diff --git a/boost.spec b/boost.spec index 88e56ea..b79d1a6 100644 --- a/boost.spec +++ b/boost.spec @@ -3,7 +3,7 @@ Name: boost Summary: The Boost C++ Libraries Version: 1.33.0 -Release: 1 +Release: 2 License: Boost Software License URL: http://www.boost.org/ Group: System Environment/Libraries @@ -103,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Fri Aug 12 2005 Benjamin Kosnik 1.33.0-1 -- Update to boost-1.33.0 +- Update to boost-1.33.0, update SONAME to 2 due to ABI changes. - Simplified PYTHON_VERSION by Philipp Thomas * Tue May 24 2005 Benjamin Kosnik 1.32.0-6 diff --git a/sources b/sources index 93cbe53..b146cb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -43d87bbd827a8299f408df5efe5f0fd8 boost_1_33_0.tar.bz2 +56fafc275dc0e195ec2f27e8769482cc boost_1_33_0.tar.bz2