Hello community,

here is the log from the commit of package mpir for openSUSE:Factory checked in 
at 2015-12-01 09:19:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpir (Old)
 and      /work/SRC/openSUSE:Factory/.mpir.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpir"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpir/mpir.changes        2015-08-19 
09:29:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mpir.new/mpir.changes   2015-12-01 
09:19:10.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Nov 14 12:14:30 UTC 2015 - [email protected]
+
+- Update to new upstream release 2.7.2
+* Remove recently added basecase division which to be proved buggy.
+- Drop 0001-Fix-bug-in-t-scan-test.patch, t_assign.diff
+  (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-bug-in-t-scan-test.patch
  mpir-2.6.0.tar.lzma
  t_assign.diff

New:
----
  mpir-2.7.2.tar.lz

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

Other differences:
------------------
++++++ mpir.spec ++++++
--- /var/tmp/diff_new_pack.t7kT2U/_old  2015-12-01 09:19:11.000000000 +0100
+++ /var/tmp/diff_new_pack.t7kT2U/_new  2015-12-01 09:19:11.000000000 +0100
@@ -17,9 +17,9 @@
 
 
 Name:           mpir
-%define lname  libmpir11
-%define lnamexx        libmpirxx4
-Version:        2.6.0
+%define lname  libmpir16
+%define lnamexx        libmpirxx8
+Version:        2.7.2
 Release:        0
 Summary:        Multiprecision integer library derived from GMP
 License:        LGPL-3.0+
@@ -28,13 +28,11 @@
 
 #Git-Clone:    git://github.com/wbhart/mpir
 #Git-Web:      https://github.com/wbhart/mpir
-Source:         http://mpir.org/%name-%version.tar.lzma
+Source:         http://mpir.org/%name-%version.tar.lz
 Patch1:         gmp-noexec.diff
-Patch2:         0001-Fix-bug-in-t-scan-test.patch
-Patch3:         t_assign.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
-BuildRequires:  lzma
+BuildRequires:  lzip
 # ppc64le excluded because asm files in
 # mpn/powerpc64/mode64/* are ABI version 1.
 ExcludeArch:    ppc64le
@@ -83,7 +81,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -p1
 
 %build
 export CFLAGS="%optflags -fexceptions"
@@ -96,10 +94,10 @@
 
 %install
 %make_install
-rm -f "%buildroot/%_libdir"/*.la;
+rm -f "%buildroot/%_libdir"/*.la
 
 %check
-make check
+make check %{?_smp_mflags}
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig


Reply via email to