[mingw-gmp] New upstream release.

mooninite mooninite at fedoraproject.org
Fri May 10 00:10:30 UTC 2013


commit a7a3200578462aff1915b609b416ebff729b31ec
Author: Michael Cronenworth <mike at cchtml.com>
Date:   Thu May 9 19:10:26 2013 -0500

    New upstream release.

 .gitignore     |    1 +
 mingw-gmp.spec |   13 +++++--------
 sources        |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e20eccf..f267fe1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gmp-5.0.2.tar.bz2
 /gmp-5.0.5.tar.xz
+/gmp-5.1.1.tar.xz
diff --git a/mingw-gmp.spec b/mingw-gmp.spec
index 0e77fd1..e6d88a3 100644
--- a/mingw-gmp.spec
+++ b/mingw-gmp.spec
@@ -1,8 +1,8 @@
 %{?mingw_package_header}
 
 Name:       mingw-gmp
-Version:    5.0.5
-Release:    2%{?dist}
+Version:    5.1.1
+Release:    1%{?dist}
 
 Summary:    Cross-compiled GNU arbitrary precision library
 License:    LGPLv3+
@@ -108,13 +108,10 @@ rm -r $RPM_BUILD_ROOT/%{mingw64_prefix}/share
 %doc NEWS README COPYING COPYING.LIB
 %{mingw32_bindir}/libgmp-10.dll
 %{mingw32_bindir}/libgmpxx-4.dll
-%{mingw32_bindir}/libmp-3.dll
 %{mingw32_libdir}/libgmp.dll.a
 %{mingw32_libdir}/libgmpxx.dll.a
-%{mingw32_libdir}/libmp.dll.a
 %{mingw32_includedir}/gmp.h
 %{mingw32_includedir}/gmpxx.h
-%{mingw32_includedir}/mp.h
 
 
 # Win64
@@ -122,16 +119,16 @@ rm -r $RPM_BUILD_ROOT/%{mingw64_prefix}/share
 %doc NEWS README COPYING COPYING.LIB
 %{mingw64_bindir}/libgmp-10.dll
 %{mingw64_bindir}/libgmpxx-4.dll
-%{mingw64_bindir}/libmp-3.dll
 %{mingw64_libdir}/libgmp.dll.a
 %{mingw64_libdir}/libgmpxx.dll.a
-%{mingw64_libdir}/libmp.dll.a
 %{mingw64_includedir}/gmp.h
 %{mingw64_includedir}/gmpxx.h
-%{mingw64_includedir}/mp.h
 
 
 %changelog
+* Thu May 09 2013 Michael Cronenworth <mike at cchtml.com> - 5.1.1-1
+- New upstream release.
+
 * Sun Jan 27 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.0.5-2
 - Rebuild against mingw-gcc 4.8 (win64 uses SEH exceptions now)
 
diff --git a/sources b/sources
index 8d044b6..b557619 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8aef50959acec2a1ad41d144ffe0f3b5  gmp-5.0.5.tar.xz
+485b1296e6287fa381e6015b19767989  gmp-5.1.1.tar.xz


More information about the scm-commits mailing list