From 8e3e8209dfe37850b6d3e3128483c5745243f3f0e44b025a1b77596fe4eafdf4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 24 Jun 2016 08:19:01 +0000 Subject: [PATCH 1/2] Accepting request 404342 from home:AndreasStieger:branches:devel:libraries:c_c++ gmp 6.1.1 OBS-URL: https://build.opensuse.org/request/show/404342 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=65 --- gmp-6.1.0.tar.bz2 | 3 --- gmp-6.1.0.tar.bz2.sig | Bin 96 -> 0 bytes gmp-6.1.1.tar.bz2 | 3 +++ gmp-6.1.1.tar.bz2.sig | Bin 0 -> 351 bytes gmp.changes | 7 +++++++ gmp.spec | 15 ++++++--------- 6 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 gmp-6.1.0.tar.bz2 delete mode 100644 gmp-6.1.0.tar.bz2.sig create mode 100644 gmp-6.1.1.tar.bz2 create mode 100644 gmp-6.1.1.tar.bz2.sig diff --git a/gmp-6.1.0.tar.bz2 b/gmp-6.1.0.tar.bz2 deleted file mode 100644 index ed5f569..0000000 --- a/gmp-6.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:498449a994efeba527885c10405993427995d3f86b8768d8cdf8d9dd7c6b73e8 -size 2383840 diff --git a/gmp-6.1.0.tar.bz2.sig b/gmp-6.1.0.tar.bz2.sig deleted file mode 100644 index 2d4de5ca5ba8f5e3632e60b6825ccca2d1c33cbdd6d3dd954eccb86e044de003..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 96 zcmV-m0H6PeUIYLU2ml5J0#-ISGXM$+5Z&)-R!|f{-*Aio|5pM>8k|o}-LfL;BF(1H zG2N3MZtO)g=|o@!86GS zJt;#V0-*6Zl?=&K(C|hQjvS4lrpprYDZ;*RT+5;OL)-|`LGQt12Nu}#|LzS?5+xQw zMdi+bUqN`;n^qyA$g&La+VD)TEZ<E_sMp~pyR82XAYvBp?nf7CJnH|zD` zt*$ zraS&)dEMg*;@?_5=nG%O%lay3Ubun`47}V2aA6wy3@o+(^cy{sz1UmCpZ-<~g2T~4 xhC;Px?pRsVi|180qbv2?`8?nVIN=87{I3~(G{}Q*>GYT#-f9_(rmdKz-iD-nt{eaW literal 0 HcmV?d00001 diff --git a/gmp.changes b/gmp.changes index 46e4579..d6ab980 100644 --- a/gmp.changes +++ b/gmp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 23 21:04:04 UTC 2016 - astieger@suse.com + +- gmp 6.1.1: + * Work around faulty cpuid on some recent Intel chips (this + allows GMP to run on Skylake Pentiums). + ------------------------------------------------------------------- Mon Nov 2 08:57:09 UTC 2015 - rguenther@suse.com diff --git a/gmp.spec b/gmp.spec index 3c0a407..a52e545 100644 --- a/gmp.spec +++ b/gmp.spec @@ -1,7 +1,7 @@ # # spec file for package gmp # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gmp -Version: 6.1.0 +Version: 6.1.1 Release: 0 Summary: The GNU MP Library License: GPL-3.0+ and LGPL-3.0+ @@ -57,7 +57,7 @@ Summary: Include Files and Libraries for Development with the GNU MP Libr Group: Development/Languages/C and C++ Requires: libgmp10 = %{version} Requires: libgmpxx4 = %{version} -Requires(pre): %{install_info_prereq} +Requires(pre): %{install_info_prereq} %description devel These libraries are needed to develop programs which calculate with @@ -71,6 +71,7 @@ huge numbers (integer and floating point). # Do not use %%configure here, that will break build on SLE11 because # there we pass a mismatched --target. See bnc#870358. export CFLAGS="%{optflags} -fexceptions" +# FIXME: you should use the %%configure macro ./configure \ --host=%{_host} \ --build=%{_build} \ @@ -86,22 +87,18 @@ make %{?_smp_mflags} make %{?_smp_mflags} check %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +make %{?_smp_mflags} DESTDIR=%{buildroot} install rm %{buildroot}%{_libdir}/libgmp.la rm %{buildroot}%{_libdir}/libgmpxx.la rm %{buildroot}%{_libdir}/libgmpxx.a %post -n libgmp10 -p /sbin/ldconfig - %post -n libgmpxx4 -p /sbin/ldconfig - %post devel %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %postun -n libgmp10 -p /sbin/ldconfig - %postun -n libgmpxx4 -p /sbin/ldconfig - %postun devel %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz @@ -117,7 +114,7 @@ rm %{buildroot}%{_libdir}/libgmpxx.a %defattr(-,root,root) %doc AUTHORS README NEWS %doc demos -%doc %{_infodir}/gmp.info*.gz +%{_infodir}/gmp.info*%{ext_info} %{_libdir}/libgmp.a %{_libdir}/libgmp.so %{_libdir}/libgmpxx.so From abbc6fcdb7fd1a3de55426aef3a55b24e8c891f81242340502d02e3a35ee2c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 30 Jun 2016 09:03:54 +0000 Subject: [PATCH 2/2] Accepting request 405581 from home:pluskalm:branches:devel:libraries:c_c++ - Use macro for configure (as bsc#870358) is already fixed - Use xz compressed archives - Update info pages dependencies OBS-URL: https://build.opensuse.org/request/show/405581 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=66 --- gmp-6.1.1.tar.bz2 | 3 --- gmp-6.1.1.tar.bz2.sig | Bin 351 -> 0 bytes gmp-6.1.1.tar.xz | 3 +++ gmp-6.1.1.tar.xz.sig | Bin 0 -> 351 bytes gmp.changes | 7 +++++++ gmp.spec | 30 +++++++++++++----------------- 6 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 gmp-6.1.1.tar.bz2 delete mode 100644 gmp-6.1.1.tar.bz2.sig create mode 100644 gmp-6.1.1.tar.xz create mode 100644 gmp-6.1.1.tar.xz.sig diff --git a/gmp-6.1.1.tar.bz2 b/gmp-6.1.1.tar.bz2 deleted file mode 100644 index 7e217d7..0000000 --- a/gmp-6.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8109865f2893f1373b0a8ed5ff7429de8db696fc451b1036bd7bdf95bbeffd6 -size 2384919 diff --git a/gmp-6.1.1.tar.bz2.sig b/gmp-6.1.1.tar.bz2.sig deleted file mode 100644 index a8ebbb252167842e43eb0a427d1bd88caed3877b8421a0ed121178589159e7bc..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 351 zcmV-l0igbg0bB$C0RjL91p-%U7Zd;r2@vyHpZF-oa+s9n3H%RcV>tO)g=|o@!86GS zJt;#V0-*6Zl?=&K(C|hQjvS4lrpprYDZ;*RT+5;OL)-|`LGQt12Nu}#|LzS?5+xQw zMdi+bUqN`;n^qyA$g&La+VD)TEZ<E_sMp~pyR82XAYvBp?nf7CJnH|zD` zt*$ zraS&)dEMg*;@?_5=nG%O%lay3Ubun`47}V2aA6wy3@o+(^cy{sz1UmCpZ-<~g2T~4 xhC;Px?pRsVi|180qbv2?`8?nVIN=87{I3~(G{}Q*>GYT#-f9_(rmdKz-iD-nt{eaW diff --git a/gmp-6.1.1.tar.xz b/gmp-6.1.1.tar.xz new file mode 100644 index 0000000..6b98384 --- /dev/null +++ b/gmp-6.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36e9c05df488ad630fff17edb50051d6432357f9ce04e34a09b3d818825e831 +size 1943164 diff --git a/gmp-6.1.1.tar.xz.sig b/gmp-6.1.1.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..5f495068dd957037d9636db1fbfe961a154d8bc336106605b03189bf3fccbe07 GIT binary patch literal 351 zcmV-l0igbg0bB$C0RjL91p-%TaAE)o2@vyHpZF-oa+rJO3H=*OGKLFSOEc_6*yG*3 z2~&n?D{4ew&O7(%A=SH4KHxXqWQf7C68S8@YBgLKEdhDhJ#N+wAAD5O5BZ2D>P-{P zfoUuO?j0Z$L7W$zSArg>OZc_m+9tK!>DN;|FGCG{B1UdJI9_FP2k=LW=MLfbuNtM} z*hwdQB2YoM!hq?^hEE z6^JhfCa0S^erW>^V$72uu<%YU`z;Lh# zdq@F?Pa55LYh)V927n~(-R>y!>G-1HHyfg|!wGJBR~!I^$-!2~$+((>y6a^_fEQG&}