[python-gmpy2] New upstream release.

Jerry James jjames at fedoraproject.org
Mon Jan 19 18:12:19 UTC 2015


commit 9a7ade4d2d2bf9214fc0c4a911dd2d7309492116
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Jan 19 11:12:34 2015 -0700

    New upstream release.
    
    Also:
    - Drop patch for 32-bit systems, fixed upstream.

 .gitignore               |    2 +-
 python-gmpy2-32bit.patch |   25 -------------------------
 python-gmpy2.spec        |   16 ++++++----------
 sources                  |    2 +-
 4 files changed, 8 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a2676f..df3f4dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/gmpy2-2.0.4.zip
+/gmpy2-2.0.5.zip
diff --git a/python-gmpy2.spec b/python-gmpy2.spec
index 72b1684..420e4e9 100644
--- a/python-gmpy2.spec
+++ b/python-gmpy2.spec
@@ -1,12 +1,11 @@
-%if 0%{?fedora} >= 12 || 0%{?rhel} >= 8
+%if 0%{?fedora} || 0%{?rhel} >= 8
 %global with_py3 1
 %endif
 
 %global pkgname gmpy2
-%global is32 %(python -c 'import sys; print "1" if sys.maxint == 2147483647 else "0"')
 
 Name:           python-%{pkgname}
-Version:        2.0.4
+Version:        2.0.5
 Release:        1%{?dist}
 Summary:        Python 2 interface to GMP, MPFR, and MPC
 
@@ -16,9 +15,6 @@ Summary:        Python 2 interface to GMP, MPFR, and MPC
 License:        LGPLv3+ and Python
 URL:            https://pypi.python.org/pypi/gmpy2
 Source0:        https://pypi.python.org/packages/source/g/%{pkgname}/%{pkgname}-%{version}.zip
-# Fix the tests on 32-bit python2 systems.
-# https://code.google.com/p/gmpy/issues/detail?id=91
-Patch0:         %{name}-32bit.patch
 
 BuildRequires:  gmp-devel
 BuildRequires:  libmpc-devel
@@ -76,10 +72,6 @@ cp -a %{pkgname}-%{version} python3-%{pkgname}-%{version}
 sed -i 's/sphinx-build/&-3/' python3-%{pkgname}-%{version}/docs/Makefile
 %endif
 
-%if 0%{?is32}
-%patch0
-%endif
-
 %build
 # Adapt to 64-bit systems
 if [ "%{_libdir}" = "%{_prefix}/lib64" ]; then
@@ -143,6 +135,10 @@ popd
 %endif
 
 %changelog
+* Mon Jan 19 2015 Jerry James <loganjerry at gmail.com> - 2.0.5-1
+- New upstream release
+- Drop patch for 32-bit systems, fixed upstream
+
 * Mon Oct 13 2014 Jerry James <loganjerry at gmail.com> - 2.0.4-1
 - New upstream release
 
diff --git a/sources b/sources
index f99c2e3..8bc5530 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5f0e5bbb64fcd1582ddd5079c9a7b73  gmpy2-2.0.4.zip
+95f008bcab6372164358123f43e3f490  gmpy2-2.0.5.zip


More information about the scm-commits mailing list