diff --git a/.cvsignore b/.cvsignore index 2f4c466..3864d7d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ntl-5.5.tar.gz +ntl-5.5.2.tar.gz diff --git a/ntl.spec b/ntl.spec index 1e12a12..fb86d09 100644 --- a/ntl.spec +++ b/ntl.spec @@ -6,8 +6,8 @@ Summary: High-performance algorithms for vectors, matrices, and polynomials Name: ntl -Version: 5.5 -Release: 2%{?dist} +Version: 5.5.2 +Release: 1%{?dist} License: GPLv2+ URL: http://shoup.net/ntl/ @@ -59,7 +59,7 @@ Requires: %{name}-devel = %{version}-%{release} %build -cd src +pushd src ./configure \ CC="%{__cc}" \ CXX="%{__cxx}" \ @@ -71,10 +71,10 @@ cd src LIBDIR=%{_libdir} \ NTL_GMP_LIP=on \ SHARED=on -cd - +popd # not smp-safe -make -C src +make -C src %check @@ -135,6 +135,9 @@ rm -rf %{buildroot} %changelog +* Fri Sep 18 2009 Rex Dieter - 5.5.2-1 +- ntl-5.5.2 + * Sat Jul 25 2009 Fedora Release Engineering - 5.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 2695c10..4f3ec5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41323fefa47de772d92807633c32b721 ntl-5.5.tar.gz +2e0afa1fa3b325e562ce89da57cba983 ntl-5.5.2.tar.gz