SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for boost-filesystem-1.57.0-6.fc22.i686.rpm :
Sun May 3 14:00:00 2015 Zbigniew Jędrzejewski-Szmek - 1.57.0-6
- Rebuild for changed mpich

Mon Mar 16 13:00:00 2015 Than Ngo 1.57.0-5
- rebuild against new gcc

Wed Feb 18 13:00:00 2015 Petr Machata - 1.57.0-4
- Fix template class boost::rv, which for union T\'s inherits
off them. (boost-1.57.0-move-is_class.patch)

Mon Feb 9 13:00:00 2015 Petr Machata - 1.57.0-3
- Honor RPM_OPT_FLAGS (boost-1.57.0-build-optflags.patch)
- And don\'t pass -ftemplate-depth at all. The intention there was
to increase the default instantiation depth above the default 17,
but GCC defaults to 900 anyway, and requesting 128 actually lowers
the limit. (The same patch.)

- Add a patch to fix incorrect operator< in Boost.UUID
(boost-1.57.0-uuid-comparison.patch)

Thu Jan 29 13:00:00 2015 Petr Machata - 1.57.0-2
- Change Provides: and Obosoletes: back to not use %{?_isa}
- Enable Boost.Context on PowerPC, it should now be supported
- Add a patch for Boost.Signal2 to include weak_ptr where it uses it
(boost-1.57.0-signals2-weak_ptr.patch)

Tue Jan 20 13:00:00 2015 Petr Machata - 1.57.0-1
- Rebase to 1.57.0
- Drop patches:
boost-1.54.0-bind-static_assert.patch
boost-1.54.0-concept-unused_typedef.patch
boost-1.54.0-static_warning-unused_typedef.patch
boost-1.54.0-tuple-unused_typedef.patch
boost-1.54.0-random-unused_typedef.patch
boost-1.54.0-date_time-unused_typedef.patch
boost-1.54.0-date_time-unused_typedef-2.patch
boost-1.54.0-spirit-unused_typedef.patch
boost-1.54.0-numeric-unused_typedef.patch
boost-1.54.0-property_tree-unused_typedef.patch
boost-1.55.0-program_options-class_attribute.patch
boost-1.55.0-archive-init_order.patch
boost-1.55.0-xpressive-unused_typedefs.patch
boost-1.55.0-spirit-unused_typedefs.patch
boost-1.54.0-smart_ptr-shared_ptr_at.patch
boost-1.55.0-atomic-int128_1.patch
boost-1.55.0-atomic-int128_2.patch

- Rebase patches:
boost-1.54.0-mpl-print.patch -> boost-1.57.0-mpl-print.patch
boost-1.54.0-spirit-unused_typedef-2.patch -> boost-1.57.0-spirit-unused_typedef.patch
boost-1.54.0-pool-test_linking.patch -> boost-1.57.0-pool-test_linking.patch

- Add new subpackages boost-container

Fri Jan 9 13:00:00 2015 Petr Machata - 1.55.0-8
- Build libboost_python and libboost_python3 such that they depend on
their respective libpython\'s.
(boost-1.55.0-python-libpython_dep.patch,
boost-1.55.0-python-abi_letters.patch)
- Fix Boost.Python test suite so that PyImport_AppendInittab is called
before PyInitialize, which broke the test suite with Python 3.
(boost-1.55.0-python-test-PyImport_AppendInittab.patch)

Thu Jan 8 13:00:00 2015 Petr Machata - 1.55.0-7
- Change Requires: and other package references to use %{?_isa}, so
that dependencies are arch-aware.
- Drop two obsolete conditions testing Fedora >= 10 (but leave RHEL >=
6 for potential EPEL deployment).

Fri Jan 2 13:00:00 2015 Petr Machata - 1.55.0-6
- Boost.Atomic: Fixed incorrect initialization of 128-bit values, when
no native support for 128-bit integers is available.
(boost-1.55.0-atomic-int128_1.patch,
boost-1.55.0-atomic-int128_2.patch)

Wed Nov 12 13:00:00 2014 Petr Machata - 1.55.0-5
- Fix boost::shared_ptr::operator[], which was ill-formed for
non-array T\'s. (boost-1.54.0-smart_ptr-shared_ptr_at.patch)

Tue Aug 26 14:00:00 2014 David Tardon - 1.55.0-4
- rebuild for ICU 53.1

Fri Aug 15 14:00:00 2014 Fedora Release Engineering - 1.55.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

Sat Jun 7 14:00:00 2014 Fedora Release Engineering - 1.55.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

Mon May 12 14:00:00 2014 Petr Machata - 1.55.0-1
- Add a new sub-package boost-coroutine
- Annotate or drop some unused typedefs
(boost-1.55.0-python-unused_typedefs.patch,
boost-1.55.0-spirit-unused_typedefs.patch,
boost-1.55.0-xpressive-unused_typedefs.patch)
- Add a patch for wrong initialization order
(boost-1.55.0-archive-init_order.patch)
- Add a patch for misplaced attribute at class declaration
(boost-1.55.0-program_options-class_attribute.patch)
- Drop 001-coroutine.patch, 002-date-time.patch, 003-log.patch,
boost-1.53.0-attribute.patch,
boost-1.54.0-__GLIBC_HAVE_LONG_LONG.patch,
boost-1.54.0-algorithm-unused_typedef.patch,
boost-1.54.0-context-execstack.patch,
boost-1.54.0-graph-unused_typedef.patch,
boost-1.54.0-interprocess-atomic_cas32-ppc.patch,
boost-1.54.0-lexical_cast-int128.patch,
boost-1.54.0-math-unused_typedef-2.patch,
boost-1.54.0-math-unused_typedef.patch,
boost-1.54.0-mpi-unused_typedef.patch,
boost-1.54.0-multiprecision-unused_typedef.patch,
boost-1.54.0-thread-cond_variable_shadow.patch,
boost-1.54.0-thread-link_atomic.patch,
boost-1.54.0-unordered-unused_typedef.patch,
boost-1.54.0-xpressive-unused_typedef.patch,

Tue Mar 18 13:00:00 2014 Petr Machata - 1.54.0-14
- Fix a noexecstack patch for ARM, enable Boost.Context on ARM.
(boost-1.54.0-context-execstack.patch)

Tue Mar 18 13:00:00 2014 Björn Esser - 1.54.0-13
- rebuilt for mpich-3.1

Mon Mar 17 13:00:00 2014 Peter Robinson 1.54.0-12
- Enable MPICH and OpenMPI support on aarch64

Wed Feb 12 13:00:00 2014 Petr Machata - 1.54.0-11
- Rebuild for ICU soname bump.

Thu Jan 9 13:00:00 2014 Petr Machata - 1.54.0-10
- Add ppc64le to the list of arches that OpenMPI and MPICH don\'t
support.

Wed Dec 18 13:00:00 2013 Peter Robinson 1.54.0-9
- Enable MPICH and OpenMPI support on ARM as it\'s long had them both

Fri Dec 13 13:00:00 2013 Petr Machata - 1.54.0-8
- Add aarch64 into the list of arches that OpenMPI doesn\'t support.

Sun Dec 1 13:00:00 2013 Petr Machata - 1.54.0-7
- Fix shameful blunders in implementation of the previous fix: don\'t
hard-code path to has_atomic_flag_lockfree binary; use m4 instead of
cpp, cpp in F19+ prefixes output with a bunch of comments.

Wed Nov 27 13:00:00 2013 Petr Machata - 1.54.0-6
- Add libboost_atomic.so.
* to the libboost_thread.so linker script on
architectures that need it.

Thu Aug 29 14:00:00 2013 Petr Machata - 1.54.0-5
- Fix atomic_cas32 (thanks Jaroslav Škarvada for figuring out where
the problem is) (boost-1.54.0-interprocess-atomic_cas32-ppc.patch)

Fri Aug 23 14:00:00 2013 Petr Machata - 1.54.0-4
- Fix compilation of Boost.Pool test cases
(boost-1.54.0-pool-test_linking.patch)
- Fix -Wshadow warnings in Boost.Pool
(boost-1.54.0-pool-max_chunks_shadow.patch)
- -Wshadow warnings in Boost.Thread
(boost-1.54.0-thread-cond_variable_shadow.patch)
- libboost_thread.so.
* lacks DT_NEEDED on libboost_atomic.so.
* on
s390. (boost-1.54.0-thread-link_atomic.patch)

Mon Aug 19 14:00:00 2013 Petr Machata - 1.54.0-3
- Bump odeint obsoletes and provides a notch to cover a build that
sneaked into rawhide (bug 892850).

Tue Jul 30 14:00:00 2013 Petr Machata - 1.54.0-2
- Fix detection of availability of 128-bit integers in
Boost.LexicalCast (boost-1.54.0-lexical_cast-int128.patch)

Fri Jul 26 14:00:00 2013 Petr Machata - 1.54.0-1
- Rebase to 1.54.0
- Add new sub-package boost-log
- Boost.Coroutine is only enabled if Boost.Context is
- Drop boost-1.53-context.patch (interesting parts now upstream)
- Drop boost-1.50.0-foreach.patch (#define foreach now discouraged)
- Drop several unused typedef patches that are now upstream.
(boost-1.53.0-static_assert-unused_typedef.patch,
boost-1.53.0-fpclassify-unused_typedef.patch,
boost-1.53.0-math-unused_typedef-3.patch,
boost-1.53.0-lexical_cast-unused_typedef.patch,
boost-1.53.0-regex-unused_typedef.patch,
boost-1.53.0-thread-unused_typedef.patch)
- Add release notes patches (001-coroutine.patch,
002-date-time.patch, 003-log.patch)
- Add additional unused typedefs in Boost.Math
(boost-1.54.0-math-unused_typedef-2.patch)
- Drop symlinks from libboost_{thread,locale,atomic}.so ->
*-mt.so,
which we don\'t need anymore, as we ditched the tagged layout.

Fri Jul 26 14:00:00 2013 Petr Machata - 1.53.0-12
- There\'s no physical difference between single-threaded and
multi-threaded builds, except some libraries are only built in
multi-threaded mode. So build everything in multi-threaded mode,
and ditch tagged layout, which we don\'t need anymore.
https://bugzilla.redhat.com/show_bug.cgi?id=971956

Fri Jul 26 14:00:00 2013 Petr Machata - 1.53.0-11
- Add Obsoletes for odeint (bug 892850)

Thu Jul 25 14:00:00 2013 Deji Akingunola - 1.53.0-10
- Add Provides and Obsoletes for the mpich2->mpich renames

Wed Jul 24 14:00:00 2013 Petr Machata - 1.53.0-9
- Add explicit dependencies between some of the boost sub-packages

Tue Jul 23 14:00:00 2013 Petr Machata - 1.53.0-8
- MPICH2 became MPICH -- rename subpackages, dependencies and
conditionals.
- Install supporting files (images etc.) for documentation
(courtesy Marcel Metz, bug 985593)
- Add many patches for silencing unused local typedef warnings
(boost-1.53.0-static_assert-unused_typedef.patch,
boost-1.54.0-bind-static_assert.patch,
boost-1.54.0-concept-unused_typedef.patch,
boost-1.54.0-static_warning-unused_typedef.patch,
boost-1.54.0-math-unused_typedef.patch,
boost-1.54.0-math-unused_typedef-2.patch,
boost-1.53.0-fpclassify-unused_typedef.patch,
boost-1.54.0-math-unused_typedef-3.patch,
boost-1.54.0-tuple-unused_typedef.patch,
boost-1.54.0-random-unused_typedef.patch,
boost-1.54.0-date_time-unused_typedef.patch,
boost-1.54.0-date_time-unused_typedef-2.patch,
boost-1.54.0-spirit-unused_typedef.patch,
boost-1.54.0-spirit-unused_typedef-2.patch,
boost-1.54.0-numeric-unused_typedef.patch,
boost-1.54.0-multiprecision-unused_typedef.patch,
boost-1.53.0-lexical_cast-unused_typedef.patch,
boost-1.53.0-regex-unused_typedef.patch,
boost-1.53.0-thread-unused_typedef.patch,
boost-1.54.0-unordered-unused_typedef.patch,
boost-1.54.0-algorithm-unused_typedef.patch,
boost-1.53.0-graph-unused_typedef.patch,
boost-1.54.0-locale-unused_typedef.patch,
boost-1.54.0-property_tree-unused_typedef.patch,
boost-1.54.0-xpressive-unused_typedef.patch,
boost-1.54.0-mpi-unused_typedef.patch,
boost-1.54.0-python-unused_typedef.patch)
- Add a patch to turn off execstack in Boost.Context
(boost-1.54.0-context-execstack.patch)
- Fix boost::mpl::print on GCC (boost-1.54.0-mpl-print.patch)
- Add symlinks for /usr/lib/libboost_{thread,locale}.so ->
*-mt.so

Wed Jun 26 14:00:00 2013 Petr Machata - 1.53.0-7
- Fix detection of availability of {,u}int64_t in glibc headers.
(boost-1.53.0-__GLIBC_HAVE_LONG_LONG.patch)

Wed Mar 6 13:00:00 2013 Petr Machata - 1.53.0-6
- libboost_context.so must be guarded by conditional in the expanded
filelist at boost-devel.

Tue Mar 5 13:00:00 2013 Petr Machata - 1.53.0-5
- Split off Python 3 DSO symlink to a separate subpackage
boost-python3-devel. This makes it possible to install
boost-devel separately, without Python 3 support.
- Build with -fno-strict-aliasing

Wed Feb 27 13:00:00 2013 Petr Machata - 1.53.0-4
- Make Boost.Context support conditional

Mon Feb 11 13:00:00 2013 Petr Machata - 1.53.0-3
- Fix Boost.Context on ppc64
- Future-proof the linker script boost_thread-mt.so

Sun Feb 10 13:00:00 2013 Denis Arnaud - 1.53.0-2
- Fixed the libboost_thread-mt.so script (which wrongly referred to Boost-1.50)

Fri Feb 8 13:00:00 2013 Petr Machata - 1.53.0-1
- Upstream 1.53.0 beta1
- Drop boost-1.50.0-signals-erase.patch
- Port boost-1.50.0-attribute.patch
- Drop boost-1.50.0-polygon.patch
- New sub-packages boost-atomic and boost-context

Sat Jan 26 13:00:00 2013 Peter Robinson 1.50.0-7
- Rebuild for icu soname bump

Sat Nov 3 13:00:00 2012 Denis Arnaud - 1.50.0-6
- Rebuild for the new MPICH2 (and libmpich2 soname bump)

Thu Aug 16 14:00:00 2012 Petr Machata - 1.50.0-5
- Update %description to reflect current state of C++
standardization. Courtesy of Jonathan Wakely. (#837813)

Wed Aug 15 14:00:00 2012 Petr Machata - 1.50.0-4
- Override boost_thread-mt.so with a linker script that brings in
Boost.System DSO as well.

Wed Aug 8 14:00:00 2012 Petr Machata - 1.50.0-3
- boost-python3 shouldn\'t be under the overall boost umbrella

Tue Aug 7 14:00:00 2012 Petr Machata - 1.50.0-2
- Enable Python 3 builds. This is still disabled in Boost MPI, which
doesn\'t seem to support Python 3

Thu Jul 26 14:00:00 2012 Petr Machata - 1.50.0-1
- Upstream 1.50
- boost-cmake-soname.patch drop, upstream handles soname well, and
we haven\'t been doing manual numbering for several years now
- boost-1.48.0-cmakeify-full.patch drop, not necessary for bjam
- Rebase many patches, port others, courtesy of Denis Arnaud:
- boost-1.48.0-exceptions.patch drop
- boost-1.48.0-lexical_cast-incomplete.patch drop
- boost-1.48.0-gcc47-pthreads.patch drop
- boost-1.48.0-long-double.patch drop
- boost-1.48.0-xtime.patch drop
- boost-1.48.0-locale.patch drop
- boost-1.48.0-signals-erase.patch port
- boost-1.48.0-fix-non-utf8-files.patch port
- boost-1.48.0-foreach.patch port
- boost-1.48.0-attribute.patch port
- boost-1.48.0-long-double-1.patch port
- boost-1.48.0-polygon.patch port
- boost-1.48.0-pool.patch port

Wed Jul 18 14:00:00 2012 Fedora Release Engineering - 1.48.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Thu Jun 21 14:00:00 2012 Petr Machata - 1.48.0-16
- Build Boost.Locale backends
- Resolves: #832265

Wed Jun 6 14:00:00 2012 Petr Machata - 1.48.0-15
- In Boost.Pool, be careful not to overflow allocated chunk size.
- Resolves: #828857

Thu May 24 14:00:00 2012 Petr Machata - 1.48.0-14
- Don\'t attempt to install Python 3 portions of boost when given
--without python3
- 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.
- Resolves: #824810
- BR on hwloc-devel shouldn\'t be required anymore (see #814798)

Wed May 2 14:00:00 2012 Petr Machata - 1.48.0-13
- Support building boost-python against Python 3
- Resolves: #807780

Sun Apr 22 14:00:00 2012 Robert Scheck - 1.48.0-12
- Included -math subpackage into umbrella package
- Added missing /sbin/ldconfig for -math subpackage

Fri Apr 20 14:00:00 2012 Petr Machata - 1.48.0-11
- Add hwloc-devel BR to work around a probable bug in openmpi-devel
which fails to pull it in

Tue Feb 28 13:00:00 2012 Fedora Release Engineering - 1.48.0-10
- Rebuilt for c++ ABI breakage

Wed Jan 25 13:00:00 2012 Petr Machata - 1.48.0-9
- Only build the long double math libraries on arches that support
long double.
- ARM was considered unsupporting, because libc defines
__NO_LONG_DOUBLE_MATH. Ignore this setting, ARM has perfectly
working long double that just happens to be only as long as double.
- Resolves: #783660
- Add a missing sort adaptor include to boost polygon
- Resolves: #784654

Mon Jan 16 13:00:00 2012 Petr Machata - 1.48.0-8
- Add underscores around several uses of __attribute__((X)) to prevent
interactions with user-defined macro X
- Resolves: #781859

Sat Jan 14 13:00:00 2012 Denis Arnaud - 1.48.0-7
- Added source source files for mingw cross-compilation of Boost.Locale.
- Resolves: #781751

Sat Jan 7 13:00:00 2012 Denis Arnaud - 1.48.0-6
- Added the Boost.Timer sub-package. Resolves: #772397

Wed Jan 4 13:00:00 2012 Denis Arnaud - 1.48.0-5
- Integrated into \"upstream\" (CMake-ified Boost) the Boost.TR1/Math patch.

Wed Jan 4 13:00:00 2012 Petr Machata - 1.48.0-4
- Build math portion of Boost.TR1, package DSOs in boost-math.
- Resolves: #771370

Tue Jan 3 13:00:00 2012 Petr Machata - 1.48.0-3
- Add an upstream patch for BOOST_ENABLE_THREADS

Tue Nov 29 13:00:00 2011 Petr Machata - 1.48.0-2
- Add an upstream patch for BOOST_FOREACH declaration issue #756005
- Add a proposed patch for error in boost lexical_cast #757385

Sat Nov 19 13:00:00 2011 Denis Arnaud - 1.48.0-1
- 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.

Thu Nov 3 13:00:00 2011 Petr Machata - 1.47.0-7
- Use instead of C++11 header in boost math.
- Resolves: #751210

Fri Sep 9 14:00:00 2011 Petr Machata - 1.47.0-6
- Rebuild for libicu soname bump
- Hack /bin back to PATH after MPI module unload
- Resolves: #736890

Tue Aug 30 14:00:00 2011 Petr Machata - 1.47.0-4
- Drop BR bzip2-libs, which is brought it via bzip2-devel
- Source->Source0
- Drop unnecessary BuildRoot tag
- Update License tag to include all licenses that are found in
sources. Python license is at the main package, not to the python
sub-package, because python22_fixed.h is in -devel.
- Related: #673839
- Resolves: #225622

Tue Jul 26 14:00:00 2011 Petr Machata - 1.47.0-3
- Package examples
- Resolves: #722844

Fri Jul 22 14:00:00 2011 Petr Machata - 1.47.0-2
- Convert two throws in boost/numeric/conversion to
boost::throw_exception to allow compilation with -fno-exception
- Resolves: #724015

Thu Jul 14 14:00:00 2011 Denis Arnaud - 1.47.0-1
- Upgrade to Boost-1.47.0, adding three new header-only components
(Geometry, Phoenix, Ratio) and a new library (Chrono).

Sat Jun 18 14:00:00 2011 Peter Robinson - 1.46.1-4
- Fix compile on ARM platforms

Mon Apr 4 14:00:00 2011 Petr Machata - 1.46.1-3
- Yet another way to pass -DBOOST_LIB_INSTALL_DIR to cmake. Passing
via CMAKE_CXX_FLAGS for some reason breaks when rpm re-quotes the
expression as a result of %{optflags} expansion.
- Related: #667294

Wed Mar 30 14:00:00 2011 Deji Akingunola - 1.46.1-2
- Rebuild for mpich2 soname bump

Sun Mar 13 13:00:00 2011 Denis Arnaud - 1.46.1-1
- Merged the latest changes from the bug-fix release of Boost-1.46

Mon Mar 7 13:00:00 2011 Caolán McNamara - 1.46.0-0.5
- rebuild for icu 4.6

Thu Feb 24 13:00:00 2011 Denis Arnaud - 1.46.0-0.4
- Merged the latest changes from the now final release of Boost-1.46

Tue Feb 8 13:00:00 2011 Petr Machata - 1.46.0-0.3.beta1
- spirit.patch: Fix a problem in using boost::spirit with utf-8
strings. Thanks to Hicham HAOUARI for digging up the fix.

Mon Feb 7 13:00:00 2011 Fedora Release Engineering - 1.46.0-0.2.beta1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Thu Feb 3 13:00:00 2011 Petr Machata - 1.46.0-0.1.beta1
- Package 1.46.0-beta1
- Reintroduce the soname patch
- unordered-cctor.patch: Add copy constructors and assignment
operators when using rvalue references
- signals-erase.patch: Pass const_iterator to map::erase to avoid
ambigous overload vs. templatized value_type ctor
- Related: #656410

Mon Jan 10 13:00:00 2011 Denis Arnaud - 1.44.0-7
- Integrated Petr\'s work to fix missing Boost.Filesystem V3 issue
- Resolves: #667740

Thu Jan 6 13:00:00 2011 Petr Machata - 1.44.0-6
- Don\'t override CXXFLAGS with -DBOOST_IOSTREAMS_USE_DEPRECATED
- Resolves: #667294

Mon Jan 3 13:00:00 2011 Petr Machata - 1.44.0-5
- Add boost-random DSOs
- Resolves: #665679

Wed Dec 8 13:00:00 2010 Petr Machata - 1.44.0-4
- Build with support for iostreams deprecated functions
- Resolves: #654480

Fri Dec 3 13:00:00 2010 Tom \"spot\" Callaway - 1.44.0-3
- also package build-system.jam in boost-build

Tue Nov 30 13:00:00 2010 Tom \"spot\" Callaway - 1.44.0-2
- add boost-build, boost-jam subpackages

Sat Oct 23 14:00:00 2010 Denis Arnaud - 1.44.0-1.1
- Rebuild.

Sat Aug 21 14:00:00 2010 Denis Arnaud - 1.44.0-1
- Split the CMake-buildable tar-ball into pristine upstream tar-ball
and CMake framework patch

Mon Aug 16 14:00:00 2010 Denis Arnaud - 1.44.0-0.6
- Merged the latest changes from the now final release of Boost-1.44

Fri Aug 6 14:00:00 2010 Denis Arnaud - 1.44.0-0.5
- Patched header file in boost/random/detail. Resolves: #621631

Sat Jul 31 14:00:00 2010 Denis Arnaud - 1.44.0-0.4
- Added missing header files in boost/random/detail. Resolves: #619869

Tue Jul 27 14:00:00 2010 Orcan Ogetbil - 1.44.0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

Tue Jul 27 14:00:00 2010 Benjamin Kosnik - 1.44.0-0.2
- Rebuild.

Fri Jul 23 14:00:00 2010 Denis Arnaud - 1.44.0-0.1
- Upstream update: Boost-1.44 with CMake enabled
- Resolves: #607615

Thu Jul 22 14:00:00 2010 David Malcolm - 1.41.0-13
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

Fri Jun 4 14:00:00 2010 Petr Machata - 1.41.0-12
- Turn on mpich2 on s390. Add arm to the list of arches that openmpi
doesn\'t support.

Fri Jun 4 14:00:00 2010 Petr Machata - 1.41.0-12
- Don\'t distribute cmake support files.
- Related: #597020

Wed Jun 2 14:00:00 2010 Dan Horák - 1.41.0-11
- don\'t build with mpich2/openmpi on s390/s390x

Mon May 10 14:00:00 2010 Petr Machata - 1.41.0-10
- Add an upstream patch that fixes computation of CRC in zlib streams.
- Resolves: #590205

Wed May 5 14:00:00 2010 Rex Dieter - 1.41.0-9
- -devel: own %{_datadir}/cmake/%{name}/
- -devel: Requires: cmake (for %{_datadir}/cmake ownership)

Fri Apr 2 14:00:00 2010 Caolán McNamara - 1.41.0-8
- rebuild for icu

Mon Feb 22 13:00:00 2010 Petr Machata - 1.41.0-7
- Add a patch for serialization of shared pointers to non polymorphic
types

Tue Feb 2 13:00:00 2010 Petr Machata - 1.41.0-6
- More subpackage interdependency adjustments
- boost doesn\'t bring in the MPI stuff. Instead, $MPI-devel does.
It needs to, so that the symbolic links 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

Mon Feb 1 13:00:00 2010 Denis Arnaud - 1.41.0-5
- Various fixes on the specification
- Resolves: #559009

Fri Jan 29 13:00:00 2010 Petr Machata - 1.41.0-5
- Introduce support for both OpenMPI and MPICH2
- Resolves: #559009

Mon Jan 25 13:00:00 2010 Petr Machata - 1.41.0-4
- Add a patch to build mapnik
- Resolves: #558383

Tue Jan 19 13:00:00 2010 Petr Machata - 1.41.0-3
- Generalize the soname selection

Mon Jan 18 13:00:00 2010 Denis Arnaud - 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

Thu Jan 14 13:00:00 2010 Petr Machata - 1.41.0-2
- Replace a boost-math subpackage with a stub
- Drop _cmake_lib_suffix and CMAKE_INSTALL_PREFIX magic, the rpm macro
does that for us
- Drop LICENSE from the umbrella package
- Drop obsolete Obsoletes: boost-python and boost-doc <= 1.30.2

Tue Jan 12 13:00:00 2010 Benjamin Kosnik - 1.41.0-1
- Don\'t package generated debug libs, even with
(-DCMAKE_BUILD_TYPE=RelWithDebInfo | Release).
- Update and include boost-cmake-soname.patch.
- Uncomment ctest.
- Fix up --with tests to run tests.

Sat Dec 19 13:00:00 2009 Denis Arnaud - 1.41.0-0.7
- Switched off the delivery into a versioned sub-directory

Thu Dec 17 13:00:00 2009 Denis Arnaud - 1.41.0-0.6
- Boost-CMake upstream integration

Wed Dec 16 13:00:00 2009 Benjamin Kosnik - 1.41.0-0.5
- Rebase to 1.41.0
- Set build type to RelWithDebInfo
- Resolves: #533922

Mon Nov 16 13:00:00 2009 Denis Arnaud - 1.40.0-1
- Add support for the Boost.MPI sub-package
- Build with CMake (https://svn.boost.org/trac/boost/wiki/CMake)
- Resolves: #529563

Mon Nov 16 13:00:00 2009 Petr Machata - 1.39.0-11
- Move comment in Patch13 out of line

Mon Nov 16 13:00:00 2009 Petr Machata - 1.39.0-10
- translate_exception.hpp misses a include
- Related: #537612

Thu Oct 15 14:00:00 2009 Petr Machata - 1.39.0-9
- Package index.html in the -doc subpackage
- Resolves: #529030

Wed Oct 14 14:00:00 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 14:00:00 2009 Jitesh Shah 1.39.0-7
- Disable long double support for ARM

Tue Sep 8 14:00:00 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 14:00:00 2009 Tomas Mraz - 1.39.0-5
- Make it to be usable with openssl-1.0

Fri Jul 24 14:00:00 2009 Fedora Release Engineering - 1.39.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Thu Jul 2 14:00:00 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 14:00:00 2009 Benjamin Kosnik - 1.39.0-2
- Apply patch from Caolan McNamara
- Resolves: #500030 function_template bug is back...

Thu May 7 14:00:00 2009 Benjamin Kosnik - 1.39.0-1
- Update release.

Wed May 6 14:00:00 2009 Benjamin Kosnik - 1.39.0-0.3
- Fixes for rpmlint.

Wed May 6 14:00:00 2009 Petr Machata - 1.39.0-0.2
- Split up boost package to sub-packages per library
- Resolves: #496188

Wed May 6 14:00:00 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 4 14:00:00 2009 Benjamin Kosnik - 1.37.0-7
- Rebuild for libicu bump.

Mon Mar 23 13:00:00 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 13:00:00 2009 Fedora Release Engineering - 1.37.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Mon Jan 12 13:00:00 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 13:00:00 2008 Petr Machata - 1.37.0-2
- Apply a function_template patch from Caolan McNamara
- Resolves: #477131

Tue Dec 16 13:00:00 2008 Benjamin Kosnik - 1.37.0-1
- Fix rpmlint rpath errors.
- Fix rpmlint warnings on tabs and spaces.
- Bump SONAME to 4

Mon Nov 17 13:00:00 2008 Benjamin Kosnik - 1.37.0-0.1
- Rebase to 1.37.0.

Tue Oct 21 14:00:00 2008 Benjamin Kosnik - 1.36.0-1
- Rebase to 1.36.0.

Mon Oct 6 14:00:00 2008 Petr Machata - 1.34.1-17
- Fix gcc43 patch to apply cleanly under --fuzz=0
- Resolves: #465003

Mon Aug 11 14:00:00 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 14:00:00 2008 Petr Machata - 1.34.1-16
- Fix \"changes meaning of keywords\" in boost date_time
- Related: #450718

Thu May 29 14:00:00 2008 Tom \"spot\" Callaway - 1.34.1-15
- fix license tag

Thu Mar 27 13:00:00 2008 Petr Machata - 1.34.1-14
- Change devel-static back to static.
- Related: #225622

Wed Mar 26 13:00:00 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 13:00:00 2008 Petr Machata - 1.34.1-12
- Fix \"changes meaning of keywords\" in boost python
- Resolves: #432694

Wed Feb 13 13:00:00 2008 Petr Machata - 1.34.1-11
- Fix \"changes meaning of special_values_parser\" in boost date_time
- Resolves: #432433

Wed Feb 6 13:00:00 2008 Petr Machata - 1.34.1-10
- Fixes for GCC 4.3
- Resolves: #431609

Mon Jan 14 13:00:00 2008 Benjamin Kosnik 1.34.1-7
- Fixes for boost.regex (rev 42674).

Wed Sep 19 14:00:00 2007 Benjamin Kosnik 1.34.1-5
- (#283771: Linking against boost libraries fails).

Tue Aug 21 14:00:00 2007 Benjamin Kosnik 1.34.1-4
- Rebuild.

Wed Aug 8 14:00:00 2007 Benjamin Kosnik 1.34.1-3
- Rebuild for icu 3.8 bump.

Thu Aug 2 14:00:00 2007 Benjamin Kosnik 1.34.1-2
- SONAME to 3.

Tue Jul 31 14:00:00 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 14:00:00 2007 Benjamin Kosnik 1.34.1.rc1-0.1
- Update to boost_1_34_1_RC1.

Mon Apr 2 14:00:00 2007 Benjamin Kosnik 1.33.1-13
- (#225622: Merge Review: boost)
Change static to devel-static.

Mon Mar 26 14:00:00 2007 Benjamin Kosnik 1.33.1-12
- (#233523: libboost_python needs rebuild against python 2.5)
Use patch.

Mon Mar 26 14:00:00 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 13:00:00 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 13:00:00 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 13:00:00 2006 Benjamin Kosnik 1.33.1-9
- (#154784: boost-debuginfo package is empty)

Tue Nov 14 13:00:00 2006 Benjamin Kosnik 1.33.1-8
- (#205866: Revert scanner.hpp change.)

Mon Nov 13 13:00:00 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 14:00:00 2006 Jesse Keating - 1.33.1-6.1
- rebuild

Tue May 16 14:00:00 2006 Karsten Hopp 1.33.1-6
- buildrequire python-devel for Python.h

Thu Feb 16 13:00:00 2006 Florian La Roche - 1.33.1-5
- use the real version number to point to the shared libs

Fri Feb 10 13:00:00 2006 Jesse Keating - 1.33.1-4.2
- bump again for double-long bug on ppc(64)

Tue Feb 7 13:00:00 2006 Jesse Keating - 1.33.1-4.1
- rebuilt for new gcc4.1 snapshot and glibc changes

Thu Jan 5 13:00:00 2006 Benjamin Kosnik 1.33.1-4
- Fix symbolic links.

Wed Jan 4 13:00:00 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 13:00:00 2005 Jesse Keating 1.33.1-2
- rebuilt

Mon Nov 14 13:00:00 2005 Benjamin Kosnik 1.33.1-1
- Update to boost-1.33.1 beta.
- Run testsuite, gather results.

Tue Oct 11 14:00:00 2005 Nils Philippsen 1.33.0-4
- build require bzip2-devel and zlib-devel

Tue Aug 23 14:00:00 2005 Benjamin Kosnik 1.33.0-3
- Create doc package again.
- Parts of the above by Neal Becker .

Fri Aug 12 14:00:00 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 14:00:00 2005 Benjamin Kosnik 1.32.0-6
- (#153093: boost warns that gcc 4.0.0 is an unknown compiler)
- (#152205: development .so symbolic links should be in -devel subpackage)
- (#154783: linker .so symbolic links missing from boost-devel package)

Fri Mar 18 13:00:00 2005 Benjamin Kosnik 1.32.0-5
- Revert boost-base.patch to old behavior.
- Use SONAMEVERSION instead of dllversion.

Wed Mar 16 13:00:00 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 symbolic links 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 2 13:00:00 2004 Benjamin Kosnik 1.32.0-3
- (#122817: libboost_
*.so symbolic links missing)
- (#141574: half of the package is missing)
- (#141617: bad patch boost-base.patch)

Wed Dec 1 13:00:00 2004 Benjamin Kosnik 1.32.0-2
- Remove bogus Obsoletes.

Mon Nov 29 13:00:00 2004 Benjamin Kosnik 1.32.0-1
- Update to 1.32.0

Wed Sep 22 14:00:00 2004 Than Ngo 1.31.0-9
- cleanup specfile
- fix multiarch problem

Tue Jun 15 14:00:00 2004 Elliot Lee
- rebuilt

Wed May 5 14:00:00 2004 Warren Togami 1.31.0-7
- missing Obsoletes boost-python

Mon May 3 14:00:00 2004 Benjamin Kosnik
- (#121630: gcc34 patch needed)

Wed Apr 21 14:00:00 2004 Warren Togami
- #121415 FC2 BLOCKER: Obsoletes boost-python-devel, boost-doc
- other cleanups

Tue Mar 30 14:00:00 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 13:00:00 2004 Elliot Lee
- rebuilt

Mon Feb 9 13:00:00 2004 Benjamin Kosnik 1.31.0-2
- Update to boost-1.31.0

Thu Jan 22 13:00:00 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 9 14:00:00 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 8 14:00:00 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 4 14:00:00 2003 Elliot Lee
- rebuilt

Tue May 13 14:00:00 2003 Florian La Roche
- remove packager, change to new Group:

Tue May 6 14:00:00 2003 Tim Powers 1.30.0-3
- add deffattr\'s so we don\'t have unknown users owning files


 
ICM