From da0e080e4c58f01615b517c7b57d6716ff48d668 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Mon, 19 Aug 2013 17:04:25 +0200 Subject: [PATCH] Bump odeint obsoletes and provides --- boost.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/boost.spec b/boost.spec index 4fe80c1..501dd8b 100644 --- a/boost.spec +++ b/boost.spec @@ -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 - 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 - 1.54.0-2 - Fix detection of availability of 128-bit integers in Boost.LexicalCast (boost-1.54.0-lexical_cast-int128.patch)