%define disable_long_double 0 %ifarch %{arm} %define disable_long_double 1 %endif # Boost-CMake needs a variable to be defined for the lib directory on # 64bit platforms (http://gitorious.org/boost/cmake/blobs/raw/1.40.0/tools/build/CMake/docs/build/html/build_configuration.html#boost-install-lib-subdir-name) %if "%{_lib}" != "lib" %define _cmake_lib_suffix -DLIB_SUFFIX=64 # Alternate: -DBOOST_INSTALL_LIB_SUBDIR_NAME=lib64 %endif Name: boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.40.0.cmake2 Release: 10%{?dist} License: Boost URL: http://sodium.resophonic.com/boost-cmake/1.40.0.cmake2/ Group: System Environment/Libraries Source: %{name}-%{version}.tar.gz Obsoletes: boost-doc <= 1.30.2 Obsoletes: boost-python <= 1.30.2 Provides: boost-doc = %{version}-%{release} # boost is an "umbrella" package that pulls in all other boost components Requires: boost-accumulators = %{version}-%{release} Requires: boost-date-time = %{version}-%{release} Requires: boost-filesystem = %{version}-%{release} Requires: boost-graph = %{version}-%{release} Requires: boost-iostreams = %{version}-%{release} Requires: boost-math = %{version}-%{release} Requires: boost-mpi = %{version}-%{release} Requires: boost-program-options = %{version}-%{release} Requires: boost-python = %{version}-%{release} Requires: boost-regex = %{version}-%{release} Requires: boost-serialization = %{version}-%{release} Requires: boost-signals = %{version}-%{release} Requires: boost-system = %{version}-%{release} Requires: boost-test = %{version}-%{release} Requires: boost-thread = %{version}-%{release} Requires: boost-wave = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake BuildRequires: libstdc++-devel BuildRequires: bzip2-libs BuildRequires: bzip2-devel BuildRequires: zlib-devel BuildRequires: python-devel BuildRequires: libicu-devel BuildRequires: chrpath BuildRequires: mpich2-devel Patch0: boost-mpl-compilation-fix.patch %bcond_with tests %bcond_with docs_generated %define sonamever 5 %description Boost provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library, in the hopes of establishing "existing practice" for extensions and providing reference implementations so that the Boost libraries are suitable for eventual standardization. (Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report.) %package accumulators Summary: Runtime component of boost accumulators library Group: System Environment/Libraries %description accumulators Runtime support for Boost Accumulators, set of libraries for statistical collection. %package date-time Summary: Runtime component of boost date-time library Group: System Environment/Libraries %description date-time Runtime support for Boost Date Time, set of date-time libraries based on generic programming concepts. %package filesystem Summary: Runtime component of boost filesystem library Group: System Environment/Libraries %description filesystem Runtime support for the Boost Filesystem Library, which provides portable facilities to query and manipulate paths, files, and directories. %package graph Summary: Runtime component of boost graph library Group: System Environment/Libraries %description graph Runtime support for the BGL graph library. BGL interface and graph components are generic, in the same sense as the the Standard Template Library (STL). %package iostreams Summary: Runtime component of boost iostreams library Group: System Environment/Libraries %description iostreams Runtime support for Boost.IOStreams, a framework for defining streams, stream buffers and i/o filters. %package math Summary: Runtime component of boost math library Group: System Environment/Libraries %description math Runtime support Boost.Math, a library of math and numeric tools. %package test Summary: Runtime component of boost test library Group: System Environment/Libraries %description test Runtime support for simple program testing, full unit testing, and for program execution monitoring. %package program-options Summary: Runtime component of boost program_options library Group: System Environment/Libraries %description program-options Runtime support of boost program options library, which allows program developers to obtain (name, value) pairs from the user, via conventional methods such as command line and config file. %package python Summary: Runtime component of boost python library Group: System Environment/Libraries %description python The Boost Python Library is a framework for interfacing Python and C++. It allows you to quickly and seamlessly expose C++ classes functions and objects to Python, and vice-versa, using no special tools -- just your C++ compiler. This package contains runtime support for Boost Python Library. %package regex Summary: Runtime component of boost regular expression library Group: System Environment/Libraries %description regex Runtime support for boost regular expression library. %package serialization Summary: Runtime component of boost serialization library Group: System Environment/Libraries %description serialization Runtime support for serialization for persistence and marshalling. %package signals Summary: Runtime component of boost signals and slots library Group: System Environment/Libraries %description signals Runtime support for managed signals & slots callback implementation. %package system Summary: Runtime component of boost system support library Group: System Environment/Libraries %description system Runtime component of Boost operating system support library, including the diagnostics support that will be part of the C++0x standard library. %package wave Summary: Runtime component of boost C99/C++ preprocessing library Group: System Environment/Libraries %description wave Runtime support for the Boost.Wave library, a Standards conformant, and highly configurable implementation of the mandated C99/C++ preprocessor functionality. %package mpi Summary: Runtime component of boost mpi library Group: System Environment/Libraries %description mpi Runtime support for Boost MPI, library providing a clean C++ API over the OpenMPI implementation of MPI. %package thread Summary: Runtime component of boost thread library Group: System Environment/Libraries %description thread Runtime component Boost.Thread library, which provides classes and functions for managing multiple threads of execution, and for synchronizing data between the threads or providing separate copies of data specific to individual threads. %package devel Summary: The Boost C++ headers and shared development libraries Group: Development/Libraries Requires: boost = %{version}-%{release} Provides: boost-python-devel = %{version}-%{release} %description devel Headers and shared object symlinks for the Boost C++ libraries. %package static Summary: The Boost C++ static development libraries Group: Development/Libraries Requires: boost-devel = %{version}-%{release} Obsoletes: boost-devel-static < 1.34.1-14 Provides: boost-devel-static = %{version}-%{release} %description static Static Boost C++ libraries. %package doc Summary: The Boost C++ html docs Group: Documentation Provides: boost-python-docs = %{version}-%{release} %description doc HTML documentation files for Boost C++ libraries. %prep %setup -q -n %{name}-%{version} %patch0 -p1 %build mkdir -p build cd build %cmake -DCMAKE_INSTALL_PREFIX=$RPM_BUILD_ROOT%{_prefix} \ %{?_cmake_lib_suffix} -G "Unix Makefiles" .. make VERBOSE=1 %{?_smp_mflags} cd - %check %if %{with tests} echo "

" `uname -a` "

" > status/regression_comment.html echo "" >> status/regression_comment.html echo "

" `g++ --version` "

" >> status/regression_comment.html echo "" >> status/regression_comment.html # Standard test with CMake #ctest results1=status/cs-`uname`.html results2=status/cs-`uname`-links.html email=benjamin.kosnik@gmail.com if [ -f $results1 ] && [ -f $results2 ]; then echo "sending results starting" testdate=`date +%Y%m%d` testarch=`uname -m` results=boost-results-$testdate-$testarch.tar.bz2 tar -cvf boost-results-$testdate-$testarch.tar $results1 $results2 bzip2 -f boost-results-$testdate-$testarch.tar echo | mutt -s "$testdate boost regression $testarch" -a $results $email echo "sending results finished" else echo "error sending results" fi %endif %install rm -rf $RPM_BUILD_ROOT cd build make install VERBOSE=1 cd - # install lib cd $RPM_BUILD_ROOT%{_libdir} for i in `find . -type f -name \*.so`; do NAME=$i; SONAME=$i.%{sonamever}; VNAME=$i.%{version}; base=`basename $i`; NAMEbase=$base; SONAMEbase=$base.%{sonamever}; VNAMEbase=$base.%{version}; mv $i $VNAME; # remove rpath chrpath --delete $VNAME; ln -s $VNAMEbase $SONAME; ln -s $VNAMEbase $NAME; done; cd - # install doc files DOCPATH=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/ find libs doc more -type f \( -name \*.htm -o -name \*.html \) \ | sed -n '/\//{s,/[^/]*$,,;p}' \ | sort -u > tmp-doc-directories sed "s:^:$DOCPATH:" tmp-doc-directories | xargs -r mkdir -p cat tmp-doc-directories | while read a; do find $a -mindepth 1 -maxdepth 1 -name \*.htm\* \ | xargs install -m 644 -p -t $DOCPATH$a done rm tmp-doc-directories install -p -m 644 -t $DOCPATH LICENSE_1_0.txt index.htm index.html # remove scripts used to generate include files find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec rm {} \; %clean rm -rf $RPM_BUILD_ROOT %post date-time -p /sbin/ldconfig %postun date-time -p /sbin/ldconfig %post filesystem -p /sbin/ldconfig %postun filesystem -p /sbin/ldconfig %post graph -p /sbin/ldconfig %postun graph -p /sbin/ldconfig %post iostreams -p /sbin/ldconfig %postun iostreams -p /sbin/ldconfig %post test -p /sbin/ldconfig %postun test -p /sbin/ldconfig %post program-options -p /sbin/ldconfig %postun program-options -p /sbin/ldconfig %post python -p /sbin/ldconfig %postun python -p /sbin/ldconfig %post regex -p /sbin/ldconfig %postun regex -p /sbin/ldconfig %post serialization -p /sbin/ldconfig %postun serialization -p /sbin/ldconfig %post signals -p /sbin/ldconfig %postun signals -p /sbin/ldconfig %post system -p /sbin/ldconfig %postun system -p /sbin/ldconfig %post thread -p /sbin/ldconfig %postun thread -p /sbin/ldconfig %post wave -p /sbin/ldconfig %postun wave -p /sbin/ldconfig %post mpi -p /sbin/ldconfig %postun mpi -p /sbin/ldconfig %files %files accumulators %files date-time %defattr(-, root, root, -) %{_libdir}/libboost_date_time*.so.%{version} %{_libdir}/libboost_date_time*.so.%{sonamever} %files filesystem %defattr(-, root, root, -) %{_libdir}/libboost_filesystem*.so.%{version} %{_libdir}/libboost_filesystem*.so.%{sonamever} %files graph %defattr(-, root, root, -) %{_libdir}/libboost_graph*.so.%{version} %{_libdir}/libboost_graph*.so.%{sonamever} %files iostreams %defattr(-, root, root, -) %{_libdir}/libboost_iostreams*.so.%{version} %{_libdir}/libboost_iostreams*.so.%{sonamever} %files math %files test %defattr(-, root, root, -) %{_libdir}/libboost_prg_exec_monitor*.so.%{version} %{_libdir}/libboost_prg_exec_monitor*.so.%{sonamever} %{_libdir}/libboost_unit_test_framework*.so.%{version} %{_libdir}/libboost_unit_test_framework*.so.%{sonamever} %files program-options %defattr(-, root, root, -) %{_libdir}/libboost_program_options*.so.%{version} %{_libdir}/libboost_program_options*.so.%{sonamever} %files python %defattr(-, root, root, -) %{_libdir}/libboost_python*.so.%{version} %{_libdir}/libboost_python*.so.%{sonamever} %files regex %defattr(-, root, root, -) %{_libdir}/libboost_regex*.so.%{version} %{_libdir}/libboost_regex*.so.%{sonamever} %files serialization %defattr(-, root, root, -) %{_libdir}/libboost_serialization*.so.%{version} %{_libdir}/libboost_serialization*.so.%{sonamever} %{_libdir}/libboost_wserialization*.so.%{version} %{_libdir}/libboost_wserialization*.so.%{sonamever} %files signals %defattr(-, root, root, -) %{_libdir}/libboost_signals*.so.%{version} %{_libdir}/libboost_signals*.so.%{sonamever} %files system %defattr(-, root, root, -) %{_libdir}/libboost_system*.so.%{version} %{_libdir}/libboost_system*.so.%{sonamever} %files thread %defattr(-, root, root, -) %{_libdir}/libboost_thread*.so.%{version} %{_libdir}/libboost_thread*.so.%{sonamever} %files wave %defattr(-, root, root, -) %{_libdir}/libboost_wave*.so.%{version} %{_libdir}/libboost_wave*.so.%{sonamever} %files mpi %defattr(-, root, root, -) %{_libdir}/libboost_mpi*.so.%{version} %{_libdir}/libboost_mpi*.so.%{sonamever} %files doc %defattr(-, root, root, -) %doc %{_docdir}/%{name}-%{version} %files devel %defattr(-, root, root, -) %{_includedir}/boost %{_bindir}/accumulators-accumulators_example %{_bindir}/bcp %{_bindir}/inspect %{_libdir}/*.so %files static %defattr(-, root, root, -) %{_libdir}/*.a %changelog * Sun Oct 24 2009 Denis Arnaud - 1.39.0-10 - Add support for the Boost.MPI sub-package - Resolves: #529563 * Thu Oct 15 2009 Petr Machata - 1.39.0-9 - Package index.html in the -doc subpackage - Resolves: #529030 * Wed Oct 14 2009 Petr Machata - 1.39.0-8 - Several fixes to support PySide - Resolves: #520087 - GCC 4.4 name resolution fixes for GIL - Resolves: #526834 * Sun Oct 11 2009 Jitesh Shah 1.39.0-7 - Disable long double support for ARM * Tue Sep 08 2009 Karsten Hopp 1.39.0-6 - bump release and rebuild as the package was linked with an old libicu during the mass rebuild on s390x * Wed Aug 26 2009 Tomas Mraz - 1.39.0-5 - Make it to be usable with openssl-1.0 * Fri Jul 24 2009 Fedora Release Engineering - 1.39.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Jul 2 2009 Petr Machata - 1.39.0-3 - Drop file list for main "boost" package, which was inadvertently left in. - Add thread sub-package to capture omitted boost_thread. - Add upstream patch to make boost_filesystem compatible with C++0x. - Resolves: #496188 - Resolves: #509250 * Mon May 11 2009 Benjamin Kosnik - 1.39.0-2 - Apply patch from Caolan McNamara - Resolves: #500030 function_template bug is back... * Thu May 07 2009 Benjamin Kosnik - 1.39.0-1 - Update release. * Wed May 06 2009 Benjamin Kosnik - 1.39.0-0.3 - Fixes for rpmlint. * Wed May 06 2009 Petr Machata - 1.39.0-0.2 - Split up boost package to sub-packages per library - Resolves: #496188 * Wed May 06 2009 Benjamin Kosnik - 1.39.0-0.1 - Rebase to 1.39.0. - Add --with docs_generated. - #225622: Substitute optflags at prep time instead of RPM_OPT_FLAGS. * Mon May 04 2009 Benjamin Kosnik - 1.37.0-7 - Rebuild for libicu bump. * Mon Mar 23 2009 Petr Machata - 1.37.0-6 - Apply a SMP patch from Stefan Ring - Apply a workaround for "cannot appear in a constant-expression" in dynamic_bitset library. - Resolves: #491537 * Mon Feb 23 2009 Fedora Release Engineering - 1.37.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Jan 12 2009 Petr Machata - 1.37.0-3 - Apply a unneccessary_iostreams patch from Caolan McNamara - Fix soname patch so that it applies with fuzz=0. Use fuzz=0 option in spec file just like ordinary patches do. - Resolves: #479409 * Fri Dec 19 2008 Petr Machata - 1.37.0-2 - Apply a function_template patch from Caolan McNamara - Resolves: #477131 * Tue Dec 16 2008 Benjamin Kosnik - 1.37.0-1 - Fix rpmlint rpath errors. - Fix rpmlint warnings on tabs and spaces. - Bump SONAME to 4 * Tue Nov 17 2008 Benjamin Kosnik - 1.37.0-0.1 - Rebase to 1.37.0. * Tue Oct 21 2008 Benjamin Kosnik - 1.36.0-1 - Rebase to 1.36.0. * Mon Oct 6 2008 Petr Machata - 1.34.1-17 - Fix gcc43 patch to apply cleanly under --fuzz=0 - Resolves: #465003 * Mon Aug 11 2008 Petr Machata - 1.36.0-0.1.beta1 - Rebase to 1.36.0.beta1 - Drop boost-regex.patch and portions of boost-gcc43.patch, port the rest - Automate SONAME tracking and bump SONAME to 4 - Adjust boost-configure.patch to include threading=single,multi explicitly * Thu Jun 12 2008 Petr Machata - 1.34.1-16 - Fix "changes meaning of keywords" in boost date_time - Related: #450718 * Thu May 29 2008 Tom "spot" Callaway - 1.34.1-15 - fix license tag * Thu Mar 27 2008 Petr Machata - 1.34.1-14 - Change devel-static back to static. - Related: #225622 * Wed Mar 26 2008 Petr Machata - 1.34.1-13 - Install library doc files - Revamp %%install phase to speed up overall build time - Some cleanups per merge review - Resolves: #437032 * Thu Feb 14 2008 Petr Machata - 1.34.1-12 - Fix "changes meaning of keywords" in boost python - Resolves: #432694 * Wed Feb 13 2008 Petr Machata - 1.34.1-11 - Fix "changes meaning of special_values_parser" in boost date_time - Resolves: #432433 * Wed Feb 6 2008 Petr Machata - 1.34.1-10 - Fixes for GCC 4.3 - Resolves: #431609 * Mon Jan 14 2008 Benjamin Kosnik 1.34.1-7 - Fixes for boost.regex (rev 42674). * Wed Sep 19 2007 Benjamin Kosnik 1.34.1-5 - (#283771: Linking against boost libraries fails). * Tue Aug 21 2007 Benjamin Kosnik 1.34.1-4 - Rebuild. * Wed Aug 08 2007 Benjamin Kosnik 1.34.1-3 - Rebuild for icu 3.8 bump. * Thu Aug 02 2007 Benjamin Kosnik 1.34.1-2 - SONAME to 3. * Tue Jul 31 2007 Benjamin Kosnik 1.34.1-1 - Update to boost_1_34_1. - Source via http. - Philipp Thomas fix for RPM_OPT_FLAGS - Philipp Thomas fix for .so sym links. - (#225622) Patrice Dumas review comments. * Tue Jun 26 2007 Benjamin Kosnik 1.34.1.rc1-0.1 - Update to boost_1_34_1_RC1. * Mon Apr 02 2007 Benjamin Kosnik 1.33.1-13 - (#225622: Merge Review: boost) Change static to devel-static. * Mon Mar 26 2007 Benjamin Kosnik 1.33.1-12 - (#233523: libboost_python needs rebuild against python 2.5) Use patch. * Mon Mar 26 2007 Benjamin Kosnik 1.33.1-11 - (#225622: Merge Review: boost) Source to http. BuildRoot to preferred value. PreReq to post/postun -p Clarified BSL as GPL-Compatible, Free Software License. Remove Obsoletes. Add Provides boost-python. Remove mkdir -p $RPM_BUILD_ROOT%%{_docdir} Added periods for decription text. Fix Group field. Remove doc Requires boost. Preserve timestamps on install. Use %%defattr(-, root, root, -) Added static package for .a libs. Install static libs with 0644 permissions. Use %%doc for doc files. * Mon Jan 22 2007 Benjamin Kosnik 1.34.0-0.5 - Update to boost.RC_1_34_0 snapshot as of 2007-01-19. - Modify build procedures for boost build v2. - Add *-mt variants for libraries, or at least variants that use threads (regex and thread). * Thu Nov 23 2006 Benjamin Kosnik 1.33.1-10 - (#182414: boost: put tests in %%check section) via Rex Dieter - Fix EVR with %%{?dist} tag via Gianluca Sforna * Wed Nov 15 2006 Benjamin Kosnik 1.33.1-9 - (#154784: boost-debuginfo package is empty) * Tue Nov 14 2006 Benjamin Kosnik 1.33.1-8 - (#205866: Revert scanner.hpp change.) * Mon Nov 13 2006 Benjamin Kosnik 1.33.1-7 - (#205866: boost::spirit generates warnings with -Wshadow) - (#205863: serialization lib generates warnings) - (#204326: boost RPM missing dependencies) - (#193465: [SIGNAL/BIND] Regressions with GCC 4.1) - BUILD_FLAGS, add, to see actual compile line. - REGEX_FLAGS, add, to compile regex with ICU support. * Wed Jul 12 2006 Jesse Keating - 1.33.1-6.1 - rebuild * Tue May 16 2006 Karsten Hopp 1.33.1-6 - buildrequire python-devel for Python.h * Thu Feb 16 2006 Florian La Roche - 1.33.1-5 - use the real version number to point to the shared libs * Fri Feb 10 2006 Jesse Keating - 1.33.1-4.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 1.33.1-4.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Thu Jan 05 2006 Benjamin Kosnik 1.33.1-4 - Fix symbolic links. * Wed Jan 04 2006 Benjamin Kosnik 1.33.1-3 - Update to boost-1.33.1. - (#176485: Missing BuildRequires) - (#169271: /usr/lib/libboost*.so.? links missing in package) * Thu Dec 22 2005 Jesse Keating 1.33.1-2 - rebuilt * Mon Nov 14 2005 Benjamin Kosnik 1.33.1-1 - Update to boost-1.33.1 beta. - Run testsuite, gather results. * Tue Oct 11 2005 Nils Philippsen 1.33.0-4 - build require bzip2-devel and zlib-devel * Tue Aug 23 2005 Benjamin Kosnik 1.33.0-3 - Create doc package again. - Parts of the above by Neal Becker . * Fri Aug 12 2005 Benjamin Kosnik 1.33.0-1 - Update to boost-1.33.0, update SONAME to 2 due to ABI changes. - Simplified PYTHON_VERSION by Philipp Thomas * Tue May 24 2005 Benjamin Kosnik 1.32.0-6 - (#153093: boost warns that gcc 4.0.0 is an unknown compiler) - (#152205: development .so symlinks should be in -devel subpackage) - (#154783: linker .so symlinks missing from boost-devel package) * Fri Mar 18 2005 Benjamin Kosnik 1.32.0-5 - Revert boost-base.patch to old behavior. - Use SONAMEVERSION instead of dllversion. * Wed Mar 16 2005 Benjamin Kosnik 1.32.0-4 - (#142612: Compiling Boost 1.32.0 Failed in RHEL 3.0 on Itanium2) - (#150069: libboost_python.so is missing) - (#141617: bad patch boost-base.patch) - (#122817: libboost_*.so symlinks missing) - Re-add boost-thread.patch. - Change boost-base.patch to show thread tags. - Change boost-gcc-tools.patch to use SOTAG, compile with dllversion. - Add symbolic links to files. - Sanity check can compile with gcc-3.3.x, gcc-3.4.2, gcc-4.0.x., gcc-4.1.x. * Thu Dec 02 2004 Benjamin Kosnik 1.32.0-3 - (#122817: libboost_*.so symlinks missing) - (#141574: half of the package is missing) - (#141617: bad patch boost-base.patch) * Wed Dec 01 2004 Benjamin Kosnik 1.32.0-2 - Remove bogus Obsoletes. * Mon Nov 29 2004 Benjamin Kosnik 1.32.0-1 - Update to 1.32.0 * Wed Sep 22 2004 Than Ngo 1.31.0-9 - cleanup specfile - fix multiarch problem * Tue Jun 15 2004 Elliot Lee - rebuilt * Wed May 05 2004 Warren Togami 1.31.0-7 - missing Obsoletes boost-python * Mon May 03 2004 Benjamin Kosnik - (#121630: gcc34 patch needed) * Wed Apr 21 2004 Warren Togami - #121415 FC2 BLOCKER: Obsoletes boost-python-devel, boost-doc - other cleanups * Tue Mar 30 2004 Benjamin Kosnik - Remove bjam dependency. (via Graydon). - Fix installed library names. - Fix SONAMEs in shared libraries. - Fix installed header location. - Fix installed permissions. * Fri Feb 13 2004 Elliot Lee - rebuilt * Mon Feb 09 2004 Benjamin Kosnik 1.31.0-2 - Update to boost-1.31.0 * Thu Jan 22 2004 Benjamin Kosnik 1.31.0-1 - Update to boost-1.31.0.rc2 - (#109307: Compile Failure with boost libraries) - (#104831: Compile errors in apps using Boost.Python...) - Unify into boost, boost-devel rpms. - Simplify installation using bjam and prefix install. * Tue Sep 09 2003 Nalin Dahyabhai 1.30.2-2 - require boost-devel instead of devel in subpackages which require boost-devel - remove stray Prefix: tag * Mon Sep 08 2003 Benjamin Kosnik 1.30.2-1 - change license to Freely distributable - verify installation of libboost_thread - more boost-devel removals - deal with lack of _REENTRANT on ia64/s390 - (#99458) rpm -e fixed via explict dir additions - (#103293) update to 1.30.2 * Wed Jun 04 2003 Elliot Lee - rebuilt * Tue May 13 2003 Florian La Roche - remove packager, change to new Group: * Tue May 06 2003 Tim Powers 1.30.0-3 - add deffattr's so we don't have unknown users owning files