[botan] Disable gmp engine (see bug 1116406).

Thomas Moschny thm at fedoraproject.org
Fri Feb 6 17:35:10 UTC 2015


commit 41ed55682f5f1991640fa5c84dd6a2effd9beefd
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Feb 6 18:34:28 2015 +0100

    Disable gmp engine (see bug 1116406).

 botan.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/botan.spec b/botan.spec
index c7bf754..2dfe915 100644
--- a/botan.spec
+++ b/botan.spec
@@ -2,7 +2,7 @@
 
 Name:           botan
 Version:        %{major_version}.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Crypto library written in C++
 
 Group:          System Environment/Libraries
@@ -23,7 +23,6 @@ BuildRequires:  boost-python-devel
 
 BuildRequires:  bzip2-devel
 BuildRequires:  zlib-devel
-BuildRequires:  gmp-devel
 BuildRequires:  openssl-devel
 
 # do not check .so files in the python_sitelib directory
@@ -45,7 +44,6 @@ Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       pkgconfig
 Requires:       bzip2-devel
 Requires:       zlib-devel
-Requires:       gmp-devel
 Requires:       openssl-devel
 
 %description    devel
@@ -86,10 +84,10 @@ cp -av %{SOURCE1} .
 
 %build
 # we have the necessary prerequisites, so enable optional modules
-%define enable_modules gnump,bzip2,zlib,openssl
+%define enable_modules bzip2,zlib,openssl
 
 # fixme: maybe disable unix_procs, very slow.
-%define disable_modules %{nil}
+%define disable_modules gnump
 
 ./configure.py \
         --prefix=%{_prefix} \
@@ -169,6 +167,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
 
 
 %changelog
+* Thu Feb  5 2015 Thomas Moschny <thomas.moschny at gmx.de> - 1.10.9-3
+- Disable gmp engine (see bug 1116406).
+
 * Thu Feb  5 2015 Thomas Moschny <thomas.moschny at gmx.de> - 1.10.9-2
 - Remove workaround for bug 1186014.
 


More information about the scm-commits mailing list