From 5125ddb9f3fedfc1b273bee91ff57ed17158be49 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 23 Mar 2011 18:11:29 +0000 Subject: [PATCH] - updated to 1.46.1 - added bjam-workaround patch (not to require bjam 3.1.19, not released separately yet) Changed files: boost-bjam-workaround.patch -> 1.1 boost.spec -> 1.131 --- boost-bjam-workaround.patch | 11 +++++++++++ boost.spec | 10 ++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 boost-bjam-workaround.patch diff --git a/boost-bjam-workaround.patch b/boost-bjam-workaround.patch new file mode 100644 index 0000000..a9e8dda --- /dev/null +++ b/boost-bjam-workaround.patch @@ -0,0 +1,11 @@ +--- boost_1_46_1/tools/build/v2/build/configure.jam.orig 2010-11-17 00:02:36.000000000 +0100 ++++ boost_1_46_1/tools/build/v2/build/configure.jam 2011-03-22 19:00:43.809098710 +0100 +@@ -142,7 +142,7 @@ + { + local x = [ PAD " - $(what)" : $(.width) ] ; + if [ UPDATE_NOW $(jam-targets) : +- $(.log-fd) : ignore-minus-n : ignore-minus-q ] ++ $(.log-fd) : ignore-minus-n ] + { + .$(what)-supported.$(ps) = yes ; + result = true ; diff --git a/boost.spec b/boost.spec index f773f67..7d1e39d 100644 --- a/boost.spec +++ b/boost.spec @@ -10,15 +10,16 @@ Summary: The Boost C++ Libraries Summary(pl.UTF-8): Biblioteki C++ "Boost" Name: boost -Version: 1.44.0 -Release: 4 +Version: 1.46.1 +Release: 1 License: Boost Software License and others Group: Libraries Source0: http://downloads.sourceforge.net/boost/%{name}_%{fver}.tar.bz2 -# Source0-md5: f02578f5218f217a9f20e9c30e119c6a +# Source0-md5: 7375679575f4c8db605d426fc721d506 Patch0: %{name}-link.patch +Patch1: %{name}-bjam-workaround.patch URL: http://www.boost.org/ -BuildRequires: boost-jam >= 3.1.12 +BuildRequires: boost-jam >= 3.1.18 BuildRequires: bzip2-devel BuildRequires: expat-devel BuildRequires: libicu-devel @@ -314,6 +315,7 @@ Dokumentacja dla biblioteki Boost C++. %prep %setup -q -n %{name}_%{fver} %patch0 -p1 +%patch1 -p1 # - don't know how to pass it through (b)jam -s (no way?) # due to oversophisticated build flags system. -- 2.44.0