[mingw-boost: 7/48] update to 1.41.0

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


commit cd37bc7af39174b0cd4526b6900a7d66cf07ab20
Author: sailer <sailer at fedoraproject.org>
Date:   Wed Jan 20 00:17:23 2010 +0000

    update to 1.41.0

 .cvsignore                         |    1 +
 boost-bitset.patch                 |   15 --
 boost-cmake-soname.patch           |   19 ++
 boost-function_template.patch      |   15 --
 boost-graph-compile.patch          |   12 +
 boost-regexdll.patch               |   12 -
 boost-run-tests.patch              |  168 ---------------
 boost-soname.patch                 |   37 ----
 boost-unneccessary_iostreams.patch |   11 -
 boost-version-override.patch       |   36 ----
 mingw32-boost.spec                 |  408 ++++++++++++++++++------------------
 sources                            |    2 +-
 12 files changed, 234 insertions(+), 502 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 9b0169e..e348202 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1,2 @@
 boost_1_39_0.tar.bz2
+boost-1.41.0.cmake0.tar.bz2
diff --git a/boost-cmake-soname.patch b/boost-cmake-soname.patch
new file mode 100644
index 0000000..8d732eb
--- /dev/null
+++ b/boost-cmake-soname.patch
@@ -0,0 +1,19 @@
+*** tools/build/CMake/BoostCore.cmake.orig	2010-01-12 20:01:46.006547352 -0800
+--- tools/build/CMake/BoostCore.cmake	2010-01-12 20:02:54.222546929 -0800
+*************** macro(boost_library_variant LIBNAME)
+*** 755,761 ****
+        if (BUILD_SOVERSIONED)
+  	set_target_properties(${VARIANT_LIBNAME}
+  	  PROPERTIES
+! 	  SOVERSION "${BOOST_VERSION}"
+  	  )
+        endif()
+      endif ()
+--- 755,761 ----
+        if (BUILD_SOVERSIONED)
+  	set_target_properties(${VARIANT_LIBNAME}
+  	  PROPERTIES
+! 	  SOVERSION "_FEDORA_SONAME"
+  	  )
+        endif()
+      endif ()
diff --git a/boost-graph-compile.patch b/boost-graph-compile.patch
new file mode 100644
index 0000000..4e281f3
--- /dev/null
+++ b/boost-graph-compile.patch
@@ -0,0 +1,12 @@
+*** boost/graph/distributed/detail/mpi_process_group.ipp.orig	2009-12-16 15:46:32.410223363 -0800
+--- boost/graph/distributed/detail/mpi_process_group.ipp	2009-12-16 15:47:28.700348300 -0800
+***************
+*** 19,24 ****
+--- 19,25 ----
+  #endif
+  
+  #include <cassert>
++ #include <cstdio>
+  #include <algorithm>
+  #include <boost/graph/parallel/detail/untracked_pair.hpp>
+  #include <numeric>
diff --git a/mingw32-boost.spec b/mingw32-boost.spec
index be73347..27a29d1 100644
--- a/mingw32-boost.spec
+++ b/mingw32-boost.spec
@@ -5,34 +5,28 @@
 %global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-%global sonamever 5
-
 %global name1 boost
-%global vermajor 1
-%global verminor 39
-%global verrelease 0
-
-%global verdot %{vermajor}.%{verminor}.%{verrelease}
-%global verunderscore %{vermajor}_%{verminor}_%{verrelease}
 
 Name:           mingw32-%{name1}
-Version:        %{verdot}
-Release:        3%{?dist}
+Version:        1.41.0
+Release:        1%{?dist}
 Summary:        MinGW Windows port of Boost C++ Libraries
 
 License:        Boost
 Group:          Development/Libraries
-URL:            http://www.boost.org/
-Source0:        http://surfnet.dl.sourceforge.net/sourceforge/%{name1}/%{name1}_%{verunderscore}.tar.bz2
+URL:            http://sodium.resophonic.com/boost-cmake/%{version}.cmake0/
+%global full_version %{name1}-%{version}.cmake0
+Source:         %{full_version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0: boost-version-override.patch
-Patch2: boost-run-tests.patch
-Patch3: boost-soname.patch
-Patch4: boost-unneccessary_iostreams.patch
-Patch5: boost-bitset.patch
-Patch6: boost-function_template.patch
-Patch10: boost-regexdll.patch
+Patch0:         boost-cmake-soname.patch
+Patch1:         boost-graph-compile.patch
+
+%if 0%{?fedora} >= 13
+  %global sonamever %{version}
+%else
+  %global sonamever 5
+%endif
 
 BuildArch:      noarch
 
@@ -72,80 +66,41 @@ Static version of the MinGW Windows Boost C++ library.
 %{_mingw32_debug_package}
 
 %prep
-%setup -q -n %{name1}_%{verunderscore}
-%patch0 -p0
-%patch2 -p0
-sed 's/_FEDORA_SONAME/%{sonamever}/' %{PATCH3} | %{__patch} -p0 --fuzz=0
-%patch4 -p0
-%patch5 -p0
-%patch6 -p0
-%patch10 -p0
+%setup -q -n %{full_version}
+
+sed 's/_FEDORA_SONAME/%{sonamever}/' %{PATCH0} | %{__patch} -p0 --fuzz=0
+%patch1 -p0
 
 %build
-BOOST_ROOT=`pwd`
-staged_dir=stage
-export BOOST_ROOT
-
-# build make tools, ie bjam, necessary for building libs, docs, and testing
-(cd tools/jam/src && ./build.sh)
-BJAM=`find tools/jam/src/ -name bjam -a -type f`
-
-#BUILD_FLAGS="--with-toolset=gcc --prefix=$RPM_BUILD_ROOT%{_prefix}"
-BUILD_FLAGS="--with-toolset=gcc --with-bjam=$BJAM"
-#PYTHON_VERSION=$(python -c 'import sys; print sys.version[:3]')
-#PYTHON_FLAGS="--with-python-root=/usr --with-python-version=$PYTHON_VERSION"
-PYTHON_FLAGS="--without-libraries=python"
-#REGEX_FLAGS="--with-icu"
-REGEX_FLAGS="--without-icu"
-EXPAT_INCLUDE=/usr/i686-pc-mingw32/sys-root/mingw/include
-EXPAT_LIBPATH=/usr/i686-pc-mingw32/sys-root/mingw/lib
-PTW32_INCLUDE=/usr/i686-pc-mingw32/sys-root/mingw/include
-PTW32_LIB=/usr/i686-pc-mingw32/sys-root/mingw/lib
-export EXPAT_INCLUDE EXPAT_LIBPATH PTW32_INCLUDE PTW32_LIB
-
-./bootstrap.sh $BUILD_FLAGS $PYTHON_FLAGS $REGEX_FLAGS
-
-# Make it use the cross-compiler instead of gcc.
-echo "using gcc : : %{_mingw32_cxx}" > user-config.jam
-echo "        : # options" >> user-config.jam
-echo "          <rc>%{_mingw32_windres}" >> user-config.jam
-echo "          <archiver>%{_mingw32_ar}" >> user-config.jam
-echo "        ;" >> user-config.jam
-
-BUILD_VARIANTS="variant=release threading=single,multi debug-symbols=on link=static,shared target-os=windows"
-BUILD_FLAGS="-d2 --layout=system --user-config=user-config.jam $BUILD_VARIANTS"
-$BJAM $BUILD_FLAGS %{?_smp_mflags} stage
+%{__mkdir_p} build
+cd build
+
+# Support for building tests.
+%define boost_testflags -DBUILD_TESTS="NONE"
+
+%_mingw32_cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo %{boost_testflags} \
+                -DENABLE_SINGLE_THREADED=YES -DINSTALL_VERSIONED=OFF ..
+make VERBOSE=1 %{?_smp_mflags}
+cd %{_builddir}/%{full_version}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_mingw32_bindir}
-mkdir -p $RPM_BUILD_ROOT%{_mingw32_libdir}
-mkdir -p $RPM_BUILD_ROOT%{_mingw32_includedir}
-
-for i in `find bin.v2 -name '*.lib'`; do
-  b=`basename $i .lib`
-  d=`dirname $i`
-  if [ -f $d/$b.dll ]; then
-    install -m 644 -p $d/$b.dll $RPM_BUILD_ROOT%{_mingw32_bindir}/$b.dll
-    install -m 644 -p $d/$b.lib $RPM_BUILD_ROOT%{_mingw32_libdir}/lib$b.dll.a
-    %{_mingw32_ranlib} $RPM_BUILD_ROOT%{_mingw32_libdir}/lib$b.dll.a
-  else
-    install -m 644 -p $d/$b.lib $RPM_BUILD_ROOT%{_mingw32_libdir}/$b.a
-    %{_mingw32_ranlib} $RPM_BUILD_ROOT%{_mingw32_libdir}/$b.a
-  fi
-done
-
-# install include files
-find boost -type d | while read a; do
-  mkdir -p $RPM_BUILD_ROOT%{_mingw32_includedir}/$a
-  find $a -mindepth 1 -maxdepth 1 -type f \
-    | xargs -r install -m 644 -p -t $RPM_BUILD_ROOT%{_mingw32_includedir}/$a
-done
-
-# remove scripts used to generate include files
-find $RPM_BUILD_ROOT%{_mingw32_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec rm {} \;
+%{__rm} -rf $RPM_BUILD_ROOT
 
+cd %{_builddir}/%{full_version}/build
+DESTDIR=$RPM_BUILD_ROOT make VERBOSE=1 install
+
+cd %{_builddir}/%{full_version}
+
+# Remove scripts used to generate include files
+find $RPM_BUILD_ROOT%{_mingw32_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec %{__rm} -f {} \;
+
+# Remove cmake configuration files used to build the Boost libraries
+find $RPM_BUILD_ROOT%{_mingw32_libdir}/ -name '*.cmake' -exec %{__rm} -f {} \;
+
+# Move DLL's to bindir
+%{__install} -d $RPM_BUILD_ROOT $RPM_BUILD_ROOT%{_mingw32_bindir}
+mv $RPM_BUILD_ROOT%{_mingw32_libdir}/boost*.dll $RPM_BUILD_ROOT%{_mingw32_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -155,132 +110,171 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc LICENSE_1_0.txt
 %{_mingw32_includedir}/boost
-%{_mingw32_bindir}/boost_date_time.dll
-%{_mingw32_libdir}/libboost_date_time.dll.a
-%{_mingw32_bindir}/boost_date_time-mt.dll
-%{_mingw32_libdir}/libboost_date_time-mt.dll.a
-%{_mingw32_bindir}/boost_filesystem.dll
-%{_mingw32_libdir}/libboost_filesystem.dll.a
-%{_mingw32_bindir}/boost_filesystem-mt.dll
-%{_mingw32_libdir}/libboost_filesystem-mt.dll.a
-%{_mingw32_bindir}/boost_graph.dll
-%{_mingw32_libdir}/libboost_graph.dll.a
-%{_mingw32_bindir}/boost_graph-mt.dll
-%{_mingw32_libdir}/libboost_graph-mt.dll.a
-%{_mingw32_bindir}/boost_iostreams.dll
-%{_mingw32_libdir}/libboost_iostreams.dll.a
-%{_mingw32_bindir}/boost_iostreams-mt.dll
-%{_mingw32_libdir}/libboost_iostreams-mt.dll.a
-%{_mingw32_bindir}/boost_math_c99.dll
-%{_mingw32_libdir}/libboost_math_c99.dll.a
-%{_mingw32_bindir}/boost_math_c99f.dll
-%{_mingw32_libdir}/libboost_math_c99f.dll.a
-%{_mingw32_bindir}/boost_math_c99f-mt.dll
-%{_mingw32_libdir}/libboost_math_c99f-mt.dll.a
-%{_mingw32_bindir}/boost_math_c99l.dll
-%{_mingw32_libdir}/libboost_math_c99l.dll.a
-%{_mingw32_bindir}/boost_math_c99l-mt.dll
-%{_mingw32_libdir}/libboost_math_c99l-mt.dll.a
-%{_mingw32_bindir}/boost_math_c99-mt.dll
-%{_mingw32_libdir}/libboost_math_c99-mt.dll.a
-%{_mingw32_bindir}/boost_math_tr1.dll
-%{_mingw32_libdir}/libboost_math_tr1.dll.a
-%{_mingw32_bindir}/boost_math_tr1f.dll
-%{_mingw32_libdir}/libboost_math_tr1f.dll.a
-%{_mingw32_bindir}/boost_math_tr1f-mt.dll
-%{_mingw32_libdir}/libboost_math_tr1f-mt.dll.a
-%{_mingw32_bindir}/boost_math_tr1l.dll
-%{_mingw32_libdir}/libboost_math_tr1l.dll.a
-%{_mingw32_bindir}/boost_math_tr1l-mt.dll
-%{_mingw32_libdir}/libboost_math_tr1l-mt.dll.a
-%{_mingw32_bindir}/boost_math_tr1-mt.dll
-%{_mingw32_libdir}/libboost_math_tr1-mt.dll.a
-%{_mingw32_bindir}/boost_prg_exec_monitor.dll
-%{_mingw32_libdir}/libboost_prg_exec_monitor.dll.a
-%{_mingw32_bindir}/boost_prg_exec_monitor-mt.dll
-%{_mingw32_libdir}/libboost_prg_exec_monitor-mt.dll.a
-%{_mingw32_bindir}/boost_program_options.dll
-%{_mingw32_libdir}/libboost_program_options.dll.a
-%{_mingw32_bindir}/boost_program_options-mt.dll
-%{_mingw32_libdir}/libboost_program_options-mt.dll.a
-%{_mingw32_bindir}/boost_regex.dll
-%{_mingw32_libdir}/libboost_regex.dll.a
-%{_mingw32_bindir}/boost_regex-mt.dll
-%{_mingw32_libdir}/libboost_regex-mt.dll.a
-%{_mingw32_bindir}/boost_serialization.dll
-%{_mingw32_libdir}/libboost_serialization.dll.a
-%{_mingw32_bindir}/boost_serialization-mt.dll
-%{_mingw32_libdir}/libboost_serialization-mt.dll.a
-%{_mingw32_bindir}/boost_signals.dll
-%{_mingw32_libdir}/libboost_signals.dll.a
-%{_mingw32_bindir}/boost_signals-mt.dll
-%{_mingw32_libdir}/libboost_signals-mt.dll.a
-%{_mingw32_bindir}/boost_system.dll
-%{_mingw32_libdir}/libboost_system.dll.a
-%{_mingw32_bindir}/boost_system-mt.dll
-%{_mingw32_libdir}/libboost_system-mt.dll.a
-%{_mingw32_bindir}/boost_thread-mt.dll
-%{_mingw32_libdir}/libboost_thread-mt.dll.a
-%{_mingw32_bindir}/boost_unit_test_framework.dll
-%{_mingw32_libdir}/libboost_unit_test_framework.dll.a
-%{_mingw32_bindir}/boost_unit_test_framework-mt.dll
-%{_mingw32_libdir}/libboost_unit_test_framework-mt.dll.a
-%{_mingw32_bindir}/boost_wave.dll
-%{_mingw32_libdir}/libboost_wave.dll.a
-%{_mingw32_bindir}/boost_wave-mt.dll
-%{_mingw32_libdir}/libboost_wave-mt.dll.a
-%{_mingw32_bindir}/boost_wserialization.dll
-%{_mingw32_libdir}/libboost_wserialization.dll.a
-%{_mingw32_bindir}/boost_wserialization-mt.dll
-%{_mingw32_libdir}/libboost_wserialization-mt.dll.a
-
+%{_mingw32_bindir}/boost_date_time-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_date_time-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_date_time-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_date_time-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_date_time-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_date_time-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_date_time-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_date_time-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_filesystem-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_filesystem-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_filesystem-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_filesystem-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_filesystem-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_filesystem-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_filesystem-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_filesystem-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_graph-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_graph-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_graph-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_graph-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_graph-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_graph-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_graph-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_graph-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_iostreams-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_iostreams-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_iostreams-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_iostreams-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_iostreams-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_iostreams-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_iostreams-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_iostreams-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_prg_exec_monitor-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_prg_exec_monitor-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_prg_exec_monitor-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_prg_exec_monitor-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_prg_exec_monitor-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_prg_exec_monitor-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_prg_exec_monitor-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_prg_exec_monitor-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_program_options-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_program_options-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_program_options-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_program_options-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_program_options-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_program_options-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_program_options-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_program_options-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_regex-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_regex-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_regex-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_regex-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_regex-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_regex-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_regex-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_regex-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_serialization-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_serialization-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_serialization-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_serialization-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_serialization-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_serialization-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_serialization-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_serialization-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_signals-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_signals-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_signals-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_signals-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_signals-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_signals-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_signals-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_signals-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_system-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_system-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_system-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_system-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_system-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_system-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_system-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_system-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_thread-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_thread-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_thread-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_thread-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_unit_test_framework-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_unit_test_framework-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_unit_test_framework-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_unit_test_framework-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_unit_test_framework-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_unit_test_framework-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_unit_test_framework-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_unit_test_framework-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_wave-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_wave-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_wave-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_wave-gcc44-mt-d-1_41.dll.a
+%{_mingw32_bindir}/boost_wserialization-gcc44-1_41.dll
+%{_mingw32_libdir}/libboost_wserialization-gcc44-1_41.dll.a
+%{_mingw32_bindir}/boost_wserialization-gcc44-d-1_41.dll
+%{_mingw32_libdir}/libboost_wserialization-gcc44-d-1_41.dll.a
+%{_mingw32_bindir}/boost_wserialization-gcc44-mt-1_41.dll
+%{_mingw32_libdir}/libboost_wserialization-gcc44-mt-1_41.dll.a
+%{_mingw32_bindir}/boost_wserialization-gcc44-mt-d-1_41.dll
+%{_mingw32_libdir}/libboost_wserialization-gcc44-mt-d-1_41.dll.a
 
 %files static
 %defattr(-,root,root,-)
-%{_mingw32_libdir}/libboost_date_time.a
-%{_mingw32_libdir}/libboost_date_time-mt.a
-%{_mingw32_libdir}/libboost_filesystem.a
-%{_mingw32_libdir}/libboost_filesystem-mt.a
-%{_mingw32_libdir}/libboost_graph.a
-%{_mingw32_libdir}/libboost_graph-mt.a
-%{_mingw32_libdir}/libboost_iostreams.a
-%{_mingw32_libdir}/libboost_iostreams-mt.a
-%{_mingw32_libdir}/libboost_math_c99f.a
-%{_mingw32_libdir}/libboost_math_c99f-mt.a
-%{_mingw32_libdir}/libboost_math_c99.a
-%{_mingw32_libdir}/libboost_math_c99l.a
-%{_mingw32_libdir}/libboost_math_c99l-mt.a
-%{_mingw32_libdir}/libboost_math_c99-mt.a
-%{_mingw32_libdir}/libboost_math_tr1f.a
-%{_mingw32_libdir}/libboost_math_tr1f-mt.a
-%{_mingw32_libdir}/libboost_math_tr1.a
-%{_mingw32_libdir}/libboost_math_tr1l.a
-%{_mingw32_libdir}/libboost_math_tr1l-mt.a
-%{_mingw32_libdir}/libboost_math_tr1-mt.a
-%{_mingw32_libdir}/libboost_prg_exec_monitor.a
-%{_mingw32_libdir}/libboost_prg_exec_monitor-mt.a
-%{_mingw32_libdir}/libboost_program_options.a
-%{_mingw32_libdir}/libboost_program_options-mt.a
-%{_mingw32_libdir}/libboost_regex.a
-%{_mingw32_libdir}/libboost_regex-mt.a
-%{_mingw32_libdir}/libboost_serialization.a
-%{_mingw32_libdir}/libboost_serialization-mt.a
-%{_mingw32_libdir}/libboost_signals.a
-%{_mingw32_libdir}/libboost_signals-mt.a
-%{_mingw32_libdir}/libboost_system.a
-%{_mingw32_libdir}/libboost_system-mt.a
-%{_mingw32_libdir}/libboost_test_exec_monitor.a
-%{_mingw32_libdir}/libboost_test_exec_monitor-mt.a
-%{_mingw32_libdir}/libboost_thread-mt.a
-%{_mingw32_libdir}/libboost_unit_test_framework.a
-%{_mingw32_libdir}/libboost_unit_test_framework-mt.a
-%{_mingw32_libdir}/libboost_wave.a
-%{_mingw32_libdir}/libboost_wave-mt.a
-%{_mingw32_libdir}/libboost_wserialization.a
-%{_mingw32_libdir}/libboost_wserialization-mt.a
+%{_mingw32_libdir}/libboost_date_time-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_date_time-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_date_time-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_date_time-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_filesystem-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_filesystem-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_filesystem-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_filesystem-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_iostreams-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_iostreams-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_iostreams-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_iostreams-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_prg_exec_monitor-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_prg_exec_monitor-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_prg_exec_monitor-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_prg_exec_monitor-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_program_options-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_program_options-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_program_options-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_program_options-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_regex-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_regex-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_regex-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_regex-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_serialization-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_serialization-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_serialization-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_serialization-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_signals-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_signals-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_signals-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_signals-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_system-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_system-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_system-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_system-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_test_exec_monitor-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_test_exec_monitor-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_test_exec_monitor-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_test_exec_monitor-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_thread-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_thread-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_unit_test_framework-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_unit_test_framework-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_unit_test_framework-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_unit_test_framework-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_wave-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_wave-gcc44-mt-d-1_41.a
+%{_mingw32_libdir}/libboost_wserialization-gcc44-1_41.a
+%{_mingw32_libdir}/libboost_wserialization-gcc44-d-1_41.a
+%{_mingw32_libdir}/libboost_wserialization-gcc44-mt-1_41.a
+%{_mingw32_libdir}/libboost_wserialization-gcc44-mt-d-1_41.a
 
 
 %changelog
+* Wed Jan 20 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.41.0-1
+- update to 1.41.0
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.39.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 2bcf3a9..ea08870 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a17281fd88c48e0d866e1a12deecbcc0  boost_1_39_0.tar.bz2
+15a7d1a22c61363f607508eff43a2da5  boost-1.41.0.cmake0.tar.bz2


More information about the scm-commits mailing list