[ntl] Update to ntl 6.1.0.

Jerry James jjames at fedoraproject.org
Wed Apr 2 14:12:12 UTC 2014


commit 0f0aed3644d3a11506de448ae7faa8dfb45f2f83
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Wed Apr 2 08:11:47 2014 -0600

    Update to ntl 6.1.0.

 .gitignore         |    2 +-
 ntl-sagemath.patch |    2 +-
 ntl.spec           |   12 ++++++------
 sources            |    2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9a11bf0..5e71fa7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/ntl-6.0.0.tar.gz
+/ntl-6.1.0.tar.gz
diff --git a/ntl-sagemath.patch b/ntl-sagemath.patch
index 4e4b34e..7a967e7 100644
--- a/ntl-sagemath.patch
+++ b/ntl-sagemath.patch
@@ -1,6 +1,6 @@
 --- ./include/NTL/tools.h.orig	2013-02-15 07:44:27.000000000 -0700
 +++ ./include/NTL/tools.h	2013-05-03 15:15:53.879506639 -0600
-@@ -289,6 +289,12 @@ long CharToIntVal(long c);
+@@ -293,6 +293,12 @@ long CharToIntVal(long c);
  char IntValToChar(long a);
  
  
diff --git a/ntl.spec b/ntl.spec
index bf4b0d8..cb14b23 100644
--- a/ntl.spec
+++ b/ntl.spec
@@ -6,8 +6,8 @@
 
 Summary: High-performance algorithms for vectors, matrices, and polynomials 
 Name:    ntl 
-Version: 6.0.0
-Release: 2%{?dist}
+Version: 6.1.0
+Release: 1%{?dist}
 
 License: GPLv2+
 URL:     http://shoup.net/ntl/ 
@@ -132,24 +132,24 @@ done
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc README doc/copying.txt 
-%{_libdir}/libntl.so.2*
+%{_libdir}/libntl.so.3*
 
 %files devel 
-%defattr(-,root,root,-)
 %doc doc/*
 %{_includedir}/NTL/
 %{_libdir}/libntl.so
 
 %if 0%{?static}
 %files static
-%defattr(-,root,root,-)
 %{_libdir}/libntl.a
 %endif
 
 
 %changelog
+* Wed Apr  2 2014 Jerry James <loganjerry at gmail.com> - 6.1.0-1
+- ntl-6.1.0
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index f9cce69..ddb9738 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71e603b8314feff8a446d8629e69d596  ntl-6.0.0.tar.gz
+0fd085629aca42c684cd55b51d9a1f69  ntl-6.1.0.tar.gz


More information about the scm-commits mailing list