From 8f35cee14028796958a1e127fa87c9fabce7671b Mon Sep 17 00:00:00 2001 From: jengelh <> Date: Nov 19 2022 17:18:29 +0000 Subject: Update cmh to version 1.1.1 / rev 4 via SR 1036698 https://build.opensuse.org/request/show/1036698 by user jengelh + dimstar_suse - Update to release 1.1.1 --- diff --git a/.files b/.files index bec64e4..3bafc5d 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 833585f..923c5f7 100644 --- a/.rev +++ b/.rev @@ -24,4 +24,12 @@ * patch-src_lll_cpp.patch 989677 + + bbd743db01c68d536ad75bc68b2a3d5d + 1.1.1 + + dimstar_suse + - Update to release 1.1.1 + 1036698 + diff --git a/cmh-1.1.0.tar.gz b/cmh-1.1.0.tar.gz deleted file mode 120000 index 13a79e3..0000000 --- a/cmh-1.1.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeif7jntxc56ckdzzdo7ntxo2nvr7tfwrl46q32fr6vkyz4llpersam \ No newline at end of file diff --git a/cmh-1.1.1.tar.gz b/cmh-1.1.1.tar.gz new file mode 120000 index 0000000..97c1f0c --- /dev/null +++ b/cmh-1.1.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeidsqpbsxwa5gztxf3jwaep2vbdiixxrn2da3gsgb5z36ivqirvbme \ No newline at end of file diff --git a/cmh.changes b/cmh.changes index f8d573f..d7f0a19 100644 --- a/cmh.changes +++ b/cmh.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Nov 18 17:22:25 UTC 2022 - Jan Engelhardt + +- Update to release 1.1.1 + * No changelog was provided +- Delete patch-src_lll_cpp.patch (merged) + +------------------------------------------------------------------- Thu Jul 7 09:01:58 UTC 2022 - Christophe Giboudeaux - Apply patch from FreeBSD to fix build: diff --git a/cmh.spec b/cmh.spec index 717f5ce..18b1151 100644 --- a/cmh.spec +++ b/cmh.spec @@ -18,7 +18,7 @@ Name: cmh %define lname libcmh0 -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Igusa (genus 2) class polynomial computation License: GPL-3.0-or-later @@ -27,7 +27,6 @@ URL: http://www.multiprecision.org/cmh/ Source: http://www.multiprecision.org/downloads/%name-%version.tar.gz #Source2: http://www.multiprecision.org/downloads/name-version.tar.gz.asc http 500 Source3: %name.keyring -Patch0: patch-src_lll_cpp.patch BuildRequires: automake BuildRequires: fplll-devel >= 4 BuildRequires: gcc-c++ diff --git a/patch-src_lll_cpp.patch b/patch-src_lll_cpp.patch deleted file mode 100644 index 4264f66..0000000 --- a/patch-src_lll_cpp.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Christophe Giboudeaux -Date: Thu, 7 Jul 2022 11:04:57 - -Reported to Emmanuel Thomé on 2022-06-06 - -Patch imported from FreeBSD. -https://cgit.freebsd.org/ports/diff/math/cmh/files/patch-src_lll.cpp?id=895156e45693d4bf7795927d198ba5493560b77d - -diff --git a/src/lll.cpp b/src/lll.cpp -index 83dab07..f005931 100644 ---- a/src/lll.cpp -+++ b/src/lll.cpp -@@ -37,7 +37,7 @@ - #ifdef HAVE_FPLLL - static void lll_fplll (mpz_t *v, mpz_t **M, const int m, const int n) - { -- ZZ_mat Mp (m, n); -+ fplll::ZZ_mat Mp (m, n); - int i, j; - - for (i = 0; i < m; i++)