From 2d19f16170f87b3a8a699084c09221941b59a58b Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 2 Feb 2015 09:31:00 -0700 Subject: [PATCH] ntl-8.1.2 Also: - Remove add of tag to libtool mode operations; changes commented lines only. --- .gitignore | 2 +- ntl.spec | 22 +++++++--------------- sources | 2 +- 3 files changed, 9 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index c4e25db..fd0760f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/ntl-6.2.1.tar.gz /ntl-8.1.0.tar.gz +/ntl-8.1.2.tar.gz diff --git a/ntl.spec b/ntl.spec index 11d2a72..daa0d0b 100644 --- a/ntl.spec +++ b/ntl.spec @@ -5,13 +5,14 @@ #define static 1 # no gf2x in rhel/epel, yet -- rex -%if 0%{?fedora} +# gf2x in rhel/epel 7 -- marianne +%if 0%{?fedora} || 0%{?rhel} >= 7 %define gf2x 1 %endif Summary: High-performance algorithms for vectors, matrices, and polynomials Name: ntl -Version: 8.1.0 +Version: 8.1.2 Release: 1%{?dist} License: GPLv2+ @@ -68,19 +69,6 @@ Requires: %{name}-devel%{?_isa} = %{version}-%{release} %setup -q %patch0 -# omit for now, fixes arm ftbfs when CC != gcc, but causes regression: -# http://bugzilla.redhat.com/904348 -# definitely needs more libtool love to get right -- rex -%if 0 -# Specify tag with mode for libtool. -sed -i.mode \ - -e 's| --mode=compile| --tag=CC --mode=compile|' \ - -e 's| --mode=link| --tag=LD --mode=link|' \ - src/def_makefile \ - src/makefile \ - src/mfile -%endif - %build pushd src @@ -154,6 +142,10 @@ done %changelog +* Mon Feb 2 2015 Jerry James - 8.1.2-1 +- ntl-8.1.2 +- Remove add of tag to libtool mode operations; changes commented lines only + * Thu Jan 15 2015 Jerry James - 8.1.0-1 - ntl-8.1.0 diff --git a/sources b/sources index b1c37ac..2e47a89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f03248c3c94469f59c58755e87fab7e ntl-8.1.0.tar.gz +93f36123ac008db31c1031498a9b1e81 ntl-8.1.2.tar.gz