From d159f16f48d40f751cc5269fd3db67ff751d1a19425207fe526d75396909e6ca Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 28 Sep 2020 20:34:53 +0000 Subject: [PATCH] - Update to release 0.3.1 OBS-URL: https://build.opensuse.org/package/show/science/cm?expand=0&rev=4 --- cm-0.3.1.tar.gz | 3 +++ cm-0.3.1.tar.gz.asc | 7 +++++++ cm-0.3.tar.gz | 3 --- cm-0.3.tar.gz.asc | 7 ------- cm.changes | 7 +++++++ cm.spec | 15 ++++++++------- 6 files changed, 25 insertions(+), 17 deletions(-) create mode 100644 cm-0.3.1.tar.gz create mode 100644 cm-0.3.1.tar.gz.asc delete mode 100644 cm-0.3.tar.gz delete mode 100644 cm-0.3.tar.gz.asc diff --git a/cm-0.3.1.tar.gz b/cm-0.3.1.tar.gz new file mode 100644 index 0000000..a71048d --- /dev/null +++ b/cm-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d4f4dc194738466888f70c2046bd934680b92aca8fa139927e85c567580663 +size 2471723 diff --git a/cm-0.3.1.tar.gz.asc b/cm-0.3.1.tar.gz.asc new file mode 100644 index 0000000..91a7999 --- /dev/null +++ b/cm-0.3.1.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABEIAB0WIQStF6Ie+K7Y8cwC29n31cm/dlxh4wUCX3IYZQAKCRD31cm/dlxh +4zb3AQCjJrdQLECLwP4lLKCZAockw9gliLOeRzYik/YZe4f1PQD/ZNXpHCAaluMw +uBXCvVbrSRYIpsuwl1GcS6vARZ+aN1I= +=OOU8 +-----END PGP SIGNATURE----- diff --git a/cm-0.3.tar.gz b/cm-0.3.tar.gz deleted file mode 100644 index 2a8f106..0000000 --- a/cm-0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acbaec975b0438899eff28b3b2aabe12be083e0a7eda9875fe0b566c419ec5d9 -size 2483746 diff --git a/cm-0.3.tar.gz.asc b/cm-0.3.tar.gz.asc deleted file mode 100644 index b026ed4..0000000 --- a/cm-0.3.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iF4EABEIAAYFAlbpW2EACgkQ99XJv3ZcYeMXSwD9HZB0RQzODTT0f/+TIwInuIFl -y99fi+Z/F9o1l7nOV5wA/Al2McXIFAKUszqvvQhaNqJh7p3hf97EWV5IIDZNJnyq -=1FT+ ------END PGP SIGNATURE----- diff --git a/cm.changes b/cm.changes index 18899cf..8a87815 100644 --- a/cm.changes +++ b/cm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 28 19:46:34 UTC 2020 - Jan Engelhardt + +- Update to release 0.3.1 + * Correct a bug in computing powers of 2. + (fixed: "left shift count >= width of type") + ------------------------------------------------------------------- Thu Sep 17 09:52:38 UTC 2020 - Jan Engelhardt diff --git a/cm.spec b/cm.spec index 97f8167..c5aa183 100644 --- a/cm.spec +++ b/cm.spec @@ -17,12 +17,13 @@ Name: cm -Version: 0.3 +Version: 0.3.1 Release: 0 Summary: Class polynomial computation via floating point approximations License: GPL-3.0-or-later Group: Productivity/Scientific/Math URL: http://www.multiprecision.org/cm/ +#Git-Clone: https://gitlab.inria.fr/enge/cm Source: http://www.multiprecision.org/downloads/%name-%version.tar.gz Source2: http://www.multiprecision.org/downloads/%name-%version.tar.gz.asc Source3: %name.keyring @@ -65,17 +66,17 @@ multiplication via floating point approximations. It includes libraries that can be called from within a C program. %package -n libmpfpx0 -Summary: Multi-precision floating-point polynomial library -Group: System/Libraries +Summary: Multi-precision floating-point polynomial library +Group: System/Libraries %description -n libmpfpx0 MPFPX is a GMP-based library for working with polynomials. %package -n mpfpx-devel -Summary: Header files for the multi-precision floating-point polynomial library -Group: System/Libraries -Requires: libmpfpx0 = %version -Requires: gmp-devel +Summary: Header files for the multi-precision floating-point polynomial library +Group: System/Libraries +Requires: gmp-devel +Requires: libmpfpx0 = %version %description -n mpfpx-devel MPFPX is a GMP-based library for working with polynomials.