Author: qboosh Date: Wed Mar 23 18:11:34 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.46.1 - added bjam-workaround patch (not to require bjam 3.1.19, not released separately yet)
---- Files affected: packages/boost: boost.spec (1.130 -> 1.131) , boost-bjam-workaround.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/boost/boost.spec diff -u packages/boost/boost.spec:1.130 packages/boost/boost.spec:1.131 --- packages/boost/boost.spec:1.130 Sun Mar 20 19:06:41 2011 +++ packages/boost/boost.spec Wed Mar 23 19:11:29 2011 @@ -11,15 +11,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 @@ -315,6 +316,7 @@ %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. @@ -558,6 +560,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.131 2011/03/23 18:11:29 qboosh +- updated to 1.46.1 +- added bjam-workaround patch (not to require bjam 3.1.19, not released separately yet) + Revision 1.130 2011/03/20 18:06:41 arekm - release 4 ================================================================ Index: packages/boost/boost-bjam-workaround.patch diff -u /dev/null packages/boost/boost-bjam-workaround.patch:1.1 --- /dev/null Wed Mar 23 19:11:34 2011 +++ packages/boost/boost-bjam-workaround.patch Wed Mar 23 19:11:29 2011 @@ -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 ; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/boost/boost.spec?r1=1.130&r2=1.131&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
