From 1ab004f2d7f3bf3a876d72a42e1f4abb121d08c6 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Thu, 5 Feb 2015 18:01:55 +0100 Subject: [PATCH] Remove workaround for bug 1186014. --- botan.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/botan.spec b/botan.spec index 1168f46..c7bf754 100644 --- a/botan.spec +++ b/botan.spec @@ -2,7 +2,7 @@ Name: botan Version: %{major_version}.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Crypto library written in C++ Group: System Environment/Libraries @@ -13,18 +13,13 @@ URL: http://botan.randombit.net/ Source0: Botan-%{version}.stripped.tbz Source1: README.fedora Patch0: botan-aarch64.patch -Patch1: botan-1.10-add-ppc64le.patch +Patch1: botan-1.10-add-ppc64le.patch BuildRequires: gcc-c++ BuildRequires: python BuildRequires: python-sphinx BuildRequires: python-devel -%if 0%{?fedora} >= 22 -# work around bug 1186014 -BuildRequires: boost-python-devel%{?_isa} -%else BuildRequires: boost-python-devel -%endif BuildRequires: bzip2-devel BuildRequires: zlib-devel @@ -174,6 +169,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate %changelog +* Thu Feb 5 2015 Thomas Moschny - 1.10.9-2 +- Remove workaround for bug 1186014. + * Sat Jan 31 2015 Thomas Moschny - 1.10.9-1 - Update to 1.10.9.