Accepting request 370890 from science

- Update to new upstream release 2.7.5

OBS-URL: https://build.opensuse.org/request/show/370890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2016-03-26 14:23:25 +00:00 committed by Git OBS Bridge
commit 67f1de78bc
7 changed files with 79 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38032944bf4182cecbe438b888ec095ae7768fdbdd2adc1f25251f724f25650a
size 3147790

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABAgAGBQJU1y6fAAoJEI8OfCtFIuOH6hEP+gILx63xiePIUAOg0Pgf8Bug
z5LEAQgD8gGoOIlleIjEkbLlW9pXvJQEnwW2+hYGoxx5+uYjWt0RGEaX3ua9EnP/
34PGsPmivIGAMR2u2N4+nU3RZAK969f0thW+2qxj0YT1QhGDQ1yOk5rYKfSxVPSz
daQMejZWT44n6WR0IvVUr8jtv7cIze4+n28rG3AACDeHpdPksupWoAnR5f1odsAw
QmhP1ZV4uHW3S4CmsfR8YPtiU58B6tCDcafkLHk0+xNOausnw1feWQ1lrBkacvBn
B7JV+OLfGv4GJjI0ySB3Y8wmfGEZA6JD7wnbPiElbD26X9chyBLUt8MMFP4j4v41
b12cI2fjd0pLDvVkU148i22K71qDP1Sl8BhIxpJQpzprmKxsuFNZdJ6rquGVhNGm
ao/fPnLsLAXbloeSUh8areOhfsmUV/8ThBGHmtbrIyp3tfwuUukedGPIs9tqBnp/
uAViZQjTSQHNs+7xk+GBsIx9PlqnFJqR/lbh8XDqXeafFchatWlSftR8yFxjOztj
dUGC4WMCMaLoOx1j4ciQM00Gr6gUe8Fc+q3fkJM0bmtFbEDVTEJV0CVrS3YvO406
JQK69ubNLWqoDkQwQBRLa4fghw3vdLXP2MfbxWnprYKMIxATC2KyYlcWuC3ZDTFD
GEtNlsnueUpidagigjdj
=+l2Z
-----END PGP SIGNATURE-----

View File

@ -1,6 +1,56 @@
# $Id$
Bug numbers refer to the BTS at http://pari.math.u-bordeaux.fr/Bugs/
Done for version 2.7.5 (released 09/11/2015):
[last column crossreferences current development release 2.8.0]
Fixed
1- forprime engine could skip (fast) sieve in favour of (slow)
nextprime [#1711] [F113]
2- 0^[1] -> domain error [#1713] [F114]
3- memory leaks (clones) in ellchangecurve [#1716] [F115]
4- zeta inaccurate around 0 [#1714] [F116]
5- bnrrootnumber did not support the trivial character [0,..,0] [F118]
6- default(log,1) when logfile is write-protected later lead to SEGV [F119]
BA 7- 2-adic gamma function: fix accuracy loss [F120]
8- A==A -> 0 for A a t_SER of huge accuracy (so that A-A overflows
valuation) [#1734] [F121]
XR 9- P=Pol([1,-2,12,-12,-181,-4,-6899,9780,6360,702,-45]);
for(i=1,10000,setrand(i);nfdisc(P)) -> crash [#1735] [F122]
10- select(x->x,Vecsmall([1,2,3]),1) -> crash [#1737] [F123]
BA 11- [libpari] RgV_to_RgX_reverse did not work if v[1] or v[2] was 0 [F125]
12- bnfinit could fail at low precision [#1736] [F126]
13- Rg_to_ff: incorrect type in zk_to_ff [#1755] [F127]
BA 14- nfsubfields could fail [#1758] [F128]
15- rare SEGV in ArtinNumber [#1759] [F129]
Done for version 2.7.4 (released 19/06/2015):
[last column crossreferences current development release 2.8.0]
Fixed
1- divisors([2,1]) -> SEGV [#1664] [F84]
2- acos([Pol(1)]) -> GC bug [#1663] [F85]
3- primes([1,Pol(2)]) -> SEGV [#1668] [F87]
4- buffer overflow after default(format,"f.precision") [F95]
5- qfminim(A, 0, ...) -> stack overflow [#1682] [F97]
6- div_scal_rfrac could create an invalid t_POL [#1651] [F99]
7- polroots(t_POL with leading coeff = 0) -> fp exception [#1690] [F100]
8- \r cannot deal with very long filenames [#1616] [F101]
9- rnfisabelian(nf, non monic t_POL) -> SEGV [#1693] [F102]
10- possibly incorrect result in nfdisc(T,listP) [F104]
11- wrong dim(Ker) returned by ZM_pivot => SEGV in Z-linear algebra
routines. E.g. setrand(1);quadclassunit(-612556842419) [#1700] [F105]
12- moebius(factor(18)) -> 1 instead of 0 [#1702] [F106]
13- ispower(-167^10) => domain error [#1703] [F107]
14- ispowerful(factor(0)) != ispowerful(0) [F108]
15- expm1(2*I) => wrong result [F109]
16- gamma(1+a*x+O(x^2)) => error [#1707] [F110]
17- printsep() printed its argument in random format instead of f_RAW [F111]
18- nfdisc(x^10 - 29080*x^5 - 25772600) -> oo loop [#1710] [F112]
Added
ED 1- mingw64 support [A111]
Done for version 2.7.3 (released 18/02/2015):
[last column crossreferences current development release 2.8.0]

3
pari-2.7.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2140fe2d40b5a42acd5b7fce7e49b576777efdfc59370b531e07cb07d4401431
size 3159103

17
pari-2.7.5.tar.gz.asc Normal file
View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABAgAGBQJWLfFWAAoJEI8OfCtFIuOHimoQALSFHLa+2b3duokwOV+RzveT
SqRy+gKE98kXWR9e5dLCTrEYVSDGV77JwEZ0lyNNrp8/vg0KouAz03QKwtHMQGLA
kNgXzznx2R1jKnGTM2cdY6EWRN1HBwHYQ5a0mEGhMSpkRrJgivuzagccapjP0osp
jOox1eaBnLOwYaD3UyFlpc/ZYW35H34bS5IpKI2SiQ8JVoTUnAlyredcquQOn8e0
4kOnfH57AYq7JZG+OrcIWlgGHf7sq128a/+XCvVgLG4VsaZRzfYM8DD3Y0hgikVC
zIwdMxl/IMOR9+8Hng4F2O2B89EX0UczM/vgmRfh6x4MLYbY/hz6UTnnuGIb5hrT
8udemF8EBzjgsOdVXAS85AzzZpu/+g4P/V2WcOFDS6qa9IG9B13uYotf/hVGJ7T+
goOKM4ZK6kLo7Zxc6o6wKB+ljAK5fBzyWTgnlTKXI3dWIBSx4MhsFAq/mVSq6RsG
+ynK6RbVt3zhZj9kl6F/Om0TjMceMwer+9+zjyVtzpQxbVgFBb7OBYLu4te1XOTa
Tqz0BPq5XGYqs8I9LADZsT65MH7x/6nuzJDz9SwyxX0ctDQByc2aLcoT7lLnVSq2
YgebN57oibGqUNugpB1wrMsrVW0gl8WCd/llU0uJYgzJJvGqJsNUPUbSZT+kWGYI
oEBbn8/QVO4jtX9nsijS
=NjcO
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 12 20:32:55 UTC 2016 - jengelh@inai.de
- Update to new upstream release 2.7.5
* forprime engine could skip (fast) sieve in favour of (slow)
* corrected return values/exceptions of functions
-------------------------------------------------------------------
Thu Feb 26 12:42:06 UTC 2015 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package pari
#
# 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
@ -18,7 +18,7 @@
Name: pari
%define lname libpari-gmp4
Version: 2.7.3
Version: 2.7.5
Release: 0
Summary: Computer Algebra System for fast computations in Number Theory
License: GPL-2.0