auto-import boost-1.33.0-1 on branch devel from boost-1.33.0-1.src.rpm

This commit is contained in:
Benjamin Kosnik 2005-08-19 16:06:47 +00:00
parent 0513b8fdf2
commit 78bcf4ad26
4 changed files with 18 additions and 13 deletions

View File

@ -1 +1 @@
boost_1_32_0.tar.bz2
boost_1_33_0.tar.bz2

View File

@ -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"

View File

@ -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
Version: 1.33.0
Release: 1
License: Boost Software License
URL: http://www.boost.org/
Group: System Environment/Libraries
@ -51,7 +51,8 @@ rm -rf $RPM_BUILD_ROOT
(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 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so
%changelog
* Fri Aug 12 2005 Benjamin Kosnik <bkoz@redhat.com> 1.33.0-1
- Update to boost-1.33.0
- Simplified PYTHON_VERSION by Philipp Thomas <pth@suse.de>
* Tue May 24 2005 Benjamin Kosnik <bkoz@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)

View File

@ -1 +1 @@
e1d1fc7b8fc8c51df4564c2188ca51cb boost_1_32_0.tar.bz2
43d87bbd827a8299f408df5efe5f0fd8 boost_1_33_0.tar.bz2