diff --git a/.gitignore b/.gitignore index e6761c6..aa9dd27 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ clog .build* boost_*/ */*.rpm +/boost_1_44_0.tar.bz2 +/cmakeify_boost_1440_3.patch diff --git a/boost.spec b/boost.spec index 8d7c50f..65d9eb9 100644 --- a/boost.spec +++ b/boost.spec @@ -23,15 +23,18 @@ Name: boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.44.0 %define pristine_version 1_44_0 -Release: 6%{?dist} +Release: 7%{?dist} License: Boost # The CMake build framework (set of CMakeLists.txt and module.cmake files) is # added on top of the official Boost release (http://www.boost.org), thanks to # a dedicated patch. That CMake framework (and patch) is hosted and maintained -# on Gitorious, for now in the following Git repository: -# http://gitorious.org/boost/denisarnauds-zeuners-boost-cmake -# http://git.gitorious.org/~denisarnaud/boost/denisarnauds-zeuners-boost-cmake.git +# on GitHub, for now in the following Git repository: +# https://github.com/denisarnaud/boost-cmake +# A clone also exists on Gitorious, where CMake-related work was formely done: +# http://gitorious.org/~denisarnaud/boost/denisarnauds-cmake +# Upstream work is synchronised thanks to the Ryppl's hosted Git clone: +# https://github.com/ryppl/boost-svn/tree/trunk %define full_pristine_version %{name}_%{pristine_version} %define full_cmake_version %{name}-%{version}.cmake URL: http://www.boost.org @@ -79,9 +82,9 @@ BuildRequires: python-devel BuildRequires: libicu-devel BuildRequires: chrpath -Patch0: cmakeify_boost_1440.patch +Patch0: cmakeify_boost_1440_3.patch #Patch1: boost-cmake-soname.patch -Patch2: boost-random-dso.patch +#Patch2: boost-random-dso.patch %bcond_with tests %bcond_with docs_generated @@ -404,7 +407,6 @@ a number of significant features and is now developed independently # CMake framework (CMakeLists.txt, *.cmake and documentation files) %patch0 -p1 -%patch2 -p1 %build # Support for building tests. @@ -817,6 +819,10 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec %{_ %{_bindir}/bjam %changelog +* Mon Jan 10 2011 Denis Arnaud - 1.44.0-7 +- Integrated Petr's work to fix missing Boost.Filesystem V3 issue +- Resolves: #667740 + * Thu Jan 6 2011 Petr Machata - 1.44.0-6 - Don't override CXXFLAGS with -DBOOST_IOSTREAMS_USE_DEPRECATED - Resolves: #667294 diff --git a/sources b/sources index d5bb0a7..5c43fec 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ f02578f5218f217a9f20e9c30e119c6a boost_1_44_0.tar.bz2 -ecfd517994a464060f2bc015e5b4d194 cmakeify_boost_1440.patch +0a757113f3c2988043eead7b8e5e1f42 cmakeify_boost_1440_3.patch