Accepting request 839239 from science
- Update to release 0.3.1 OBS-URL: https://build.opensuse.org/request/show/839239 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cm?expand=0&rev=2
This commit is contained in:
BIN
cm-0.3.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
cm-0.3.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
7
cm-0.3.1.tar.gz.asc
Normal file
7
cm-0.3.1.tar.gz.asc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABEIAB0WIQStF6Ie+K7Y8cwC29n31cm/dlxh4wUCX3IYZQAKCRD31cm/dlxh
|
||||||
|
4zb3AQCjJrdQLECLwP4lLKCZAockw9gliLOeRzYik/YZe4f1PQD/ZNXpHCAaluMw
|
||||||
|
uBXCvVbrSRYIpsuwl1GcS6vARZ+aN1I=
|
||||||
|
=OOU8
|
||||||
|
-----END PGP SIGNATURE-----
|
BIN
cm-0.3.tar.gz
(Stored with Git LFS)
BIN
cm-0.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iF4EABEIAAYFAlbpW2EACgkQ99XJv3ZcYeMXSwD9HZB0RQzODTT0f/+TIwInuIFl
|
|
||||||
y99fi+Z/F9o1l7nOV5wA/Al2McXIFAKUszqvvQhaNqJh7p3hf97EWV5IIDZNJnyq
|
|
||||||
=1FT+
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 28 19:46:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Thu Sep 17 09:52:38 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
5
cm.spec
5
cm.spec
@@ -17,12 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cm
|
Name: cm
|
||||||
Version: 0.3
|
Version: 0.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Class polynomial computation via floating point approximations
|
Summary: Class polynomial computation via floating point approximations
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: http://www.multiprecision.org/cm/
|
URL: http://www.multiprecision.org/cm/
|
||||||
|
#Git-Clone: https://gitlab.inria.fr/enge/cm
|
||||||
Source: http://www.multiprecision.org/downloads/%name-%version.tar.gz
|
Source: http://www.multiprecision.org/downloads/%name-%version.tar.gz
|
||||||
Source2: http://www.multiprecision.org/downloads/%name-%version.tar.gz.asc
|
Source2: http://www.multiprecision.org/downloads/%name-%version.tar.gz.asc
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
@@ -74,8 +75,8 @@ MPFPX is a GMP-based library for working with polynomials.
|
|||||||
%package -n mpfpx-devel
|
%package -n mpfpx-devel
|
||||||
Summary: Header files for the multi-precision floating-point polynomial library
|
Summary: Header files for the multi-precision floating-point polynomial library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libmpfpx0 = %version
|
|
||||||
Requires: gmp-devel
|
Requires: gmp-devel
|
||||||
|
Requires: libmpfpx0 = %version
|
||||||
|
|
||||||
%description -n mpfpx-devel
|
%description -n mpfpx-devel
|
||||||
MPFPX is a GMP-based library for working with polynomials.
|
MPFPX is a GMP-based library for working with polynomials.
|
||||||
|
Reference in New Issue
Block a user