Hello community,

here is the log from the commit of package pari for openSUSE:Factory checked in 
at 2016-03-26 15:23:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pari (Old)
 and      /work/SRC/openSUSE:Factory/.pari.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pari"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pari/pari.changes        2015-02-27 
11:10:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pari.new/pari.changes   2016-03-26 
15:23:28.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Mar 12 20:32:55 UTC 2016 - [email protected]
+
+- Update to new upstream release 2.7.5
+* forprime engine could skip (fast) sieve in favour of (slow)
+* corrected return values/exceptions of functions
+
+-------------------------------------------------------------------

Old:
----
  pari-2.7.3.changelog
  pari-2.7.3.tar.gz
  pari-2.7.3.tar.gz.asc

New:
----
  pari-2.7.5.changelog
  pari-2.7.5.tar.gz
  pari-2.7.5.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pari.spec ++++++
--- /var/tmp/diff_new_pack.UoGCcu/_old  2016-03-26 15:23:29.000000000 +0100
+++ /var/tmp/diff_new_pack.UoGCcu/_new  2016-03-26 15:23:29.000000000 +0100
@@ -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

++++++ pari-2.7.3.changelog -> pari-2.7.5.changelog ++++++
--- /work/SRC/openSUSE:Factory/pari/pari-2.7.3.changelog        2015-02-27 
11:10:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pari.new/pari-2.7.5.changelog   2016-03-26 
15:23:27.000000000 +0100
@@ -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]
 

++++++ pari-2.7.3.tar.gz -> pari-2.7.5.tar.gz ++++++
++++ 2897 lines of diff (skipped)


Reply via email to