Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cmh for openSUSE:Factory checked in at 2021-03-02 12:33:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmh (Old) and /work/SRC/openSUSE:Factory/.cmh.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmh" Tue Mar 2 12:33:31 2021 rev:2 rq:875754 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cmh/cmh.changes 2020-09-25 16:37:38.812215877 +0200 +++ /work/SRC/openSUSE:Factory/.cmh.new.2378/cmh.changes 2021-03-02 12:45:24.056352625 +0100 @@ -1,0 +2,9 @@ +Sun Feb 28 09:56:13 UTC 2021 - Jan Engelhardt <[email protected]> + +- Update to release 1.1 + * Overhaul of the recognition of quadratic coefficients using LLL: + * Choose FPLLL-4, FPLLL-5 or PARI/GP according to availability. + * For PARI/GP versions from 2.13 on, use the half-gcd function for + preconditioning the matrix passed to LLL. + +------------------------------------------------------------------- Old: ---- _service cmh-1.0g87.tar.xz New: ---- cmh-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmh.spec ++++++ --- /var/tmp/diff_new_pack.kxq1nW/_old 2021-03-02 12:45:24.548353051 +0100 +++ /var/tmp/diff_new_pack.kxq1nW/_new 2021-03-02 12:45:24.552353055 +0100 @@ -1,7 +1,7 @@ # # spec file for package cmh # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,25 +18,24 @@ Name: cmh %define lname libcmh0 -Version: 1.0g87 +Version: 1.1.0 Release: 0 Summary: Igusa (genus 2) class polynomial computation License: GPL-3.0-or-later Group: Productivity/Scientific/Math URL: http://www.multiprecision.org/cmh/ -Source: %name-%version.tar.xz -#Source: http://www.multiprecision.org/downloads/name-version.tar.gz -#Source2: http://www.multiprecision.org/downloads/name-version.tar.gz.asc +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 BuildRequires: automake BuildRequires: fplll-devel >= 4 BuildRequires: gcc-c++ -BuildRequires: libtool BuildRequires: gmp-devel >= 5 -BuildRequires: mpfr-devel >= 3 +BuildRequires: libtool BuildRequires: mpc-devel >= 1 +BuildRequires: mpfr-devel >= 3 BuildRequires: mpfrcx-devel >= 0.4.2 -BuildRequires: pari-devel +BuildRequires: pari-devel >= 2.9 BuildRequires: pari-gp BuildRequires: xz
