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.