Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pari for openSUSE:Factory checked in at 2022-04-14 17:26:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pari (Old) and /work/SRC/openSUSE:Factory/.pari.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pari" Thu Apr 14 17:26:07 2022 rev:27 rq:970168 version:2.13.4 Changes: -------- --- /work/SRC/openSUSE:Factory/pari/pari.changes 2021-11-02 19:19:31.447100506 +0100 +++ /work/SRC/openSUSE:Factory/.pari.new.1941/pari.changes 2022-04-14 17:26:44.999353469 +0200 @@ -1,0 +2,42 @@ +Wed Apr 13 18:58:43 UTC 2022 - Anton Shvetz <shvetz.an...@gmail.com> + +- Update to release 2.13.4 + * For z=x+wy a t_QUAD, z.pol returned the modulus z.mod instead + of the t_POL x+'w*y + * allow eulerianpol(0) (= 1) + * allow polylog(0,x) (was broken when eulerianpol + was introduced) + * concat(t_LIST,t_LIST) was leaking memory + * missing type checks in ellchangepoint (led to a SIGSEGV) + * polsturm(-25*x^4+2*x^3+99*x^2-44*x-132,[-oo,-4]) + returned garbage + * ellheight(E,,Q) led to a SIGSEGV + * besselj(80,66) led to an infinite loop + * lfun(1, 0.0) "normalizing a series with a 0 leading term" + * (0. + O(x) == 1) returned 'true' + * idealismaximal(nfinit(x),Mat(2)) -> 0 + * O(29^(-1)) == 1 was FALSE (same for -1) + * Mod(0, 2*x^0) == 1 was FALSE (same for -1) + * [X11] resizing a window could keep traces + of previous drawing + * x->x+0x1 was not displayed correctly + * bnfinit(Q) was not using current precision + * polresultant(t_POL with t_RFRAC coefs,...) led to internal + errors + * znchardecompose(znstar(2,1),[],2) led to SIGSEGV + * missing roots in nfroots(t_POL,) + * factorpadic: ensure leading coefs are powers of p + * nfsnf returned wrong results + * rare SEGV occurred in nfdisc + * factor((Mod(1,2)*((t^2+1)*x^4+(t^4+1)*x^2+1))) + led to a division by 0 + * minpoly(Mod(1/(x-(t+1))*Mod(1,2),(t+1)*x^2+t*x+1)) + led to an error + * factor(Mod(1,2)*x^5+a*x^3) led to division by 0 + * nfgrunwaldwang: fix infinite loop + * ti=thueinit(3*x^3 + 5*x^2 - 14*x + 54,1); thue(ti,1) + led to an error + * bnrclassfield led to incorrect result when fundamental + units are large + +------------------------------------------------------------------- Old: ---- pari-2.13.3.tar.gz pari-2.13.3.tar.gz.asc New: ---- pari-2.13.4.tar.gz pari-2.13.4.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pari.spec ++++++ --- /var/tmp/diff_new_pack.w7y5g6/_old 2022-04-14 17:26:45.495354049 +0200 +++ /var/tmp/diff_new_pack.w7y5g6/_new 2022-04-14 17:26:45.499354053 +0200 @@ -1,7 +1,7 @@ # # spec file for package pari # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ %global sover 7 %global lname libpari-gmp-tls%sover Name: pari -Version: 2.13.3 +Version: 2.13.4 Release: 0 Summary: Computer Algebra System for computations in Number Theory License: GPL-2.0-only @@ -137,7 +137,7 @@ %_bindir/* %_datadir/%name %_libdir/%name.cfg -%_mandir/*/*.1* +%_mandir/*/*.1%{?ext_man} %files doc %_defaultdocdir/%name/ ++++++ pari-2.13.3.tar.gz -> pari-2.13.4.tar.gz ++++++ ++++ 2958 lines of diff (skipped)