Remove workaround for bug 1186014.

This commit is contained in:
Thomas Moschny 2015-02-05 18:01:55 +01:00
parent a67d57e0c0
commit 1ab004f2d7
1 changed files with 5 additions and 7 deletions

View File

@ -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
@ -19,12 +19,7 @@ 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 <thomas.moschny@gmx.de> - 1.10.9-2
- Remove workaround for bug 1186014.
* Sat Jan 31 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.10.9-1
- Update to 1.10.9.