]> git.pld-linux.org Git - packages/boost.git/commitdiff
- updated to 1.46.1 auto/th/boost-1_46_1-1 auto/ti/boost-1_46_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Mar 2011 18:11:29 +0000 (18:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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 [new file with mode: 0644]
boost.spec

diff --git a/boost-bjam-workaround.patch b/boost-bjam-workaround.patch
new file mode 100644 (file)
index 0000000..a9e8dda
--- /dev/null
@@ -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 ;
index f773f6766e3e951c3a2476cf870c6ad268493ecc..7d1e39d466f0a6ade94f40e508154821f56a6b35 100644 (file)
 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.
This page took 0.198802 seconds and 4 git commands to generate.