Commit Graph

127 Commits

Author SHA1 Message Date
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