rpms/boost/FC-3 .cvsignore, 1.5, 1.6 boost-config-compiler-gcc.patch, 1.3, 1.4 boost.spec, 1.14, 1.15 sources, 1.6, 1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 19 16:26:21 UTC 2005


Author: bkoz

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

Modified Files:
	.cvsignore boost-config-compiler-gcc.patch boost.spec sources 
Log Message:
auto-import boost-1.33.0-1.fc3 on branch FC-3 from boost-1.33.0-1.fc3.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/boost/FC-3/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	1 Dec 2004 18:44:30 -0000	1.5
+++ .cvsignore	19 Aug 2005 16:26:16 -0000	1.6
@@ -1 +1 @@
-boost_1_32_0.tar.bz2
+boost_1_33_0.tar.bz2

boost-config-compiler-gcc.patch:
 gcc.hpp |    4 !!!!
 1 files changed, 4 modifications(!)

Index: boost-config-compiler-gcc.patch
===================================================================
RCS file: /cvs/dist/rpms/boost/FC-3/boost-config-compiler-gcc.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- boost-config-compiler-gcc.patch	24 May 2005 16:11:35 -0000	1.3
+++ boost-config-compiler-gcc.patch	19 Aug 2005 16:26:16 -0000	1.4
@@ -1,20 +1,20 @@
-*** boost/config/compiler/gcc.hpp.orig	2005-03-16 17:25:06.611062784 -0600
---- boost/config/compiler/gcc.hpp	2005-03-16 17:31:00.965341000 -0600
+*** boost/config/compiler/gcc.hpp.orig	2005-08-17 15:15:01.000000000 -0500
+--- boost/config/compiler/gcc.hpp	2005-08-17 15:15:19.000000000 -0500
 ***************
-*** 84,91 ****
+*** 91,98 ****
   #  error "Compiler not configured - please reconfigure"
   #endif
   //
-! // last known and checked version is 3.4:
-! #if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 4))
+! // last known and checked version is 4.0 (Pre-release):
+! #if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 0))
   #  if defined(BOOST_ASSERT_CONFIG)
   #     error "Unknown compiler version - please run the configure tests and report the results"
   #  else
---- 84,91 ----
+--- 91,98 ----
   #  error "Compiler not configured - please reconfigure"
   #endif
   //
-! // last known and checked version is 4.1:
+! // last known and checked version is 4.1 (Pre-release):
 ! #if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 1))
   #  if defined(BOOST_ASSERT_CONFIG)
   #     error "Unknown compiler version - please run the configure tests and report the results"


Index: boost.spec
===================================================================
RCS file: /cvs/dist/rpms/boost/FC-3/boost.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- boost.spec	24 May 2005 16:11:35 -0000	1.14
+++ boost.spec	19 Aug 2005 16:26:16 -0000	1.15
@@ -1,9 +1,9 @@
-%define tarball_name boost_1_32_0
+%define tarball_name boost_1_33_0
 
 Name: boost
 Summary: The Boost C++ Libraries
-Version: 1.32.0
-Release: 6.fc3
+Version: 1.33.0
+Release: 1.fc3
 License: Boost Software License
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -51,7 +51,8 @@
 (cd tools/build/jam_src && ./build.sh)
 #build boost with bjam
 BJAM=`find tools/build/jam_src/ -name bjam -a -type f`
-PYTHON_VERSION=`python -V 2>&1 |sed 's,.* \([0-9]\.[0-9]\)\(\.[0-9]\)\?.*,\1,'`
+#PYTHON_VERSION=`python -V 2>&1 |sed 's,.* \([0-9]\.[0-9]\)\(\.[0-9]\)\?.*,\1,'`
+PYTHON_VERSION=$(python -c 'import sys; print sys.version[:3]')
 PYTHON_FLAGS="-sPYTHON_ROOT=/usr -sPYTHON_VERSION=$PYTHON_VERSION"
 #$BJAM $PYTHON_FLAGS "-sTOOLS=gcc" "-sBUILD=release <dllversion>1" stage 
 $BJAM $PYTHON_FLAGS "-sTOOLS=gcc" "-sBUILD=release" stage 
@@ -102,6 +103,10 @@
 %{_libdir}/*.so
 
 %changelog
+* Fri Aug 12 2005 Benjamin Kosnik <bkoz at redhat.com> 1.33.0-1
+- Update to boost-1.33.0
+- Simplified PYTHON_VERSION by Philipp Thomas <pth at suse.de>
+
 * Tue May 24 2005 Benjamin Kosnik <bkoz at redhat.com> 1.32.0-6
 - (#153093: boost warns that gcc 4.0.0 is an unknown compiler)
 - (#152205: development .so symlinks should be in -devel subpackage)


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/boost/FC-3/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	30 Nov 2004 03:04:25 -0000	1.6
+++ sources	19 Aug 2005 16:26:16 -0000	1.7
@@ -1 +1 @@
-e1d1fc7b8fc8c51df4564c2188ca51cb  boost_1_32_0.tar.bz2
+43d87bbd827a8299f408df5efe5f0fd8  boost_1_33_0.tar.bz2




More information about the fedora-cvs-commits mailing list