rpms/boost/devel boost-gcc-tools.patch, 1.5, 1.6 boost.spec, 1.14, 1.15 sources, 1.7, 1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 22 21:48:43 UTC 2005


Author: bkoz

Update of /cvs/dist/rpms/boost/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8232

Modified Files:
	boost-gcc-tools.patch boost.spec sources 
Log Message:

* Fri Aug 12 2005 Benjamin Kosnik <bkoz at redhat.com> 1.33.0-1
- Update to boost-1.33.0, update SONAME to 2 due to ABI changes.
- Simplified PYTHON_VERSION by Philipp Thomas <pth at suse.de>



boost-gcc-tools.patch:
 gcc-tools.jam |    3 +!!
 1 files changed, 1 insertion(+), 2 modifications(!)

Index: boost-gcc-tools.patch
===================================================================
RCS file: /cvs/dist/rpms/boost/devel/boost-gcc-tools.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- boost-gcc-tools.patch	18 Mar 2005 16:35:21 -0000	1.5
+++ boost-gcc-tools.patch	22 Aug 2005 21:48:40 -0000	1.6
@@ -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 <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> ;
 *** 352,357 ****
 --- 352,358 ----
   flags gcc DLLVERSION <dllversion> ;
   DLLVERSION = $(DLLVERSION[1]) ;
   DLLVERSION ?= $(BOOST_VERSION) ;
-+ SONAMEVERSION = 1 ;
++ SONAMEVERSION = 2 ;
   
   flags gcc TARGET_TYPE <target-type> ;
   


Index: boost.spec
===================================================================
RCS file: /cvs/dist/rpms/boost/devel/boost.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- boost.spec	19 Aug 2005 16:10:05 -0000	1.14
+++ boost.spec	22 Aug 2005 21:48:40 -0000	1.15
@@ -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 @@
 
 %changelog
 * Fri Aug 12 2005 Benjamin Kosnik <bkoz at 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 at suse.de>
 
 * Tue May 24 2005 Benjamin Kosnik <bkoz at redhat.com> 1.32.0-6


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/boost/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	19 Aug 2005 16:06:47 -0000	1.7
+++ sources	22 Aug 2005 21:48:40 -0000	1.8
@@ -1 +1 @@
-43d87bbd827a8299f408df5efe5f0fd8  boost_1_33_0.tar.bz2
+56fafc275dc0e195ec2f27e8769482cc  boost_1_33_0.tar.bz2




More information about the fedora-cvs-commits mailing list