[gmp-ecm] New upstream release. Drop all patches; all were from upstream subversion and are now applied. Worka

Jerry James jjames at fedoraproject.org
Mon Mar 4 16:39:10 UTC 2013


commit 79a4f70ed87875a9eb14a3fe5c7691a2ea2744a2
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Mon Mar 4 09:38:56 2013 -0700

    New upstream release.
    Drop all patches; all were from upstream subversion and are now applied.
    Workaround for bz 759376 no longer necessary.

 .gitignore                     |    2 +-
 gmp-ecm-gmp51.patch            |  131 ----------------------------------------
 gmp-ecm-ppc64-func-descs.patch |  119 ------------------------------------
 gmp-ecm-thread.patch           |   99 ------------------------------
 gmp-ecm.spec                   |   23 +++-----
 sources                        |    2 +-
 6 files changed, 10 insertions(+), 366 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc0dd35..71615c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/ecm-6.4.3.tar.gz
+/ecm-6.4.4.tar.gz
diff --git a/gmp-ecm.spec b/gmp-ecm.spec
index 717867f..205137c 100644
--- a/gmp-ecm.spec
+++ b/gmp-ecm.spec
@@ -1,17 +1,11 @@
 Name:           gmp-ecm
-Version:        6.4.3
-Release:        2%{?dist}
+Version:        6.4.4
+Release:        1%{?dist}
 Summary:        Elliptic Curve Method for Integer Factorization
 Group:          Applications/Engineering
 License:        GPLv3+
 URL:            https://gforge.inria.fr/projects/ecm/
-Source0:        https://gforge.inria.fr/frs/download.php/30965/ecm-%{version}.tar.gz
-# SVN revision 1971, which makes PPC64 assembly work with --enable-shared
-Patch0:         %{name}-ppc64-func-descs.patch
-# SVN revision 2171, which fixes a bug with multithread support
-Patch1:         %{name}-thread.patch
-# SVN revisions 2320 and 2412, which adapt to GMP 5.1
-Patch2:         %{name}-gmp51.patch
+Source0:        https://gforge.inria.fr/frs/download.php/32159/ecm-%{version}.tar.gz
 
 BuildRequires:  docbook-style-xsl
 BuildRequires:  gmp-devel
@@ -61,9 +55,6 @@ The static libraries for using %{name} for development.
 
 %prep
 %setup -q -n ecm-%{version}
-%patch0
-%patch1
-%patch2
 
 # Fix non-UTF-8 encodings
 for badfile in ChangeLog README AUTHORS ; do
@@ -80,9 +71,6 @@ for badfile in `grep -FRl 'Fifth Floor' .`; do
   rm -f $badfile.orig
 done
 
-# Workaround bz 759376
-sed -i 's/func_apped/func_append/' ltmain.sh
-
 
 %build
 FLGS="--enable-shared --enable-openmp --disable-gmp-cflags"
@@ -177,6 +165,11 @@ make check
 
 
 %changelog
+* Mon Mar  4 2013 Jerry James <loganjerry at gmail.com> - 6.4.4-1
+- New upstream release
+- Drop all patches; all were from upstream subversion and are now applied
+- Workaround for bz 759376 no longer necessary
+
 * Sat Feb 23 2013 Jerry James <loganjerry at gmail.com> - 6.4.3-2
 - Add -gmp51 patch to deal with changes in GMP 5.1
 
diff --git a/sources b/sources
index b98acb0..e81f5a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c6bec30cfd2410bd794cfa55fb7d781  ecm-6.4.3.tar.gz
+927712d698ae9e5de71574fb6ee2316c  ecm-6.4.4.tar.gz


More information about the scm-commits mailing list