Commit Graph

303 Commits

Author SHA1 Message Date
Petr Machata a2450339df Initial packaging of boost 1.50
This is sans Python 3, the rest should be fine.
Rebase many patches, port others, courtesy of Denis Arnaud.
2012-07-26 13:09:54 +02:00
Dennis Gilmore 4fa851e387 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 13:09:43 -05:00
Petr Machata dcde8a7557 Build Boost.Locale backends
- Resolves: #832265

Conflicts:

	boost.spec
2012-06-21 23:06:59 +02:00
Petr Machata b88ee83322 In Boost.Pool, be careful not to overflow allocated chunk size.
- Resolves: #828857
2012-06-07 00:44:26 +02:00
Petr Machata f68c4dd925 Drop enum xtime_clock_types, update uses of boost::TIME_UTC
glibc newly defines a macro TIME_UTC, which collides with boost::TIME_UTC.
We can't avoid expanding that macro, but the value happens to be the same
as that of boost::TIME_UTC.  So drop enum xtime_clock_types.  Update boost
to use macro TIME_UTC instead of the scoped enum value.  External clients
will have to do the same.
2012-05-24 23:21:25 +02:00
Petr Machata e86e3c9db2 Don't attempt to install Python 3 portions of boost --without python3 2012-05-24 13:26:04 +02:00
Petr Machata a18ee82f35 Drop BR on hwloc (workaround not required anymore) 2012-05-21 14:50:48 +02:00
Petr Machata d6ae5d8d4d Bump release, add changelog 2012-05-02 23:33:23 +02:00
Petr Machata 939bdf0202 Update status of several more upstream bugs 2012-05-02 21:50:10 +02:00
Petr Machata bc9c5908b6 Add support for building boost-python against Python 3
This doesn't touch boost-openmpi-python and boost-mpich2-python, as those
are broken anyway at the moment.
2012-05-02 21:49:40 +02:00
Petr Machata 6b86fe4dc1 disable_long_double isn't used anymore 2012-05-02 21:45:05 +02:00
Robert Scheck 8aad81e67c - Included -math subpackage into umbrella package
- Added missing /sbin/ldconfig for -math subpackage
2012-04-22 13:14:01 +02:00
Petr Machata 3f6cbc89ed Apply the forgotten patch properly 2012-04-20 18:55:53 +02:00
Petr Machata 9fd0eee555 Add BR hwloc-devel 2012-04-20 18:44:55 +02:00
Petr Machata a80aba9a3a Apply a forgotten patch 2012-04-20 18:23:44 +02:00
Dennis Gilmore 7af0b4e843 - Rebuilt for c++ ABI breakage 2012-02-28 11:57:29 -06:00
Petr Machata b8e37f1d07 Update with commentary re upstream tickets 2012-01-27 16:40:33 +01:00
Petr Machata 979f500141 Add a boost polygon patch 2012-01-26 13:16:28 +01:00
Petr Machata 1a7f14244d Additional build fix for proper long-double detection 2012-01-25 15:02:25 +01:00
Petr Machata 0f5140e4c1 The second half of long double support 2012-01-25 02:17:46 +01:00
Petr Machata 8cbc559305 Add links to upstream tickets for the attribute patch 2012-01-17 00:10:16 +01:00
Petr Machata a9044bc779 Add underscores around several uses of __attribute__((X)) 2012-01-16 23:26:54 +01:00
Denis Arnaud e222e6eb69 Added source source files for mingw cross-compilation of Boost.Locale.
Resolves: #781751
2012-01-14 21:41:57 +01:00
Denis Arnaud 252cfe78cc Added the Boost.Timer sub-package. Resolves: #772397 2012-01-08 00:40:08 +01:00
Denis Arnaud 39e2c15fd4 Integrated into "upstream" (CMake-ified Boost) the Boost.TR1/Math patch. 2012-01-04 23:01:07 +01:00
Petr Machata 54ddcfc414 Build math portions of Boost.TR1 and ship in boost-math 2012-01-04 17:31:12 +01:00
Petr Machata 7a3ddc5eb8 Add an upstream patch for BOOST_ENABLE_THREADS 2012-01-03 18:20:40 +01:00
Petr Machata 76982ecb0f Add fixes for 756005 and 757385 2011-11-29 15:43:40 +01:00
Petr Machata 7e49cbd1ad Revert the change in name of the example sub-package
- the reason being that we would have to provide this to preserve upgrade
  path, which would clutter the spec file further
- and all other packages name this sub-package "example"
2011-11-22 15:16:49 +01:00
Denis Arnaud 3957a04980 Upgrade to Boost-1.48.0, adding two new header-only components
(Container and Move) and a new library (Locale).
Resolves: #754865
Added a patch with a manual page for the bjam executable.
Added a patch to fix the non-UTF8-encoded example source file.
Re-worked a little bit the example section, so as to fix the
DOS-formatted and the ISO-8859-encoded files. The examples
sub-package itself has been renamed into examples-devel.
2011-11-20 01:30:18 +01:00
Petr Machata d5ee7fce50 Merge branch 'f16'
Conflicts:
	boost.spec
2011-11-03 22:41:18 +01:00
Petr Machata d7d96c8c27 Use <boost/tr1/tuple> instead of C++11 header <tuple> in boost math 2011-11-03 22:39:38 +01:00
Petr Machata aa86edc9c6 Attempt to fix the build, PATH presumably gets broken by module unload 2011-09-09 13:56:16 +02:00
Petr Machata 21495bb58e Rebuild for libicu soname bump
- Resolves: #736890
2011-09-09 10:05:24 +02:00
Petr Machata 388db9a379 Address some merge review comments 2011-08-30 19:33:09 +02:00
Petr Machata 08909f63ae Package examples
- Resolves: #722844
2011-07-26 12:18:35 +02:00
Petr Machata b00a03fd36 Add upstream bugreport comment to patch3 2011-07-22 16:38:36 +02:00
Petr Machata 0d81224cf6 Use boost::throw_exception in boost/numeric/conversion
- this to allow compilation with -fno-exception
2011-07-22 11:54:22 +02:00
Denis Arnaud cb217512d7 Upgrade to Boost-1.47.0, adding three new header-only components
(Geometry, Phoenix, Ratio) and a new library (Chrono).
2011-07-15 02:06:01 +02:00
Peter Robinson 8de4e80625 Fix compile on ARM platforms 2011-06-18 23:52:00 +01:00
Petr Machata 51023f006e Merge remote-tracking branch 'origin/master'
Conflicts:
	boost.spec
2011-04-06 16:50:27 +02:00
Petr Machata 6fa0acc376 Rewrap blurb 2011-04-06 16:28:08 +02:00
Petr Machata 646ad8dd4f Yet another way to pass -DBOOST_LIB_INSTALL_DIR to cmake 2011-04-04 14:16:11 +02:00
Deji Akingunola 787d07db37 Rebuild for mpich2 soname bump 2011-03-30 10:09:56 -04:00
Denis Arnaud 50e7fa2daf Merged the latest changes from the bug-fix release of Boost-1.46 2011-03-13 13:34:44 +01:00
Caolán McNamara 5477eebe96 rebuild for icu 4.6 2011-03-07 14:53:03 +00:00
Denis Arnaud 9865f92577 [1.46.0] Updated for (final release of) Boost 1.46.0 2011-02-25 00:34:55 +01:00
Petr Machata 078021db91 Merge remote-tracking branch 'origin/master'
Conflicts:
	boost.spec
2011-02-08 19:40:33 +01:00
Petr Machata 7a52c341d7 Fix a problem in using boost::spirit with utf-8 strings 2011-02-08 19:37:42 +01:00
Dennis Gilmore d901bcf2c5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:38:31 -06:00
Petr Machata d43949dd22 Add copy constructors and assignment operator to unordered_* 2011-02-05 10:51:31 +01:00
Petr Machata 121dc65949 Release should be 0.1.beta1, not 0.beta1 2011-02-05 01:00:06 +01:00
Petr Machata 540c65bbfc Reintroduce the soname patch 2011-02-04 18:14:11 +01:00
Petr Machata 07dee9ca25 Package 1.46.0-beta1 2011-02-03 22:35:32 +01:00
Denis Arnaud 8bb6ea14c9 [Rawhide] Renamed the patch, as it was changed and Koji did not notice it. 2011-01-10 23:07:35 +01:00
Denis Arnaud b7e0ada0f9 - Integrated Petr's work to fix missing Boost.Filesystem V3 issue
- Resolves: #667740
2011-01-10 21:02:17 +01:00
Denis Arnaud 9cc1979eb0 - Integrated Petr's work to fix missing Boost.Filesystem V3 issue
- Resolves: #667740
2011-01-10 21:00:45 +01:00
Petr Machata 5b821b0748 Don't override CXXFLAGS with -DBOOST_IOSTREAMS_USE_DEPRECATED
- Resolves: #667294
2011-01-06 17:03:50 +01:00
Petr Machata 143f670fa9 Add boost-random DSOs
- Resolves: #665679
2011-01-03 17:44:43 +01:00
Petr Machata 0de91b187b - Build with support for iostreams deprecated functions
- Add stuff to .gitignore
- Resolves: #654480
2010-12-08 22:40:09 +01:00
Tom "spot" Callaway 74756b504a also package build-system.jam 2010-12-03 11:08:45 -05:00
Tom "spot" Callaway ed95db05cd build boost-build and boost-jam subpackages 2010-12-02 10:50:48 -05:00
Denis Arnaud 91d00b2225 - Split the CMake-buildable tar-ball into pristine upstream tar-ball
and CMake framework patch
2010-08-22 10:40:58 +02:00
Denis Arnaud 4e883bf349 * Fri Aug 6 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.44.0-0.5
- Patched header file in boost/random/detail. Resolves: #621631
2010-08-06 14:47:30 +02:00
Denis Arnaud f3e80a3bfa * Fri Jul 31 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.44.0-0.4
- Added missing header files in boost/random/detail. Resolves: #619869
2010-07-31 23:01:32 +02:00
Orcan Ogetbil 94bd2da100 - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-28 02:33:52 +00:00
Benjamin Kosnik 3bfbaa6e4e - Rebuild. 2010-07-27 17:02:23 +00:00
Benjamin Kosnik 281f2147cf - Upstream update: Boost-1.44 with CMake enabled
- Resolves: #607615
2010-07-27 16:31:36 +00:00
dmalcolm 3f89025bf6 - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 15:34:40 +00:00
Dan Horák a1891f493f fix the arch define for ARM platforms 2010-07-15 09:39:20 +00:00
Petr Machata 71946ab51e - Turn on mpich2 on s390. Add arm to the list of arches that openmpi
doesn't support.
2010-06-04 15:47:46 +00:00
Petr Machata 53794d70d1 - Don't distribute cmake support files.
- Related: #597020
2010-06-04 15:04:53 +00:00
Dan Horák 8bda291735 - don't build with mpich2/openmpi on s390/s390x 2010-06-02 07:43:32 +00:00
Petr Machata c6e3871a68 - Add an upstream patch that fixes computation of CRC in zlib streams.
- Resolves: #590205
2010-05-10 15:38:02 +00:00
Rex Dieter 667c3698df - -devel: own %{_datadir}/cmake/%{name}/
- -devel: Requires: cmake (for %{_datadir}/cmake ownership)
2010-05-05 18:57:54 +00:00
Caolan McNamara 324d6eb0cb rebuild for icu 2010-04-02 10:36:25 +00:00
Petr Machata e34999075e - Add a patch for serialization of shared pointers to non polymorphic types 2010-02-22 13:26:52 +00:00
Petr Machata e45bd9c670 - More subpackage interdependency adjustments
- boost doesn't bring in the MPI stuff. Instead, $MPI-devel does. It needs
    to, so that the symlinks don't dangle.
- boost-graph-$MPI depends on boost-$MPI so that boost-mpich2 doesn't
    satisfy the SONAME dependency of boost-graph-openmpi.
- Resolves: #559009
2010-02-02 16:16:24 +00:00
Petr Machata cba7e47852 - Various fixes on the specification
- Resolves: #559009
Tue Feb 2 2010 Petr Machata <pmachata@redhat.com> - 1.41.0-5
- Introduce support for both OpenMPI and MPICH2
- Resolves: #559009
2010-02-02 11:50:48 +00:00
Petr Machata c4b14f1243 - Add a patch to build mapnik
- Resolves: #558383
2010-01-25 09:40:32 +00:00
Petr Machata 721aded241 - Generalize the soname selection
Mon Jan 18 2010 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.41.0-2.2
- Further split the Boost.MPI sub-package into boost-mpi and
    boost-mpi-python
- Changed the description of Boost.MPI according to the actual dependency
    (MPICH2 rather than OpenMPI)
- Added a few details on the generation of the mpi.so library
2010-01-19 15:50:57 +00:00
Petr Machata 1891c7ba66 Commit 1.41.0 2010-01-15 16:36:38 +00:00
Petr Machata 3ce89fee2e Bah. 2009-11-16 22:51:28 +00:00
Petr Machata 78eebed0cd - translate_exception.hpp misses a include
- Related: #537612
2009-11-16 22:45:53 +00:00
Petr Machata bcb908e5d8 - Package index.html in the -doc subpackage
- Resolves: #529030
2009-10-15 12:24:13 +00:00
Petr Machata 493985599d - Several fixes to support PySide
- Resolves: #520087
- GCC 4.4 name resolution fixes for GIL
- Resolves: #526834
2009-10-14 11:42:23 +00:00
Petr Machata fdf885d144 - Disable long double support for ARM 2009-10-13 12:02:57 +00:00
Karsten Hopp 00685e2127 - bump release and rebuild as the package was linked with an old libicu
during the mass rebuild on s390x
2009-09-08 15:02:02 +00:00
Tomáš Mráz 8602a6ea49 - Make it to be usable with openssl-1.0 2009-08-26 09:30:23 +00:00
Jesse Keating 99838fe19f - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 18:20:22 +00:00
Petr Machata 662439cda1 - 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
2009-07-02 16:38:45 +00:00
Benjamin Kosnik ab7902e738 - Apply patch from Caolan McNamara
- Resolves: #500030 function_template bug is back...
2009-05-11 23:46:25 +00:00
Benjamin Kosnik 908d7d2963 - Update release.
Wed May 06 2009 Benjamin Kosnik <bkoz@redhat.com> - 1.39.0-0.3
- Fixes for rpmlint.
Wed May 06 2009 Petr Machata <pmachata@redhat.com> - 1.39.0-0.2
- Split up boost package to sub-packages per library
- Resolves: #496188
Wed May 06 2009 Benjamin Kosnik <bkoz@redhat.com> - 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.
2009-05-08 01:11:25 +00:00
Benjamin Kosnik da089f5ee9 - Rebuild for libicu bump. 2009-05-04 23:45:09 +00:00
Petr Machata b9e432f0f1 Fix messed-up patch application 2009-03-23 14:27:08 +00:00
Petr Machata 8493f2dec8 - Apply a SMP patch from Stefan Ring
- Apply a workaround for "cannot appear in a constant-expression" in
    dynamic_bitset library.
- Resolves: #491537
2009-03-23 13:44:39 +00:00
Jesse Keating c99df9fbf7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 05:32:14 +00:00
Petr Machata d2ca7a19ed - 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
2009-01-12 09:53:39 +00:00
Petr Machata 463220e7bb - Apply a function_template patch from Caolan McNamara
- Resolves: #477131
2008-12-19 13:32:20 +00:00
Benjamin Kosnik 911173175d - Fix rpmlint rpath errors.
- Fix rpmlint warnings on tabs and spaces.
- Bump SONAME to 4
Tue Nov 17 2008 Benjamin Kosnik <bkoz@redhat.com> - 1.37.0-0.1
- Rebase to 1.37.0.
Tue Oct 21 2008 Benjamin Kosnik <bkoz@redhat.com> - 1.36.0-1
- Rebase to 1.36.0.
Mon Oct 6 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-17
- Fix gcc43 patch to apply cleanly under --fuzz=0
- Resolves: #465003
Mon Aug 11 2008 Petr Machata <pmachata@redhat.com> - 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
2008-12-17 17:40:21 +00:00
Petr Machata 13d9b03b8b - Fix gcc43 patch to apply cleanly under --fuzz=0
- Resolves: #465003
2008-10-06 13:59:55 +00:00
Petr Machata 1b86749d19 Revert rebase. 2008-08-12 16:40:21 +00:00
Petr Machata 07bc794885 - 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
2008-08-11 21:24:13 +00:00
Petr Machata a59558692b - Fix "changes meaning of keywords" in boost date_time
- Related: #450718
2008-06-12 11:12:04 +00:00
Tom Callaway ed00540465 fix license tag 2008-05-29 16:49:04 +00:00
Petr Machata 408862e229 Merge review cleanups 2008-03-27 13:26:02 +00:00
Petr Machata 7bc91ee101 - Install library doc files
- Revamp %%install phase to speed up overall build time
- Some cleanups per merge review
- Resolves: #437032
2008-03-26 18:03:49 +00:00
Petr Machata ac5861b705 - Fix "changes meaning of keywords" in boost python
- Resolves: #432694
2008-02-14 13:24:24 +00:00
Petr Machata eb542eb2e7 - Fix "changes meaning of special_values_parser" in boost date_time
- Resolves: #432433
2008-02-13 15:14:57 +00:00
Petr Machata c693092601 One more GCC 4.3 related nit 2008-02-06 20:42:57 +00:00
Petr Machata 73ed8a269d - Fixes for GCC 4.3
- Resolves: #431609
- Single '%' signs appearing over the spec have been replaced with "%%"
    combo
2008-02-06 17:48:07 +00:00
Petr Machata 7bb17cb51c - Add an include to boost/spirit/phoenix/operators.hpp
- Resolves: #431609
2008-02-06 15:53:03 +00:00
Petr Machata a94fed9eaf Forgotten cvs -q up -d caused this to be tagged with f8. Bumbing release to
avoid problems.
2008-01-16 16:31:14 +00:00
Petr Machata 8b63e4c402 - Fixes for boost.regex (rev 42674). 2008-01-16 16:27:11 +00:00
Benjamin Kosnik f6f76de1e6 - (#283771: Linking against boost libraries fails). 2007-09-20 00:50:48 +00:00
Benjamin Kosnik b1c34ba887 - Rebuild. 2007-08-21 16:20:04 +00:00
Benjamin Kosnik 26fa8e5c89 - Rebuild for icu 3.8 bump. 2007-08-08 16:00:52 +00:00
Benjamin Kosnik 9e0e852507 - SONAME to 3. 2007-08-03 02:57:47 +00:00
Benjamin Kosnik 39a7ebf89d - Update to boost_1_34_1.
- Source via http.
- Philipp Thomas <pth.suse.de> fix for RPM_OPT_FLAGS
- Philipp Thomas <pth.suse.de> fix for .so sym links.
- (#225622) Patrice Dumas review comments.
2007-08-02 05:48:06 +00:00
Benjamin Kosnik 07b7f88ff4 - (#225622: Merge Review: boost) Change static to devel-static. 2007-04-02 14:42:09 +00:00
Benjamin Kosnik e509989d1f - (#233523: libboost_python needs rebuild against python 2.5) Use patch.
Mon Mar 26 2007 Benjamin Kosnik <bkoz@redhat.com> 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.
2007-03-26 16:25:34 +00:00
Benjamin Kosnik dff01fc376 - (#233523: libboost_python needs rebuild against python 2.5)
- (#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.
2007-03-26 15:31:25 +00:00
Benjamin Kosnik ed539c20b3 - (#182414: boost: put tests in %check section) via Rex Dieter
- Fix EVR with %{?dist} tag via Gianluca Sforna
2006-11-23 10:51:17 +00:00
Benjamin Kosnik 044bf8be1d - (#154784: boost-debuginfo package is empty) 2006-11-15 10:55:26 +00:00
Benjamin Kosnik a9a85c8e12 - (#205866: Revert scanner.hpp change.) 2006-11-14 14:27:24 +00:00
Benjamin Kosnik 4da8270568 - (#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.
2006-11-14 11:29:37 +00:00
Jesse Keating 3cbaf60746 bumped for rebuild 2006-07-12 05:28:47 +00:00
Karsten Hopp 53b71d14f0 - buildrequire python-devel for Python.h
skipping Boost.Python library build due to missing or incorrect
    configuration couldn't find Python.h in "/usr/include/python2.4"
rpmdiff boost-1.33.1-5.x86_64.rpm removed PROVIDES
    libboost_python.so.2()(64bit) removed
    /usr/lib64/libboost_python.so.1.33.1 removed
    /usr/lib64/libboost_python.so.2
2006-05-16 13:34:07 +00:00
Florian La Roche 2bd1c23264 - fix symbolic links to the shared libs 2006-02-16 21:35:51 +00:00
Jesse Keating ce3b97bbce bump for bug in double-long on ppc(64) 2006-02-11 02:11:10 +00:00
Jesse Keating 64350af3a5 bump for new gcc/glibc 2006-02-07 11:10:53 +00:00
Benjamin Kosnik ce250c841e - Fix symbolic links. 2006-01-05 21:44:36 +00:00
Benjamin Kosnik ace5fba543 - Update to boost-1.33.1.
- (#176485: Missing BuildRequires)
- (#169271: /usr/lib/libboost*.so.? links missing in package)
2006-01-04 23:14:27 +00:00
Jesse Keating e2021cd5ba bump 2005-12-22 23:57:54 +00:00
Benjamin Kosnik 6bb05f34a6 - turn off testing
- tweaks to run_tests
2005-11-17 04:46:27 +00:00
Benjamin Kosnik 7850836a71 - Update to boost-1.33.1 beta.
- Run testsuite, gather results.
-
2005-11-15 20:43:12 +00:00
Nils Philippsen cd073564a4 build require bzip2-devel and zlib-devel 2005-10-11 09:44:01 +00:00
Benjamin Kosnik 546a43ad09 - Create doc package again.
- Parts of the above by Neal Becker <ndbecker2@gmail.com>.
-
2005-08-23 18:10:09 +00:00
Benjamin Kosnik 88523be503 - Update to boost-1.33.0, update SONAME to 2 due to ABI changes.
- Simplified PYTHON_VERSION by Philipp Thomas <pth@suse.de>
2005-08-22 21:48:40 +00:00
Benjamin Kosnik 2dd8b29ee0 - Update to boost-1.33.0
- Simplified PYTHON_VERSION by Philipp Thomas <pth@suse.de>
-
2005-08-19 16:10:05 +00:00
Benjamin Kosnik 78bcf4ad26 auto-import boost-1.33.0-1 on branch devel from boost-1.33.0-1.src.rpm 2005-08-19 16:06:47 +00:00
Benjamin Kosnik 0513b8fdf2 - (#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)
2005-05-24 16:07:12 +00:00
Benjamin Kosnik fd51ecba0d - Revert boost-base.patch to old behavior.
- Use SONAMEVERSION instead of dllversion.
2005-03-18 16:35:21 +00:00
Benjamin Kosnik 9cec0834b9 - (#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.
2005-03-17 01:12:29 +00:00
Benjamin Kosnik a609a15337 - (#122817: libboost_*.so symlinks missing)
- (#141574: half of the package is missing)
- (#141617: bad patch boost-base.patch)
-
2004-12-02 17:25:42 +00:00
Benjamin Kosnik b11f6e7b7f - Remove bogus Obsoletes. 2004-12-02 02:27:54 +00:00
Benjamin Kosnik 7e774a9786 auto-import boost-1.32.0-1 on branch devel from boost-1.32.0-1.src.rpm 2004-11-30 02:24:44 +00:00
Than Ngo e178341fd7 - cleanup specfile
- fix multiarch problem
2004-09-22 13:48:26 +00:00
cvsdist 71247bfd81 auto-import changelog data from boost-1.31.0-8.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 03:37:49 +00:00
cvsdist afeb5b1769 auto-import changelog data from boost-1.31.0-7.src.rpm
Wed May 05 2004 Warren Togami <wtogami@redhat.com> 1.31.0-7
- missing Obsoletes boost-python
Mon May 03 2004 Benjamin Kosnik <bkoz@redhat.com>
- (#121630: gcc34 patch needed)
Wed Apr 21 2004 Warren Togami <wtogami@redhat.com>
- #121415 FC2 BLOCKER: Obsoletes boost-python-devel, boost-doc
- other cleanups
Tue Mar 30 2004 Benjamin Kosnik <bkoz@redhat.com>
- 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 <sopwith@redhat.com>
- rebuilt
2004-09-09 03:37:14 +00:00
cvsdist bba1d3f20f auto-import changelog data from boost-1.31.0-2.src.rpm
Mon Feb 09 2004 Benjamin Kosnik <bkoz@redhat.com> 1.31.0-2
- Update to boost-1.31.0
2004-09-09 03:36:35 +00:00
cvsdist 34404a6fd6 auto-import changelog data from boost-1.31.0-1.src.rpm
Thu Jan 22 2004 Benjamin Kosnik <bkoz@redhat.com> 1.31.0
- 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.
2004-09-09 03:36:19 +00:00
cvsdist f8f00b8f62 auto-import changelog data from boost-1.30.2-2.src.rpm
Tue Sep 09 2003 Nalin Dahyabhai <nalin@redhat.com> 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 <bkoz@redhat.com> 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 <sopwith@redhat.com>
- rebuilt
Tue May 13 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- remove packager, change to new Group:
Tue May 06 2003 Tim Powers <timp@redhat.com> 1.30.0-3
- add deffattr's so we don't have unknown users owning files
2004-09-09 03:36:00 +00:00