[fflas-ffpack] Update to latest upstream release 1.6.0 (#837427)

pcpa pcpa at fedoraproject.org
Sat Jul 14 16:51:25 UTC 2012


commit 9fc478f77762a56187237d0a491c2a8177955b3b
Author: pcpa <paulo.cesar.pereira.de.andrade at gmail.com>
Date:   Sat Jul 14 13:50:27 2012 -0400

    Update to latest upstream release 1.6.0 (#837427)

 .gitignore                |    1 +
 fflas-ffpack-64bit.patch  |   31 ------
 fflas-ffpack-gcc47.patch  |  262 ---------------------------------------------
 fflas-ffpack-inline.patch |  140 ------------------------
 fflas-ffpack.spec         |   25 ++---
 sources                   |    2 +-
 6 files changed, 13 insertions(+), 448 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b59ad96..9bf9ad4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fflas-ffpack-1.4.3.tar.gz
+/fflas-ffpack-1.6.0.tar.gz
diff --git a/fflas-ffpack.spec b/fflas-ffpack.spec
index 753ba4c..5bcfe31 100644
--- a/fflas-ffpack.spec
+++ b/fflas-ffpack.spec
@@ -5,8 +5,8 @@
 %global debug_package %{nil}
 
 Name:           fflas-ffpack
-Version:        1.4.3
-Release:        3%{?dist}
+Version:        1.6.0
+Release:        1%{?dist}
 Summary:        Finite field linear algebra subroutines
 
 Group:          Development/Libraries
@@ -14,16 +14,9 @@ Group:          Development/Libraries
 License:        LGPLv2+ and CeCILL-B
 URL:            http://linalg.org/projects/fflas-ffpack
 Source0:        http://linalg.org/%{name}-%{version}.tar.gz
-# Sent upstream 3 May 2012.  Fixes compilation with GCC 4.7.
-Patch0:         %{name}-gcc47.patch
+
 # Patch from upstream discussion list.  Fixes building with debug.
 Patch1:         %{name}-debug.patch
-# Patch from upstream discussion list.  Fixes build failures due to nonline
-# functions declared in header files.
-Patch2:         %{name}-inline.patch
-# Patch from Paulo César Pereira de Andrade, sent upstream 3 May 2012.  Fix
-# compilation of 64-bit clients.
-Patch3:         %{name}-64bit.patch
 
 BuildRequires:  atlas-devel
 BuildRequires:  doxygen
@@ -58,10 +51,7 @@ API documentation for fflas-ffpack.
 
 %prep
 %setup -q
-%patch0
-%patch1
-%patch2
-%patch3
+%patch1 -p1
 
 # Fix character encodings
 for f in AUTHORS TODO; do
@@ -111,6 +101,13 @@ make check
 %doc doc/fflas-ffpack.html doc/fflas-ffpack-html doc/fflas-ffpack-dev-html
 
 %changelog
+* Tue Jul 3 2012 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 1.6.0-1
+- Update to latest upstream release.
+- Remove gcc 4.7 patch already applied to upstream tarball.
+- Rediff fflas-ffpack-debug patch.
+- Remove fflas-ffpack-inline patch already applied to upstream tarball.
+- Remove fflas-ffpack-64bit patch already applied to upstream tarball.
+
 * Thu May  3 2012 Jerry James <loganjerry at gmail.com> - 1.4.3-3
 - Add debug, inline, and 64bit patches
 
diff --git a/sources b/sources
index 0461b1f..d8bbcf2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8905a211ed48ff374f2f7cf035fa8e86  fflas-ffpack-1.4.3.tar.gz
+726f40bcdbde725469c9f2e4ebbe1d05  fflas-ffpack-1.6.0.tar.gz


More information about the scm-commits mailing list