From fe58a0cb44174ee5244c262e7687f9590896d466 Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Mar 11 2013 13:49:59 +0000 Subject: sync with upstream bugfix release 1.16 improves compatibility with python 3.3 --- diff --git a/.gitignore b/.gitignore index a1256ef..5c5dd81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /gmpy-1.14.zip /gmpy-1.15.zip +/gmpy-1.16.zip diff --git a/gmpy.spec b/gmpy.spec index 6f0307f..f34de23 100644 --- a/gmpy.spec +++ b/gmpy.spec @@ -1,6 +1,6 @@ Name: gmpy -Version: 1.15 -Release: 3%{?dist} +Version: 1.16 +Release: 1%{?dist} Summary: A Python interface to the GNU Multiple Precision Arithmetic Library Group: Development/Libraries @@ -65,6 +65,9 @@ rm -rf %{buildroot} %changelog +* Mon Mar 11 2013 Michael J Gruber 1.16-1 +- sync with upstream + * Wed Feb 13 2013 Fedora Release Engineering - 1.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 19a89b6..3ea643d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65b6f19cc414c936e82d189f9b3e4bd2 gmpy-1.15.zip +79ddb7049426ef751accd4291f20bfd2 gmpy-1.16.zip