[mingw-boost: 15/48] update to 1.44.0

epienbro epienbro at fedoraproject.org
Wed Mar 7 15:43:51 UTC 2012


commit b85ea339656287617135bb8ee11ffc213776f93f
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Wed Feb 9 10:41:39 2011 +0100

    update to 1.44.0

 boost-graph-compile.patch |   12 ------------
 mingw32-boost.spec        |   13 +++++++------
 sources                   |    2 +-
 3 files changed, 8 insertions(+), 19 deletions(-)
---
diff --git a/mingw32-boost.spec b/mingw32-boost.spec
index c7e9d8e..611363f 100644
--- a/mingw32-boost.spec
+++ b/mingw32-boost.spec
@@ -8,19 +8,18 @@
 %global name1 boost
 
 Name:           mingw32-%{name1}
-Version:        1.41.0
-Release:        2%{?dist}
+Version:        1.44.0
+Release:        1%{?dist}
 Summary:        MinGW Windows port of Boost C++ Libraries
 
 License:        Boost
 Group:          Development/Libraries
 URL:            http://sodium.resophonic.com/boost-cmake/%{version}.cmake0/
-%global full_version %{name1}-%{version}.cmake0
+%global full_version %{name1}-%{version}.cmake
 Source:         %{full_version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch0:         boost-cmake-soname.patch
-Patch1:         boost-graph-compile.patch
 
 %if 0%{?fedora} >= 13
   %global sonamever %{version}
@@ -70,7 +69,6 @@ Static version of the MinGW Windows Boost C++ library.
 %setup -q -n %{full_version}
 
 sed 's/_FEDORA_SONAME/%{sonamever}/' %{PATCH0} | %{__patch} -p0 --fuzz=0
-%patch1 -p0
 
 %build
 %{__mkdir_p} build
@@ -80,7 +78,7 @@ cd build
 %define boost_testflags -DBUILD_TESTS="NONE"
 
 %_mingw32_cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo %{boost_testflags} \
-                -DENABLE_SINGLE_THREADED=YES -DINSTALL_VERSIONED=OFF ..
+                -DENABLE_SINGLE_THREADED=YES -DINSTALL_VERSIONED=OFF -DWITH_MPI=OFF ..
 make VERBOSE=1 %{?_smp_mflags}
 cd %{_builddir}/%{full_version}
 
@@ -275,6 +273,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul 28 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.44.0-1
+- update to 1.44.0
+
 * Thu Jun  3 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.41.0-2
 - update to gcc 4.5
 
diff --git a/sources b/sources
index ea08870..dd8b408 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15a7d1a22c61363f607508eff43a2da5  boost-1.41.0.cmake0.tar.bz2
+7cb8ea8b3ba5890ac24df8cde249dfd3  boost-1.44.0.cmake.tar.bz2


More information about the scm-commits mailing list