Bump odeint obsoletes and provides

This commit is contained in:
Petr Machata 2013-08-19 17:04:25 +02:00
parent 9f44c82afd
commit da0e080e4c
1 changed files with 11 additions and 7 deletions

View File

@ -36,7 +36,7 @@ Name: boost
Summary: The free peer-reviewed portable C++ source libraries
Version: 1.54.0
%define version_enc 1_54_0
Release: 2%{?dist}
Release: 3%{?dist}
License: Boost and MIT and Python
%define toplev_dirname %{name}_%{version_enc}
@ -444,10 +444,10 @@ Requires: libicu-devel%{?_isa}
# Odeint was shipped in Fedora 18, but later became part of Boost.
# Note we also obsolete odeint-doc down there.
# https://bugzilla.redhat.com/show_bug.cgi?id=892850
Provides: odeint = 2.2-4
Obsoletes: odeint < 2.2-4
Provides: odeint-devel = 2.2-4
Obsoletes: odeint-devel < 2.2-4
Provides: odeint = 2.2-5
Obsoletes: odeint < 2.2-5
Provides: odeint-devel = 2.2-5
Obsoletes: odeint-devel < 2.2-5
%description devel
Headers and shared object symbolic links for the Boost C++ libraries.
@ -471,8 +471,8 @@ BuildArch: noarch
Provides: boost-python-docs = %{version}-%{release}
# See the description above.
Provides: odeint-doc = 2.2-4
Obsoletes: odeint-doc < 2.2-4
Provides: odeint-doc = 2.2-5
Obsoletes: odeint-doc < 2.2-5
%description doc
This package contains the documentation in the HTML format of the Boost C++
@ -1246,6 +1246,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/bjam.1*
%changelog
* Mon Aug 19 2013 Petr Machata <pmachata@redhat.com> - 1.54.0-3
- Bump odeint obsoletes and provides a notch to cover a build that
sneaked into rawhide (bug 892850).
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 1.54.0-2
- Fix detection of availability of 128-bit integers in
Boost.LexicalCast (boost-1.54.0-lexical_cast-int128.patch)