[fflas-ffpack] New upstream version. Tests have been fixed; restore %check script.

Jerry James jjames at fedoraproject.org
Mon Nov 7 23:26:32 UTC 2011


commit e396031519c29ac233f65215dace0f83206792c0
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Nov 7 16:26:16 2011 -0700

    New upstream version.
    Tests have been fixed; restore %check script.

 .gitignore        |    2 +-
 fflas-ffpack.spec |   16 ++++++++++++----
 sources           |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a994ee8..b59ad96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/fflas-ffpack-1.4.2.tar.gz
+/fflas-ffpack-1.4.3.tar.gz
diff --git a/fflas-ffpack.spec b/fflas-ffpack.spec
index f63b410..a614529 100644
--- a/fflas-ffpack.spec
+++ b/fflas-ffpack.spec
@@ -5,7 +5,7 @@
 %global debug_package %{nil}
 
 Name:           fflas-ffpack
-Version:        1.4.2
+Version:        1.4.3
 Release:        1%{?dist}
 Summary:        Finite field linear algebra subroutines
 
@@ -71,12 +71,10 @@ done
   --with-lapack=%{_libdir}/atlas
 make %{?_smp_mflags}
 
-# Don't want these files in with the HTML files
-rm -f doc/fflas-ffpack-html/{AUTHORS,COPYING,INSTALL}
-
 # Build the developer documentation, too
 cd doc
 doxygen DoxyfileDev
+cd ..
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -84,6 +82,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
 # Documentation is installed in the wrong place
 rm -fr $RPM_BUILD_ROOT%{_prefix}/docs
 
+# Don't want these files in with the HTML files
+rm -f doc/fflas-ffpack-html/{AUTHORS,COPYING,INSTALL}
+
+%check
+make check
+
 %files devel
 %doc AUTHORS ChangeLog COPYING README TODO
 %{_bindir}/fflas-ffpack-config
@@ -93,6 +97,10 @@ rm -fr $RPM_BUILD_ROOT%{_prefix}/docs
 %doc doc/fflas-ffpack.html doc/fflas-ffpack-html doc/fflas-ffpack-dev-html
 
 %changelog
+* Tue Nov  1 2011 Jerry James <loganjerry at gmail.com> - 1.4.3-1
+- New upstream version
+- Tests have been fixed; restore %%check script
+
 * Mon Aug 29 2011 Jerry James <loganjerry at gmail.com> - 1.4.2-1
 - New upstream version
 - Tests are hopelessly broken; disable for now
diff --git a/sources b/sources
index a04af49..0461b1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b6d736931eb1f081719c5880e788ce0  fflas-ffpack-1.4.2.tar.gz
+8905a211ed48ff374f2f7cf035fa8e86  fflas-ffpack-1.4.3.tar.gz


More information about the scm-commits mailing list