ntl-9.1.0

This commit is contained in:
Jerry James 2015-05-09 10:22:53 -06:00
parent a65b46bf62
commit 1c84d225dc
4 changed files with 14 additions and 10 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/ntl-8.1.0.tar.gz
/ntl-8.1.2.tar.gz
/ntl-9.1.0.tar.gz

View File

@ -1,6 +1,6 @@
--- ./include/NTL/tools.h.orig 2015-01-09 06:58:19.000000000 -0700
+++ ./include/NTL/tools.h 2015-01-12 20:00:00.000000000 -0700
@@ -406,7 +406,12 @@ void swap(WrappedPtr<T,Deleter>& x, Wrap
--- ./include/NTL/tools.h.orig 2015-05-02 05:33:11.000000000 -0600
+++ ./include/NTL/tools.h 2015-05-02 16:21:34.715795969 -0600
@@ -523,7 +523,12 @@ void swap(WrappedPtr<T,Deleter>& x, Wrap
// Error Handling
@ -14,8 +14,8 @@
class ErrorObject : public NTL_SNS runtime_error {
public:
--- ./src/tools.c.orig 2015-01-09 06:58:19.000000000 -0700
+++ ./src/tools.c 2015-01-12 20:00:00.000000000 -0700
--- ./src/tools.c.orig 2015-05-02 05:33:10.000000000 -0600
+++ ./src/tools.c 2015-05-02 16:21:34.716795889 -0600
@@ -17,9 +17,33 @@ NTL_START_IMPL
NTL_THREAD_LOCAL void (*ErrorCallback)() = 0;

View File

@ -12,8 +12,8 @@
Summary: High-performance algorithms for vectors, matrices, and polynomials
Name: ntl
Version: 8.1.2
Release: 3%{?dist}
Version: 9.1.0
Release: 1%{?dist}
License: GPLv2+
URL: http://shoup.net/ntl/
@ -82,6 +82,7 @@ pushd src
LIBDIR=%{_libdir} \
NTL_GMP_LIP=on \
%{?gf2x:NTL_GF2X_LIB=on} \
NTL_PCLMUL=off \
SHARED=on
popd
@ -128,7 +129,7 @@ done
%files
%doc README
%license doc/copying.txt
%{_libdir}/libntl.so.9*
%{_libdir}/libntl.so.13*
%files devel
%doc doc/*
@ -142,6 +143,9 @@ done
%changelog
* Sat May 9 2015 Jerry James <loganjerry@gmail.com> - 9.1.0-1
- ntl-9.1.0
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 8.1.2-3
- Rebuilt for GCC 5 C++11 ABI change

View File

@ -1 +1 @@
93f36123ac008db31c1031498a9b1e81 ntl-8.1.2.tar.gz
5a1a30c74aa67642ccad168e8d5814a7 ntl-9.1.0.tar.gz