diff --git a/nettle.spec b/nettle.spec index 0528893..1afb04d 100644 --- a/nettle.spec +++ b/nettle.spec @@ -1,6 +1,6 @@ Name: nettle Version: 3.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A low-level cryptographic library Group: Development/Libraries @@ -11,7 +11,7 @@ Source0: %{name}-%{version}-hobbled.tar.gz Patch0: nettle-3.1.1-remove-ecc-testsuite.patch Patch1: nettle-3.1.1-sha3-fix.patch -BuildRequires: gmp-devel m4 texinfo-tex texlive-dvips ghostscript +BuildRequires: gmp-devel m4 texinfo-tex Requires(post): info Requires(preun): info @@ -47,7 +47,7 @@ sed 's/ecc-224.c//g' -i Makefile.in %patch1 -p1 %build -%configure --enable-shared +%configure --enable-shared --disable-arm-neon make %{?_smp_mflags} @@ -100,6 +100,9 @@ fi %changelog +* Wed Dec 2 2015 Nikos Mavrogiannopoulos - 3.1.1-5 +- Disabled arm-neon unconditionally (#1287298) + * Thu Oct 22 2015 Nikos Mavrogiannopoulos - 3.1.1-4 - Fixed SHA3 implementation to conform to published version (#1252935)