- 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:
parent
a02781b95e
commit
88523be503
@ -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> ;
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user