Hello community,

here is the log from the commit of package gmp for openSUSE:Factory checked in 
at 2013-02-14 20:37:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gmp (Old)
 and      /work/SRC/openSUSE:Factory/.gmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gmp", Maintainer is "rguent...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gmp/gmp.changes  2012-09-17 15:14:08.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gmp.new/gmp.changes     2013-02-14 
20:37:57.000000000 +0100
@@ -1,0 +2,23 @@
+Wed Feb 13 09:16:09 UTC 2013 - rguent...@suse.com
+
+- Update to GMP 5.1.1 release.
+  * Aarch64 alias ARM64 support now works.
+  * A possible buffer overrun in mpz_ior has been fixed.
+  * A rare sign flip in mpz_remove has been fixed.
+  * A bug causing problems with mpf numbers with absolute value >= 2^31 has
+    been fixed.
+  * Several bugs in mini-gmp have been fixed.
+  * Preliminary support for the x32 ABI under x86-64.
+
+-------------------------------------------------------------------
+Wed Dec 19 09:47:43 UTC 2012 - rguent...@suse.com
+
+- Update to GMP 5.1.0 release.
+  * Bug fixes and speedups
+  * Many new CPUs recognised
+  * New functions for multi-factorials, and primorial: mpz_2fac_ui,
+    mpz_mfac_uiui and mpz_primorial_ui
+  * The fat binary mechanism is now more robust in its CPU recognition
+  * Drops support for BSD compatibility library
+
+-------------------------------------------------------------------

Old:
----
  gmp-5.0.5-remove-cpuid-abort.diff
  gmp-5.0.5.tar.bz2

New:
----
  gmp-5.1.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gmp.spec ++++++
--- /var/tmp/diff_new_pack.RXVzpx/_old  2013-02-14 20:37:58.000000000 +0100
+++ /var/tmp/diff_new_pack.RXVzpx/_new  2013-02-14 20:37:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gmp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %ifarch ppc64
 Obsoletes:      gmp-64bit
 %endif
-Version:        5.0.5
+Version:        5.1.1
 Release:        0
 Summary:        The GNU MP Library
 License:        GPL-3.0+ and LGPL-3.0+
@@ -31,7 +31,6 @@
 Source:         gmp-%{version}.tar.bz2
 Source2:        baselibs.conf
 Patch0:         gmp-noexec.diff
-Patch1:         gmp-5.0.5-remove-cpuid-abort.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,27 +48,17 @@
 %package -n libgmpxx4
 Summary:        C++ bindings for the GNU MP Library
 Group:          System/Libraries
-Requires:       libgmp10 = %{version}
+Requires:       libgmp10 >= %{version}
 
 %description -n libgmpxx4
 C++ bindings for the GNU MP Library.
 
 
-%package -n libmp3
-Summary:        BSD libmp bindings for the GNU MP Library
-Group:          System/Libraries
-Requires:       libgmp10 = %{version}
-
-%description -n libmp3
-BSD libmp bindings for the GNU MP Library.
-
-
 %package devel
 Summary:        Include Files and Libraries for Development with the GNU MP 
Library
 Group:          Development/Languages/C and C++
 Requires:       libgmp10 = %{version}
 Requires:       libgmpxx4 = %{version}
-Requires:       libmp3 = %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:      gmp-devel-64bit
@@ -86,7 +75,6 @@
 %ifnarch %arm
 %patch0
 %endif
-%patch1 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fexceptions";
@@ -105,15 +93,11 @@
 rm $RPM_BUILD_ROOT%{_libdir}/libgmp.la
 rm $RPM_BUILD_ROOT%{_libdir}/libgmpxx.la
 rm $RPM_BUILD_ROOT%{_libdir}/libgmpxx.a
-rm $RPM_BUILD_ROOT%{_libdir}/libmp.a
-rm $RPM_BUILD_ROOT%{_libdir}/libmp.la
 
 %post -n libgmp10 -p /sbin/ldconfig
 
 %post -n libgmpxx4 -p /sbin/ldconfig
 
-%post -n libmp3 -p /sbin/ldconfig
-
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
@@ -121,8 +105,6 @@
 
 %postun -n libgmpxx4 -p /sbin/ldconfig
 
-%postun -n libmp3 -p /sbin/ldconfig
-
 %postun devel
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
@@ -134,10 +116,6 @@
 %defattr(-,root,root)
 %{_libdir}/libgmpxx.so.4*
 
-%files -n libmp3
-%defattr(-,root,root)
-%{_libdir}/libmp.so.3*
-
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS README NEWS
@@ -146,9 +124,7 @@
 %{_libdir}/libgmp.a
 %{_libdir}/libgmp.so
 %{_libdir}/libgmpxx.so
-%{_libdir}/libmp.so
 /usr/include/gmp.h
 /usr/include/gmpxx.h
-/usr/include/mp.h
 
 %changelog

++++++ gmp-5.0.5.tar.bz2 -> gmp-5.1.1.tar.bz2 ++++++
++++ 182000 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to