[botan] Remove workaround for bug 1186014.

Thomas Moschny thm at fedoraproject.org
Thu Feb 5 17:06:52 UTC 2015


commit 1ab004f2d7f3bf3a876d72a42e1f4abb121d08c6
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Thu Feb 5 18:01:55 2015 +0100

    Remove workaround for bug 1186014.

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


More information about the scm-commits mailing list