- Update to boost-1.33.0, update SONAME to 2 due to ABI changes.

- Simplified PYTHON_VERSION by Philipp Thomas <pth@suse.de>
This commit is contained in:
Benjamin Kosnik 2005-08-22 21:48:40 +00:00
parent a02781b95e
commit 88523be503
3 changed files with 4 additions and 21 deletions

View File

@ -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.orig 2005-03-18 09:58:30.227128264 -0600
--- tools/build/v1/gcc-tools.jam 2005-03-18 10:00:20.235025969 -0600 --- tools/build/v1/gcc-tools.jam 2005-03-18 10:00:20.235025969 -0600
*************** flags gcc LINKFLAGS <runtime-link>static
*** 60,66 ****
flags gcc CFLAGS <debug-symbols>on : -g ;
flags gcc LINKFLAGS <debug-symbols>on : -g ;
flags gcc CFLAGS <optimization>off : -O0 ;
! flags gcc CFLAGS <optimization>speed : -O3 ;
# Other optimizations we might want for GCC
# -fforce-mem -fomit-frame-pointer
--- 60,66 ----
flags gcc CFLAGS <debug-symbols>on : -g ;
flags gcc LINKFLAGS <debug-symbols>on : -g ;
flags gcc CFLAGS <optimization>off : -O0 ;
! flags gcc CFLAGS <optimization>speed : -O2 ;
# Other optimizations we might want for GCC
# -fforce-mem -fomit-frame-pointer
*************** flags gcc FINDLIBS <find-library> ; *************** flags gcc FINDLIBS <find-library> ;
*** 352,357 **** *** 352,357 ****
--- 352,358 ---- --- 352,358 ----
flags gcc DLLVERSION <dllversion> ; flags gcc DLLVERSION <dllversion> ;
DLLVERSION = $(DLLVERSION[1]) ; DLLVERSION = $(DLLVERSION[1]) ;
DLLVERSION ?= $(BOOST_VERSION) ; DLLVERSION ?= $(BOOST_VERSION) ;
+ SONAMEVERSION = 1 ; + SONAMEVERSION = 2 ;
flags gcc TARGET_TYPE <target-type> ; flags gcc TARGET_TYPE <target-type> ;

View File

@ -3,7 +3,7 @@
Name: boost Name: boost
Summary: The Boost C++ Libraries Summary: The Boost C++ Libraries
Version: 1.33.0 Version: 1.33.0
Release: 1 Release: 2
License: Boost Software License License: Boost Software License
URL: http://www.boost.org/ URL: http://www.boost.org/
Group: System Environment/Libraries Group: System Environment/Libraries
@ -103,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Aug 12 2005 Benjamin Kosnik <bkoz@redhat.com> 1.33.0-1 * Fri Aug 12 2005 Benjamin Kosnik <bkoz@redhat.com> 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 <pth@suse.de> - Simplified PYTHON_VERSION by Philipp Thomas <pth@suse.de>
* Tue May 24 2005 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-6 * Tue May 24 2005 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-6

View File

@ -1 +1 @@
43d87bbd827a8299f408df5efe5f0fd8 boost_1_33_0.tar.bz2 56fafc275dc0e195ec2f27e8769482cc boost_1_33_0.tar.bz2