2009-10-13 12:02:57 +00:00
|
|
|
%define disable_long_double 0
|
|
|
|
%ifarch %{arm}
|
|
|
|
%define disable_long_double 1
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 03:36:00 +00:00
|
|
|
Name: boost
|
|
|
|
Summary: The Boost C++ Libraries
|
2009-05-08 01:11:25 +00:00
|
|
|
Version: 1.39.0
|
2009-11-16 22:45:53 +00:00
|
|
|
Release: 10%{?dist}
|
2008-05-29 16:49:04 +00:00
|
|
|
License: Boost
|
2004-09-09 03:36:00 +00:00
|
|
|
URL: http://www.boost.org/
|
|
|
|
Group: System Environment/Libraries
|
2009-11-16 22:45:53 +00:00
|
|
|
Source: http://downloads.sourceforge.net/project/boost/boost/1.39.0/boost_1_39_0.tar.bz2
|
2007-08-02 05:48:06 +00:00
|
|
|
Obsoletes: boost-doc <= 1.30.2
|
|
|
|
Obsoletes: boost-python <= 1.30.2
|
|
|
|
Provides: boost-doc = %{version}-%{release}
|
2009-05-08 01:11:25 +00:00
|
|
|
|
|
|
|
# boost is an "umbrella" package that pulls in all other boost components
|
|
|
|
Requires: boost-date-time = %{version}-%{release}
|
|
|
|
Requires: boost-filesystem = %{version}-%{release}
|
|
|
|
Requires: boost-graph = %{version}-%{release}
|
|
|
|
Requires: boost-iostreams = %{version}-%{release}
|
|
|
|
Requires: boost-math = %{version}-%{release}
|
|
|
|
Requires: boost-test = %{version}-%{release}
|
|
|
|
Requires: boost-program-options = %{version}-%{release}
|
|
|
|
Requires: boost-python = %{version}-%{release}
|
|
|
|
Requires: boost-regex = %{version}-%{release}
|
|
|
|
Requires: boost-serialization = %{version}-%{release}
|
|
|
|
Requires: boost-signals = %{version}-%{release}
|
|
|
|
Requires: boost-system = %{version}-%{release}
|
2009-07-02 16:38:45 +00:00
|
|
|
Requires: boost-thread = %{version}-%{release}
|
2009-05-08 01:11:25 +00:00
|
|
|
Requires: boost-wave = %{version}-%{release}
|
|
|
|
|
2008-03-26 18:03:49 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-03-26 15:31:25 +00:00
|
|
|
BuildRequires: libstdc++-devel
|
2006-01-04 23:14:27 +00:00
|
|
|
BuildRequires: bzip2-libs
|
2005-10-11 09:44:01 +00:00
|
|
|
BuildRequires: bzip2-devel
|
|
|
|
BuildRequires: zlib-devel
|
2006-05-16 13:34:07 +00:00
|
|
|
BuildRequires: python-devel
|
2006-11-14 11:29:37 +00:00
|
|
|
BuildRequires: libicu-devel
|
2008-12-17 17:40:21 +00:00
|
|
|
BuildRequires: chrpath
|
2009-10-15 12:24:13 +00:00
|
|
|
|
2009-11-16 22:45:53 +00:00
|
|
|
# Fedora-centric patch.
|
2009-05-08 01:11:25 +00:00
|
|
|
Patch0: boost-version-override.patch
|
2008-12-17 17:40:21 +00:00
|
|
|
Patch1: boost-use-rpm-optflags.patch
|
|
|
|
Patch2: boost-run-tests.patch
|
2009-05-08 01:11:25 +00:00
|
|
|
Patch3: boost-soname.patch
|
2009-11-16 22:45:53 +00:00
|
|
|
|
|
|
|
# Upstream status unknown.
|
2009-05-08 01:11:25 +00:00
|
|
|
Patch4: boost-unneccessary_iostreams.patch
|
|
|
|
Patch5: boost-bitset.patch
|
2009-05-11 23:46:25 +00:00
|
|
|
Patch6: boost-function_template.patch
|
2009-07-02 16:38:45 +00:00
|
|
|
Patch7: boost-fs_gcc44.patch
|
2009-08-26 09:30:23 +00:00
|
|
|
Patch8: boost-openssl-1.0.patch
|
2009-11-16 22:45:53 +00:00
|
|
|
|
|
|
|
# These patches are taken from post-1.39.0 SVN (i.e. are all upstream
|
|
|
|
# and will likely go away when we rebase).
|
2009-10-14 11:42:23 +00:00
|
|
|
Patch9: boost-gil_gcc44.patch
|
|
|
|
Patch10: boost-python_call_operator.patch
|
|
|
|
Patch11: boost-python_enums.patch
|
|
|
|
Patch12: boost-python_uint.patch
|
2009-05-08 01:11:25 +00:00
|
|
|
|
2009-11-16 22:45:53 +00:00
|
|
|
Patch13: boost-python_translate_exception.patch # Not upstream
|
|
|
|
|
2009-05-08 01:11:25 +00:00
|
|
|
%bcond_with tests
|
|
|
|
%bcond_with docs_generated
|
|
|
|
%define sonamever 5
|
2004-09-09 03:36:00 +00:00
|
|
|
|
|
|
|
%description
|
2004-09-09 03:36:19 +00:00
|
|
|
Boost provides free peer-reviewed portable C++ source libraries. The
|
|
|
|
emphasis is on libraries which work well with the C++ Standard
|
2005-11-15 20:43:12 +00:00
|
|
|
Library, in the hopes of establishing "existing practice" for
|
|
|
|
extensions and providing reference implementations so that the Boost
|
|
|
|
libraries are suitable for eventual standardization. (Some of the
|
|
|
|
libraries have already been proposed for inclusion in the C++
|
|
|
|
Standards Committee's upcoming C++ Standard Library Technical Report.)
|
2004-09-09 03:36:00 +00:00
|
|
|
|
2009-05-08 01:11:25 +00:00
|
|
|
%package date-time
|
|
|
|
Summary: Runtime component of boost date-time library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description date-time
|
|
|
|
|
|
|
|
Runtime support for Boost Date Time, set of date-time libraries based
|
|
|
|
on generic programming concepts.
|
|
|
|
|
|
|
|
%package filesystem
|
|
|
|
Summary: Runtime component of boost filesystem library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description filesystem
|
|
|
|
|
|
|
|
Runtime support for the Boost Filesystem Library, which provides
|
|
|
|
portable facilities to query and manipulate paths, files, and
|
|
|
|
directories.
|
|
|
|
|
|
|
|
%package graph
|
|
|
|
Summary: Runtime component of boost graph library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description graph
|
|
|
|
|
|
|
|
Runtime support for the BGL graph library. BGL interface and graph
|
|
|
|
components are generic, in the same sense as the the Standard Template
|
|
|
|
Library (STL).
|
|
|
|
|
|
|
|
%package iostreams
|
|
|
|
Summary: Runtime component of boost iostreams library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description iostreams
|
|
|
|
|
|
|
|
Runtime support for Boost.IOStreams, a framework for defining streams,
|
|
|
|
stream buffers and i/o filters.
|
|
|
|
|
|
|
|
%package math
|
|
|
|
Summary: Runtime component of boost math library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description math
|
|
|
|
|
|
|
|
Runtime support Boost.Math, a library of math and numeric tools.
|
|
|
|
|
|
|
|
%package test
|
|
|
|
Summary: Runtime component of boost test library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description test
|
|
|
|
|
|
|
|
Runtime support for simple program testing, full unit testing, and for
|
|
|
|
program execution monitoring.
|
|
|
|
|
|
|
|
%package program-options
|
|
|
|
Summary: Runtime component of boost program_options library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description program-options
|
|
|
|
|
|
|
|
Runtime support of boost program options library, which allows program
|
|
|
|
developers to obtain (name, value) pairs from the user, via
|
|
|
|
conventional methods such as command line and config file.
|
|
|
|
|
|
|
|
%package python
|
|
|
|
Summary: Runtime component of boost python library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description python
|
|
|
|
|
|
|
|
The Boost Python Library is a framework for interfacing Python and
|
|
|
|
C++. It allows you to quickly and seamlessly expose C++ classes
|
|
|
|
functions and objects to Python, and vice-versa, using no special
|
|
|
|
tools -- just your C++ compiler. This package contains runtime
|
|
|
|
support for Boost Python Library.
|
|
|
|
|
|
|
|
%package regex
|
|
|
|
Summary: Runtime component of boost regular expression library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description regex
|
|
|
|
|
|
|
|
Runtime support for boost regular expression library.
|
|
|
|
|
|
|
|
%package serialization
|
|
|
|
Summary: Runtime component of boost serialization library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description serialization
|
|
|
|
|
|
|
|
Runtime support for serialization for persistence and marshalling.
|
|
|
|
|
|
|
|
%package signals
|
|
|
|
Summary: Runtime component of boost signals and slots library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description signals
|
|
|
|
|
|
|
|
Runtime support for managed signals & slots callback implementation.
|
|
|
|
|
|
|
|
%package system
|
|
|
|
Summary: Runtime component of boost system support library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description system
|
|
|
|
|
|
|
|
Runtime component of Boost operating system support library, including
|
|
|
|
the diagnostics support that will be part of the C++0x standard
|
|
|
|
library.
|
|
|
|
|
|
|
|
%package wave
|
|
|
|
Summary: Runtime component of boost C99/C++ preprocessing library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description wave
|
|
|
|
|
|
|
|
Runtime support for the Boost.Wave library, a Standards conformant,
|
|
|
|
and highly configurable implementation of the mandated C99/C++
|
|
|
|
preprocessor functionality.
|
|
|
|
|
2009-07-02 16:38:45 +00:00
|
|
|
%package thread
|
|
|
|
Summary: Runtime component of boost thread library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
%description thread
|
|
|
|
|
|
|
|
Runtime component Boost.Thread library, which provides classes and
|
|
|
|
functions for managing multiple threads of execution, and for
|
|
|
|
synchronizing data between the threads or providing separate copies of
|
|
|
|
data specific to individual threads.
|
|
|
|
|
2004-09-09 03:36:00 +00:00
|
|
|
%package devel
|
2007-03-26 15:31:25 +00:00
|
|
|
Summary: The Boost C++ headers and shared development libraries
|
|
|
|
Group: Development/Libraries
|
2004-09-09 03:37:14 +00:00
|
|
|
Requires: boost = %{version}-%{release}
|
|
|
|
Provides: boost-python-devel = %{version}-%{release}
|
2004-09-09 03:36:00 +00:00
|
|
|
|
|
|
|
%description devel
|
2007-03-26 15:31:25 +00:00
|
|
|
Headers and shared object symlinks for the Boost C++ libraries.
|
|
|
|
|
2008-03-27 13:26:02 +00:00
|
|
|
%package static
|
2007-03-26 15:31:25 +00:00
|
|
|
Summary: The Boost C++ static development libraries
|
|
|
|
Group: Development/Libraries
|
2008-03-26 18:03:49 +00:00
|
|
|
Requires: boost-devel = %{version}-%{release}
|
2008-03-27 13:26:02 +00:00
|
|
|
Obsoletes: boost-devel-static < 1.34.1-14
|
|
|
|
Provides: boost-devel-static = %{version}-%{release}
|
2007-03-26 15:31:25 +00:00
|
|
|
|
2008-03-27 13:26:02 +00:00
|
|
|
%description static
|
|
|
|
Static Boost C++ libraries.
|
2005-08-23 18:10:09 +00:00
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: The Boost C++ html docs
|
2007-03-26 15:31:25 +00:00
|
|
|
Group: Documentation
|
2005-08-23 18:10:09 +00:00
|
|
|
Provides: boost-python-docs = %{version}-%{release}
|
|
|
|
|
|
|
|
%description doc
|
2007-03-26 15:31:25 +00:00
|
|
|
HTML documentation files for Boost C++ libraries.
|
2004-09-09 03:36:00 +00:00
|
|
|
|
|
|
|
%prep
|
2009-05-08 01:11:25 +00:00
|
|
|
%setup -q -n %{name}_1_39_0
|
2009-01-12 09:53:39 +00:00
|
|
|
%patch0 -p0
|
2009-05-08 01:11:25 +00:00
|
|
|
sed 's/_FEDORA_OPT_FLAGS/%{optflags}/' %{PATCH1} | %{__patch} -p0 --fuzz=0
|
2008-08-12 16:40:21 +00:00
|
|
|
%patch2 -p0
|
2009-05-08 01:11:25 +00:00
|
|
|
sed 's/_FEDORA_SONAME/%{sonamever}/' %{PATCH3} | %{__patch} -p0 --fuzz=0
|
|
|
|
%patch4 -p0
|
2008-12-19 13:32:20 +00:00
|
|
|
%patch5 -p0
|
2009-05-11 23:46:25 +00:00
|
|
|
%patch6 -p0
|
2009-07-02 16:38:45 +00:00
|
|
|
%patch7 -p0
|
2009-08-26 09:30:23 +00:00
|
|
|
%patch8 -p1
|
2009-10-14 11:42:23 +00:00
|
|
|
%patch9 -p0
|
|
|
|
%patch10 -p2
|
|
|
|
%patch11 -p2
|
|
|
|
%patch12 -p2
|
2009-11-16 22:45:53 +00:00
|
|
|
%patch13 -p1
|
2004-09-09 03:36:00 +00:00
|
|
|
|
|
|
|
%build
|
2007-08-02 05:48:06 +00:00
|
|
|
BOOST_ROOT=`pwd`
|
|
|
|
export BOOST_ROOT
|
|
|
|
|
|
|
|
# build make tools, ie bjam, necessary for building libs, docs, and testing
|
|
|
|
(cd tools/jam/src && ./build.sh)
|
|
|
|
BJAM=`find tools/jam/src/ -name bjam -a -type f`
|
|
|
|
|
2009-05-08 01:11:25 +00:00
|
|
|
CONFIGURE_FLAGS="--with-toolset=gcc"
|
2005-08-19 16:06:47 +00:00
|
|
|
PYTHON_VERSION=$(python -c 'import sys; print sys.version[:3]')
|
2007-08-02 05:48:06 +00:00
|
|
|
PYTHON_FLAGS="--with-python-root=/usr --with-python-version=$PYTHON_VERSION"
|
|
|
|
REGEX_FLAGS="--with-icu"
|
2009-05-08 01:11:25 +00:00
|
|
|
./bootstrap.sh $CONFIGURE_FLAGS $PYTHON_FLAGS $REGEX_FLAGS
|
|
|
|
|
|
|
|
BUILD_VARIANTS="variant=release threading=single,multi debug-symbols=on"
|
|
|
|
BUILD_FLAGS="-d2 --layout=system $BUILD_VARIANTS"
|
2009-10-13 12:02:57 +00:00
|
|
|
%if %{disable_long_double}
|
|
|
|
LONG_DOUBLE_FLAGS="--disable-long-double"
|
|
|
|
%endif
|
|
|
|
$BJAM $BUILD_FLAGS $LONG_DOUBLE_FLAGS %{?_smp_mflags} stage
|
2007-08-02 05:48:06 +00:00
|
|
|
|
|
|
|
# build docs, requires a network connection for docbook XSLT stylesheets
|
2009-05-08 01:11:25 +00:00
|
|
|
%if %{with docs_generated}
|
|
|
|
cd ./doc
|
|
|
|
chmod +x ../tools/boostbook/setup_boostbook.sh
|
|
|
|
../tools/boostbook/setup_boostbook.sh
|
|
|
|
USER_CFG=$BOOST_ROOT/tools/build/v2/user-config.jam
|
|
|
|
$BOOST_ROOT/$BJAM --v2 -sICU_PATH=/usr --user-config=$USER_CFG html
|
|
|
|
cd ..
|
|
|
|
%endif
|
2004-09-09 03:36:00 +00:00
|
|
|
|
2006-11-23 10:51:17 +00:00
|
|
|
%check
|
2008-03-26 18:03:49 +00:00
|
|
|
%if %{with tests}
|
2007-08-02 05:48:06 +00:00
|
|
|
echo "<p>" `uname -a` "</p>" > status/regression_comment.html
|
|
|
|
echo "" >> status/regression_comment.html
|
|
|
|
echo "<p>" `g++ --version` "</p>" >> status/regression_comment.html
|
|
|
|
echo "" >> status/regression_comment.html
|
|
|
|
|
2009-05-08 01:11:25 +00:00
|
|
|
cd tools/regression/build
|
|
|
|
#$BOOST_ROOT/$BJAM
|
|
|
|
cd ../test
|
|
|
|
#python ./test.py
|
|
|
|
cd ../../..
|
2007-08-02 05:48:06 +00:00
|
|
|
|
|
|
|
results1=status/cs-`uname`.html
|
|
|
|
results2=status/cs-`uname`-links.html
|
|
|
|
email=benjamin.kosnik@gmail.com
|
|
|
|
if [ -f $results1 ] && [ -f $results2 ]; then
|
|
|
|
echo "sending results starting"
|
|
|
|
testdate=`date +%Y%m%d`
|
|
|
|
testarch=`uname -m`
|
|
|
|
results=boost-results-$testdate-$testarch.tar.bz2
|
|
|
|
tar -cvf boost-results-$testdate-$testarch.tar $results1 $results2
|
|
|
|
bzip2 -f boost-results-$testdate-$testarch.tar
|
|
|
|
echo | mutt -s "$testdate boost regression $testarch" -a $results $email
|
|
|
|
echo "sending results finished"
|
|
|
|
else
|
|
|
|
echo "error sending results"
|
2005-11-15 20:43:12 +00:00
|
|
|
fi
|
2007-08-02 05:48:06 +00:00
|
|
|
%endif
|
2005-11-15 20:43:12 +00:00
|
|
|
|
2004-09-09 03:36:00 +00:00
|
|
|
%install
|
2007-08-02 05:48:06 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-22 13:48:26 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_includedir}
|
2008-03-26 18:03:49 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
|
2004-09-22 13:48:26 +00:00
|
|
|
|
|
|
|
# install lib
|
2004-11-30 02:24:44 +00:00
|
|
|
for i in `find stage -type f -name \*.a`; do
|
|
|
|
NAME=`basename $i`;
|
2007-03-26 15:31:25 +00:00
|
|
|
install -p -m 0644 $i $RPM_BUILD_ROOT%{_libdir}/$NAME;
|
2004-09-09 03:37:14 +00:00
|
|
|
done;
|
2007-08-02 05:48:06 +00:00
|
|
|
for i in `find stage -type f -name \*.so`; do
|
|
|
|
NAME=$i;
|
2008-12-17 17:40:21 +00:00
|
|
|
SONAME=$i.%{sonamever};
|
2007-08-02 05:48:06 +00:00
|
|
|
VNAME=$i.%{version};
|
|
|
|
base=`basename $i`;
|
|
|
|
NAMEbase=$base;
|
2008-12-17 17:40:21 +00:00
|
|
|
SONAMEbase=$base.%{sonamever};
|
2007-08-02 05:48:06 +00:00
|
|
|
VNAMEbase=$base.%{version};
|
|
|
|
mv $i $VNAME;
|
2008-12-17 17:40:21 +00:00
|
|
|
|
|
|
|
# remove rpath
|
|
|
|
chrpath --delete $VNAME;
|
|
|
|
|
2007-08-02 05:48:06 +00:00
|
|
|
ln -s $VNAMEbase $SONAME;
|
|
|
|
ln -s $VNAMEbase $NAME;
|
2008-12-17 17:40:21 +00:00
|
|
|
install -p -m 755 $VNAME $RPM_BUILD_ROOT%{_libdir}/$VNAMEbase;
|
|
|
|
|
2007-08-02 05:48:06 +00:00
|
|
|
mv $SONAME $RPM_BUILD_ROOT%{_libdir}/$SONAMEbase;
|
|
|
|
mv $NAME $RPM_BUILD_ROOT%{_libdir}/$NAMEbase;
|
2006-01-05 21:44:36 +00:00
|
|
|
done;
|
2004-09-22 13:48:26 +00:00
|
|
|
|
|
|
|
# install include files
|
2008-03-26 18:03:49 +00:00
|
|
|
find %{name} -type d | while read a; do
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_includedir}/$a
|
|
|
|
find $a -mindepth 1 -maxdepth 1 -type f \
|
2008-12-17 17:40:21 +00:00
|
|
|
| xargs -r install -m 644 -p -t $RPM_BUILD_ROOT%{_includedir}/$a
|
2004-09-09 03:37:14 +00:00
|
|
|
done
|
2004-09-22 13:48:26 +00:00
|
|
|
|
2008-03-26 18:03:49 +00:00
|
|
|
# install doc files
|
|
|
|
DOCPATH=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/
|
2008-03-27 13:26:02 +00:00
|
|
|
find libs doc more -type f \( -name \*.htm -o -name \*.html \) \
|
2008-03-26 18:03:49 +00:00
|
|
|
| sed -n '/\//{s,/[^/]*$,,;p}' \
|
|
|
|
| sort -u > tmp-doc-directories
|
|
|
|
sed "s:^:$DOCPATH:" tmp-doc-directories | xargs -r mkdir -p
|
|
|
|
cat tmp-doc-directories | while read a; do
|
|
|
|
find $a -mindepth 1 -maxdepth 1 -name \*.htm\* \
|
2008-12-17 17:40:21 +00:00
|
|
|
| xargs install -m 644 -p -t $DOCPATH$a
|
2005-08-23 18:10:09 +00:00
|
|
|
done
|
2008-03-26 18:03:49 +00:00
|
|
|
rm tmp-doc-directories
|
2009-10-15 12:24:13 +00:00
|
|
|
install -p -m 644 -t $DOCPATH LICENSE_1_0.txt index.htm index.html
|
2005-08-23 18:10:09 +00:00
|
|
|
|
2008-03-26 18:03:49 +00:00
|
|
|
# remove scripts used to generate include files
|
2007-08-02 05:48:06 +00:00
|
|
|
find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec rm {} \;
|
|
|
|
|
2004-09-09 03:36:00 +00:00
|
|
|
%clean
|
2007-08-02 05:48:06 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-09 03:36:00 +00:00
|
|
|
|
2007-08-02 05:48:06 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2004-09-09 03:36:00 +00:00
|
|
|
|
2007-08-02 05:48:06 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2004-09-09 03:36:00 +00:00
|
|
|
|
2008-03-26 18:03:49 +00:00
|
|
|
%files
|
2004-09-09 03:36:00 +00:00
|
|
|
|
2009-05-08 01:11:25 +00:00
|
|
|
%files date-time
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_date_time*.so.%{version}
|
|
|
|
%{_libdir}/libboost_date_time*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files filesystem
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_filesystem*.so.%{version}
|
|
|
|
%{_libdir}/libboost_filesystem*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files graph
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_graph*.so.%{version}
|
|
|
|
%{_libdir}/libboost_graph*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files iostreams
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_iostreams*.so.%{version}
|
|
|
|
%{_libdir}/libboost_iostreams*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files math
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_math*.so.%{version}
|
|
|
|
%{_libdir}/libboost_math*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files test
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_prg_exec_monitor*.so.%{version}
|
|
|
|
%{_libdir}/libboost_prg_exec_monitor*.so.%{sonamever}
|
|
|
|
%{_libdir}/libboost_unit_test_framework*.so.%{version}
|
|
|
|
%{_libdir}/libboost_unit_test_framework*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files program-options
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_program_options*.so.%{version}
|
|
|
|
%{_libdir}/libboost_program_options*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files python
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_python*.so.%{version}
|
|
|
|
%{_libdir}/libboost_python*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files regex
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_regex*.so.%{version}
|
|
|
|
%{_libdir}/libboost_regex*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files serialization
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_serialization*.so.%{version}
|
|
|
|
%{_libdir}/libboost_serialization*.so.%{sonamever}
|
|
|
|
%{_libdir}/libboost_wserialization*.so.%{version}
|
|
|
|
%{_libdir}/libboost_wserialization*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files signals
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_signals*.so.%{version}
|
|
|
|
%{_libdir}/libboost_signals*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files system
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_system*.so.%{version}
|
|
|
|
%{_libdir}/libboost_system*.so.%{sonamever}
|
|
|
|
|
2009-07-02 16:38:45 +00:00
|
|
|
%files thread
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_thread*.so.%{version}
|
|
|
|
%{_libdir}/libboost_thread*.so.%{sonamever}
|
|
|
|
|
2009-05-08 01:11:25 +00:00
|
|
|
%files wave
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/libboost_wave*.so.%{version}
|
|
|
|
%{_libdir}/libboost_wave*.so.%{sonamever}
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%doc %{_docdir}/%{name}-%{version}
|
|
|
|
|
2004-09-22 13:48:26 +00:00
|
|
|
%files devel
|
2007-03-26 15:31:25 +00:00
|
|
|
%defattr(-, root, root, -)
|
2004-09-22 13:48:26 +00:00
|
|
|
%{_includedir}/boost
|
2005-05-24 16:07:12 +00:00
|
|
|
%{_libdir}/*.so
|
2004-09-09 03:36:00 +00:00
|
|
|
|
2008-03-27 13:26:02 +00:00
|
|
|
%files static
|
2007-03-26 15:31:25 +00:00
|
|
|
%defattr(-, root, root, -)
|
|
|
|
%{_libdir}/*.a
|
|
|
|
|
2004-09-09 03:36:00 +00:00
|
|
|
%changelog
|
2009-11-16 22:45:53 +00:00
|
|
|
* Mon Nov 16 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-10
|
|
|
|
- translate_exception.hpp misses a include
|
|
|
|
- Related: #537612
|
|
|
|
|
2009-10-15 12:24:13 +00:00
|
|
|
* Thu Oct 15 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-9
|
|
|
|
- Package index.html in the -doc subpackage
|
|
|
|
- Resolves: #529030
|
|
|
|
|
2009-10-14 11:42:23 +00:00
|
|
|
* Wed Oct 14 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-8
|
|
|
|
- Several fixes to support PySide
|
|
|
|
- Resolves: #520087
|
|
|
|
- GCC 4.4 name resolution fixes for GIL
|
|
|
|
- Resolves: #526834
|
|
|
|
|
|
|
|
* Sun Oct 11 2009 Jitesh Shah <jiteshs@marvell.com> 1.39.0-7
|
2009-10-13 12:02:57 +00:00
|
|
|
- Disable long double support for ARM
|
|
|
|
|
2009-09-08 15:02:02 +00:00
|
|
|
* Tue Sep 08 2009 Karsten Hopp <karsten@redhat.com> 1.39.0-6
|
|
|
|
- bump release and rebuild as the package was linked with an old libicu
|
|
|
|
during the mass rebuild on s390x
|
|
|
|
|
2009-08-26 09:30:23 +00:00
|
|
|
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 1.39.0-5
|
|
|
|
- Make it to be usable with openssl-1.0
|
|
|
|
|
2009-07-24 18:20:22 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.39.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-02 16:38:45 +00:00
|
|
|
* Thu Jul 2 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-3
|
|
|
|
- Drop file list for main "boost" package, which was inadvertently left in.
|
|
|
|
- Add thread sub-package to capture omitted boost_thread.
|
|
|
|
- Add upstream patch to make boost_filesystem compatible with C++0x.
|
|
|
|
- Resolves: #496188
|
|
|
|
- Resolves: #509250
|
|
|
|
|
2009-05-11 23:46:25 +00:00
|
|
|
* Mon May 11 2009 Benjamin Kosnik <bkoz@redhat.com> - 1.39.0-2
|
|
|
|
- Apply patch from Caolan McNamara
|
|
|
|
- Resolves: #500030 function_template bug is back...
|
|
|
|
|
2009-05-08 01:11:25 +00:00
|
|
|
* Thu May 07 2009 Benjamin Kosnik <bkoz@redhat.com> - 1.39.0-1
|
|
|
|
- Update release.
|
|
|
|
|
|
|
|
* Wed May 06 2009 Benjamin Kosnik <bkoz@redhat.com> - 1.39.0-0.3
|
|
|
|
- Fixes for rpmlint.
|
|
|
|
|
|
|
|
* Wed May 06 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-0.2
|
|
|
|
- Split up boost package to sub-packages per library
|
|
|
|
- Resolves: #496188
|
|
|
|
|
|
|
|
* Wed May 06 2009 Benjamin Kosnik <bkoz@redhat.com> - 1.39.0-0.1
|
|
|
|
- Rebase to 1.39.0.
|
|
|
|
- Add --with docs_generated.
|
|
|
|
- #225622: Substitute optflags at prep time instead of RPM_OPT_FLAGS.
|
|
|
|
|
2009-05-04 23:45:09 +00:00
|
|
|
* Mon May 04 2009 Benjamin Kosnik <bkoz@redhat.com> - 1.37.0-7
|
|
|
|
- Rebuild for libicu bump.
|
|
|
|
|
2009-03-23 14:27:08 +00:00
|
|
|
* Mon Mar 23 2009 Petr Machata <pmachata@redhat.com> - 1.37.0-6
|
2009-03-23 13:44:39 +00:00
|
|
|
- Apply a SMP patch from Stefan Ring
|
|
|
|
- Apply a workaround for "cannot appear in a constant-expression" in
|
|
|
|
dynamic_bitset library.
|
|
|
|
- Resolves: #491537
|
|
|
|
|
2009-02-24 05:32:14 +00:00
|
|
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-12 09:53:39 +00:00
|
|
|
* Mon Jan 12 2009 Petr Machata <pmachata@redhat.com> - 1.37.0-3
|
|
|
|
- Apply a unneccessary_iostreams patch from Caolan McNamara
|
|
|
|
- Fix soname patch so that it applies with fuzz=0. Use fuzz=0 option
|
|
|
|
in spec file just like ordinary patches do.
|
|
|
|
- Resolves: #479409
|
|
|
|
|
2008-12-19 13:32:20 +00:00
|
|
|
* Fri Dec 19 2008 Petr Machata <pmachata@redhat.com> - 1.37.0-2
|
|
|
|
- Apply a function_template patch from Caolan McNamara
|
|
|
|
- Resolves: #477131
|
|
|
|
|
2008-12-17 17:40:21 +00:00
|
|
|
* Tue Dec 16 2008 Benjamin Kosnik <bkoz@redhat.com> - 1.37.0-1
|
|
|
|
- Fix rpmlint rpath errors.
|
|
|
|
- Fix rpmlint warnings on tabs and spaces.
|
|
|
|
- Bump SONAME to 4
|
|
|
|
|
|
|
|
* Tue Nov 17 2008 Benjamin Kosnik <bkoz@redhat.com> - 1.37.0-0.1
|
|
|
|
- Rebase to 1.37.0.
|
|
|
|
|
|
|
|
* Tue Oct 21 2008 Benjamin Kosnik <bkoz@redhat.com> - 1.36.0-1
|
|
|
|
- Rebase to 1.36.0.
|
|
|
|
|
2008-10-06 13:59:55 +00:00
|
|
|
* Mon Oct 6 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-17
|
|
|
|
- Fix gcc43 patch to apply cleanly under --fuzz=0
|
|
|
|
- Resolves: #465003
|
|
|
|
|
2008-12-17 17:40:21 +00:00
|
|
|
* Mon Aug 11 2008 Petr Machata <pmachata@redhat.com> - 1.36.0-0.1.beta1
|
|
|
|
- Rebase to 1.36.0.beta1
|
|
|
|
- Drop boost-regex.patch and portions of boost-gcc43.patch, port the rest
|
|
|
|
- Automate SONAME tracking and bump SONAME to 4
|
|
|
|
- Adjust boost-configure.patch to include threading=single,multi explicitly
|
|
|
|
|
2008-06-12 11:12:04 +00:00
|
|
|
* Thu Jun 12 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-16
|
|
|
|
- Fix "changes meaning of keywords" in boost date_time
|
|
|
|
- Related: #450718
|
|
|
|
|
2008-05-29 16:49:04 +00:00
|
|
|
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.34.1-15
|
|
|
|
- fix license tag
|
|
|
|
|
2008-03-27 13:26:02 +00:00
|
|
|
* Thu Mar 27 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-14
|
|
|
|
- Change devel-static back to static.
|
|
|
|
- Related: #225622
|
|
|
|
|
2008-03-26 18:03:49 +00:00
|
|
|
* Wed Mar 26 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-13
|
|
|
|
- Install library doc files
|
|
|
|
- Revamp %%install phase to speed up overall build time
|
|
|
|
- Some cleanups per merge review
|
|
|
|
- Resolves: #437032
|
|
|
|
|
2008-02-14 13:24:24 +00:00
|
|
|
* Thu Feb 14 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-12
|
|
|
|
- Fix "changes meaning of keywords" in boost python
|
|
|
|
- Resolves: #432694
|
|
|
|
|
2008-02-13 15:14:57 +00:00
|
|
|
* Wed Feb 13 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-11
|
|
|
|
- Fix "changes meaning of special_values_parser" in boost date_time
|
|
|
|
- Resolves: #432433
|
|
|
|
|
2008-02-06 20:42:57 +00:00
|
|
|
* Wed Feb 6 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-10
|
2008-02-06 17:48:07 +00:00
|
|
|
- Fixes for GCC 4.3
|
2008-02-06 15:53:03 +00:00
|
|
|
- Resolves: #431609
|
|
|
|
|
2008-01-16 16:31:14 +00:00
|
|
|
* Mon Jan 14 2008 Benjamin Kosnik <bkoz@redhat.com> 1.34.1-7
|
2008-01-16 16:27:11 +00:00
|
|
|
- Fixes for boost.regex (rev 42674).
|
|
|
|
|
2007-09-20 00:50:48 +00:00
|
|
|
* Wed Sep 19 2007 Benjamin Kosnik <bkoz@redhat.com> 1.34.1-5
|
|
|
|
- (#283771: Linking against boost libraries fails).
|
|
|
|
|
2007-08-21 16:20:04 +00:00
|
|
|
* Tue Aug 21 2007 Benjamin Kosnik <bkoz@redhat.com> 1.34.1-4
|
|
|
|
- Rebuild.
|
|
|
|
|
2007-08-08 16:00:52 +00:00
|
|
|
* Wed Aug 08 2007 Benjamin Kosnik <bkoz@redhat.com> 1.34.1-3
|
|
|
|
- Rebuild for icu 3.8 bump.
|
|
|
|
|
2007-08-03 02:57:47 +00:00
|
|
|
* Thu Aug 02 2007 Benjamin Kosnik <bkoz@redhat.com> 1.34.1-2
|
|
|
|
- SONAME to 3.
|
|
|
|
|
2007-08-02 05:48:06 +00:00
|
|
|
* Tue Jul 31 2007 Benjamin Kosnik <bkoz@redhat.com> 1.34.1-1
|
|
|
|
- Update to boost_1_34_1.
|
|
|
|
- Source via http.
|
|
|
|
- Philipp Thomas <pth.suse.de> fix for RPM_OPT_FLAGS
|
|
|
|
- Philipp Thomas <pth.suse.de> fix for .so sym links.
|
|
|
|
- (#225622) Patrice Dumas review comments.
|
|
|
|
|
|
|
|
* Tue Jun 26 2007 Benjamin Kosnik <bkoz@redhat.com> 1.34.1.rc1-0.1
|
|
|
|
- Update to boost_1_34_1_RC1.
|
|
|
|
|
2007-04-02 14:42:09 +00:00
|
|
|
* Mon Apr 02 2007 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-13
|
|
|
|
- (#225622: Merge Review: boost)
|
|
|
|
Change static to devel-static.
|
|
|
|
|
2007-03-26 16:25:34 +00:00
|
|
|
* Mon Mar 26 2007 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-12
|
2007-03-26 15:31:25 +00:00
|
|
|
- (#233523: libboost_python needs rebuild against python 2.5)
|
2007-03-26 16:25:34 +00:00
|
|
|
Use patch.
|
|
|
|
|
|
|
|
* Mon Mar 26 2007 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-11
|
2007-03-26 15:31:25 +00:00
|
|
|
- (#225622: Merge Review: boost)
|
|
|
|
Source to http.
|
|
|
|
BuildRoot to preferred value.
|
|
|
|
PreReq to post/postun -p
|
|
|
|
Clarified BSL as GPL-Compatible, Free Software License.
|
|
|
|
Remove Obsoletes.
|
|
|
|
Add Provides boost-python.
|
2008-02-06 17:48:07 +00:00
|
|
|
Remove mkdir -p $RPM_BUILD_ROOT%%{_docdir}
|
2007-03-26 15:31:25 +00:00
|
|
|
Added periods for decription text.
|
|
|
|
Fix Group field.
|
|
|
|
Remove doc Requires boost.
|
|
|
|
Preserve timestamps on install.
|
2008-02-06 17:48:07 +00:00
|
|
|
Use %%defattr(-, root, root, -)
|
2007-03-26 15:31:25 +00:00
|
|
|
Added static package for .a libs.
|
|
|
|
Install static libs with 0644 permissions.
|
2008-02-06 17:48:07 +00:00
|
|
|
Use %%doc for doc files.
|
2007-03-26 15:31:25 +00:00
|
|
|
|
2007-08-02 05:48:06 +00:00
|
|
|
* Mon Jan 22 2007 Benjamin Kosnik <bkoz@redhat.com> 1.34.0-0.5
|
|
|
|
- Update to boost.RC_1_34_0 snapshot as of 2007-01-19.
|
|
|
|
- Modify build procedures for boost build v2.
|
|
|
|
- Add *-mt variants for libraries, or at least variants that use
|
|
|
|
threads (regex and thread).
|
|
|
|
|
2006-11-23 10:51:17 +00:00
|
|
|
* Thu Nov 23 2006 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-10
|
2008-02-06 17:48:07 +00:00
|
|
|
- (#182414: boost: put tests in %%check section) via Rex Dieter
|
|
|
|
- Fix EVR with %%{?dist} tag via Gianluca Sforna
|
2006-11-23 10:51:17 +00:00
|
|
|
|
2006-11-15 10:55:26 +00:00
|
|
|
* Wed Nov 15 2006 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-9
|
|
|
|
- (#154784: boost-debuginfo package is empty)
|
|
|
|
|
2006-11-14 14:27:24 +00:00
|
|
|
* Tue Nov 14 2006 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-8
|
|
|
|
- (#205866: Revert scanner.hpp change.)
|
|
|
|
|
2006-11-14 11:29:37 +00:00
|
|
|
* Mon Nov 13 2006 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-7
|
|
|
|
- (#205866: boost::spirit generates warnings with -Wshadow)
|
|
|
|
- (#205863: serialization lib generates warnings)
|
|
|
|
- (#204326: boost RPM missing dependencies)
|
|
|
|
- (#193465: [SIGNAL/BIND] Regressions with GCC 4.1)
|
|
|
|
- BUILD_FLAGS, add, to see actual compile line.
|
|
|
|
- REGEX_FLAGS, add, to compile regex with ICU support.
|
|
|
|
|
2006-07-12 05:28:47 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.33.1-6.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-05-16 13:34:07 +00:00
|
|
|
* Tue May 16 2006 Karsten Hopp <karsten@redhat.de> 1.33.1-6
|
|
|
|
- buildrequire python-devel for Python.h
|
|
|
|
|
2006-02-16 21:35:51 +00:00
|
|
|
* Thu Feb 16 2006 Florian La Roche <laroche@redhat.com> - 1.33.1-5
|
|
|
|
- use the real version number to point to the shared libs
|
|
|
|
|
2006-02-11 02:11:10 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.33.1-4.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:10:53 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.33.1-4.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-05 21:44:36 +00:00
|
|
|
* Thu Jan 05 2006 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-4
|
|
|
|
- Fix symbolic links.
|
|
|
|
|
2006-01-04 23:14:27 +00:00
|
|
|
* Wed Jan 04 2006 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-3
|
|
|
|
- Update to boost-1.33.1.
|
|
|
|
- (#176485: Missing BuildRequires)
|
|
|
|
- (#169271: /usr/lib/libboost*.so.? links missing in package)
|
|
|
|
|
2005-12-22 23:57:54 +00:00
|
|
|
* Thu Dec 22 2005 Jesse Keating <jkeating@redhat.com> 1.33.1-2
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-15 20:43:12 +00:00
|
|
|
* Mon Nov 14 2005 Benjamin Kosnik <bkoz@redhat.com> 1.33.1-1
|
|
|
|
- Update to boost-1.33.1 beta.
|
|
|
|
- Run testsuite, gather results.
|
|
|
|
|
2005-10-11 09:44:01 +00:00
|
|
|
* Tue Oct 11 2005 Nils Philippsen <nphilipp@redhat.com> 1.33.0-4
|
|
|
|
- build require bzip2-devel and zlib-devel
|
|
|
|
|
2005-08-23 18:10:09 +00:00
|
|
|
* Tue Aug 23 2005 Benjamin Kosnik <bkoz@redhat.com> 1.33.0-3
|
|
|
|
- Create doc package again.
|
|
|
|
- Parts of the above by Neal Becker <ndbecker2@gmail.com>.
|
|
|
|
|
2005-08-19 16:06:47 +00:00
|
|
|
* Fri Aug 12 2005 Benjamin Kosnik <bkoz@redhat.com> 1.33.0-1
|
2005-08-22 21:48:40 +00:00
|
|
|
- Update to boost-1.33.0, update SONAME to 2 due to ABI changes.
|
2005-08-19 16:06:47 +00:00
|
|
|
- Simplified PYTHON_VERSION by Philipp Thomas <pth@suse.de>
|
|
|
|
|
2005-05-24 16:07:12 +00:00
|
|
|
* 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)
|
|
|
|
- (#154783: linker .so symlinks missing from boost-devel package)
|
|
|
|
|
2005-03-18 16:35:21 +00:00
|
|
|
* Fri Mar 18 2005 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-5
|
|
|
|
- Revert boost-base.patch to old behavior.
|
|
|
|
- Use SONAMEVERSION instead of dllversion.
|
|
|
|
|
2005-03-17 01:12:29 +00:00
|
|
|
* Wed Mar 16 2005 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-4
|
|
|
|
- (#142612: Compiling Boost 1.32.0 Failed in RHEL 3.0 on Itanium2)
|
|
|
|
- (#150069: libboost_python.so is missing)
|
|
|
|
- (#141617: bad patch boost-base.patch)
|
|
|
|
- (#122817: libboost_*.so symlinks missing)
|
|
|
|
- Re-add boost-thread.patch.
|
|
|
|
- Change boost-base.patch to show thread tags.
|
|
|
|
- Change boost-gcc-tools.patch to use SOTAG, compile with dllversion.
|
|
|
|
- Add symbolic links to files.
|
2005-03-18 16:35:21 +00:00
|
|
|
- Sanity check can compile with gcc-3.3.x, gcc-3.4.2, gcc-4.0.x., gcc-4.1.x.
|
2005-03-17 01:12:29 +00:00
|
|
|
|
2004-12-02 17:25:42 +00:00
|
|
|
* Thu Dec 02 2004 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-3
|
|
|
|
- (#122817: libboost_*.so symlinks missing)
|
|
|
|
- (#141574: half of the package is missing)
|
|
|
|
- (#141617: bad patch boost-base.patch)
|
|
|
|
|
2004-12-02 02:27:54 +00:00
|
|
|
* Wed Dec 01 2004 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-2
|
|
|
|
- Remove bogus Obsoletes.
|
|
|
|
|
2004-11-30 02:24:44 +00:00
|
|
|
* Mon Nov 29 2004 Benjamin Kosnik <bkoz@redhat.com> 1.32.0-1
|
|
|
|
- Update to 1.32.0
|
|
|
|
|
2004-09-22 13:48:26 +00:00
|
|
|
* Wed Sep 22 2004 Than Ngo <than@redhat.com> 1.31.0-9
|
|
|
|
- cleanup specfile
|
|
|
|
- fix multiarch problem
|
|
|
|
|
2004-09-09 03:37:49 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 03:37:14 +00:00
|
|
|
* Wed May 05 2004 Warren Togami <wtogami@redhat.com> 1.31.0-7
|
|
|
|
- missing Obsoletes boost-python
|
|
|
|
|
|
|
|
* Mon May 03 2004 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
- (#121630: gcc34 patch needed)
|
|
|
|
|
|
|
|
* Wed Apr 21 2004 Warren Togami <wtogami@redhat.com>
|
|
|
|
- #121415 FC2 BLOCKER: Obsoletes boost-python-devel, boost-doc
|
|
|
|
- other cleanups
|
|
|
|
|
|
|
|
* Tue Mar 30 2004 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
- Remove bjam dependency. (via Graydon).
|
|
|
|
- Fix installed library names.
|
|
|
|
- Fix SONAMEs in shared libraries.
|
|
|
|
- Fix installed header location.
|
|
|
|
- Fix installed permissions.
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Feb 09 2004 Benjamin Kosnik <bkoz@redhat.com> 1.31.0-2
|
2004-09-09 03:36:35 +00:00
|
|
|
- Update to boost-1.31.0
|
|
|
|
|
2004-09-09 03:37:14 +00:00
|
|
|
* Thu Jan 22 2004 Benjamin Kosnik <bkoz@redhat.com> 1.31.0-1
|
2004-09-09 03:36:19 +00:00
|
|
|
- Update to boost-1.31.0.rc2
|
|
|
|
- (#109307: Compile Failure with boost libraries)
|
|
|
|
- (#104831: Compile errors in apps using Boost.Python...)
|
|
|
|
- Unify into boost, boost-devel rpms.
|
|
|
|
- Simplify installation using bjam and prefix install.
|
|
|
|
|
2004-09-09 03:37:14 +00:00
|
|
|
* Tue Sep 09 2003 Nalin Dahyabhai <nalin@redhat.com> 1.30.2-2
|
2004-09-09 03:36:00 +00:00
|
|
|
- require boost-devel instead of devel in subpackages which require boost-devel
|
|
|
|
- remove stray Prefix: tag
|
|
|
|
|
2004-09-09 03:37:14 +00:00
|
|
|
* Mon Sep 08 2003 Benjamin Kosnik <bkoz@redhat.com> 1.30.2-1
|
2004-09-09 03:36:00 +00:00
|
|
|
- change license to Freely distributable
|
|
|
|
- verify installation of libboost_thread
|
|
|
|
- more boost-devel removals
|
|
|
|
- deal with lack of _REENTRANT on ia64/s390
|
|
|
|
- (#99458) rpm -e fixed via explict dir additions
|
|
|
|
- (#103293) update to 1.30.2
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue May 13 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- remove packager, change to new Group:
|
|
|
|
|
2004-09-09 03:37:14 +00:00
|
|
|
* Tue May 06 2003 Tim Powers <timp@redhat.com> 1.30.0-3
|
2004-09-09 03:36:00 +00:00
|
|
|
- add deffattr's so we don't have unknown users owning files
|