[libfplll] New upstream release. All patches have been upstreamed.

Jerry James jjames at fedoraproject.org
Fri May 31 19:34:18 UTC 2013


commit 937ca4efd4e7990ebd0edbd27eb5bbd5513f5e21
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Fri May 31 13:34:01 2013 -0600

    New upstream release.
    All patches have been upstreamed.

 .gitignore              |    2 +-
 libfplll-aarch64.patch  | 1149 -----------------------------------------------
 libfplll-fplllv31.patch |   29 --
 libfplll.spec           |   13 +-
 sources                 |    2 +-
 5 files changed, 7 insertions(+), 1188 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b7ef2a..7268932 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/libfplll-4.0.3.tar.gz
+/libfplll-4.0.4.tar.gz
diff --git a/libfplll.spec b/libfplll.spec
index 40d9536..2615edf 100644
--- a/libfplll.spec
+++ b/libfplll.spec
@@ -1,5 +1,5 @@
 Name:           libfplll
-Version:        4.0.3
+Version:        4.0.4
 Release:        1%{?dist}
 Summary:        LLL-reduces euclidean lattices
 Group:          System Environment/Libraries
@@ -9,11 +9,6 @@ Source0:        http://perso.ens-lyon.fr/damien.stehle/fplll/%{name}-%{version}.
 
 BuildRequires:  mpfr-devel
 
-# Improve compatibility with version 3.x
-Patch0:         %{name}-fplllv31.patch
-# Add support for building on aarch64
-Patch1:         %{name}-aarch64.patch
-
 %description
 fplll contains several algorithms on lattices that rely on
 floating-point computations. This includes implementations of the
@@ -49,8 +44,6 @@ the functionality of %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --disable-static LDFLAGS="-Wl,--as-needed $RPM_LD_FLAGS"
@@ -94,6 +87,10 @@ make check
 
 
 %changelog
+* Fri May 31 2013 Jerry James <loganjerry at gmail.com> - 4.0.4-1
+- New upstream release
+- All patches have been upstreamed
+
 * Mon May  6 2013 Jerry James <loganjerry at gmail.com> - 4.0.3-1
 - New upstream release
 
diff --git a/sources b/sources
index c5560f1..73a28e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8262d7361bc1f89d9fbf83bb47c12971  libfplll-4.0.3.tar.gz
+5f418674e20908a9e105b999fa4ab3a6  libfplll-4.0.4.tar.gz


More information about the scm-commits mailing list