Hello community,

here is the log from the commit of package pari for openSUSE:Factory checked in 
at 2015-02-27 11:10:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-10-18 
09:09:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pari.new/pari.changes   2015-02-27 
11:10:14.000000000 +0100
@@ -1,0 +2,10 @@
+Thu Feb 26 12:42:06 UTC 2015 - [email protected]
+
+- Update to new upstream release 2.7.3
+* "??bnrL1" and "??ellL1" did not work anymore and were fixed
+* thue(f^e*g, ...), e even, (f,g)=1 missed solutions such that f<0
+* nfisincl(t_POL, t_POL) could lead to wrong negative results
+* ellcard over non-prime fields could return wrong results
+* weber(1+I) was missing its imaginary part
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ pari.spec ++++++
--- /var/tmp/diff_new_pack.OKXGAI/_old  2015-02-27 11:10:15.000000000 +0100
+++ /var/tmp/diff_new_pack.OKXGAI/_new  2015-02-27 11:10:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pari
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.2
+Version:        2.7.3
 Release:        0
 Summary:        Computer Algebra System for fast computations in Number Theory
 License:        GPL-2.0

++++++ pari-2.7.2.changelog -> pari-2.7.3.changelog ++++++
--- /work/SRC/openSUSE:Factory/pari/pari-2.7.2.changelog        2014-10-18 
09:09:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pari.new/pari-2.7.3.changelog   2015-02-27 
11:10:13.000000000 +0100
@@ -1,6 +1,38 @@
 # $Id$
 Bug numbers refer to the BTS at http://pari.math.u-bordeaux.fr/Bugs/
 
+Done for version 2.7.3 (released 18/02/2015):
+[last column crossreferences current development release 2.8.0]
+
+  Fixed
+    1- [from 2.7.2] ??bnrL1 and ??ellL1 did not work anymore
+    2- thue(f^e*g, ...), e even, (f,g)=1 missed solutions such that f<0   [F22]
+XR  3- bnrL1(bnrinit(bnfinit(x^2-168),[6,[1,1]],1)) -> bug in ArtinNumber [F55]
+    4- nfisincl(t_POL, t_POL) could lead to wrong negative results        [F58]
+    5- polresultant(1+x*z^2,1+y*z^4,z) -> GC error [#1614]                [F59]
+BA  6- ellcard over non-prime fields could return wrong results           [F60]
+    7- [libpari] FpX_roots could produce GC errors [#1618]                [F61]
+    8- weber(1+I) was missing its imaginary part                          [F62]
+    9- (1+I)*(1+1/2*I) => wrong result (type errors) [#1619]              [F63]
+   10- contfracpnqn([a]) => [1,a;0,1] instead of [a,1;1,0]                [F64]
+   11- primes([2^50, 2^50+200000]) => stack overflow                      [F65]
+   12- issquare((x+1/2)^2,&z); z => 1.0*x+0.5 instead of x+1/2            [F66]
+   13- possibly missing roots in nfroots (when using Trager)              [F68]
+   14- quadray(bnf, ideal) did not work                                   [F69]
+   15- thue(-14*x^3 + 10*x^2 + 63*x - 5,1) -> "short continued fraction"  [F70]
+   16- thue(29*x^3+130*x^2-35*x-48,1) -> "round error" bug                [F71]
+   17- T=thueinit(10*x^3+6*x^2-41*x+8,1); thue(T,8) => SEGV [#1630]       [F72]
+   18- ellrootno(e,p = 2 or 3) when e not minimal at p => random result   [F73]
+   19- agm(1,2+O(5)) -> SEGV [#1645]                                      [F76]
+BA 20- [cygwin64] ellap(ellinit([0,0,1,-1,0]),10007) was broken           [F77]
+   21- primes([-5,5]) -> [5] (spurious absolute values)                   [F78]
+   22- matqr([;]) -> crash                                                [F79]
+   23- Fp_rem_mBarrett could return a non-normalized result               [F80]
+       p=436^56-35;Mod(271,p)^((p-1)/2) -> p+1
+   24- plotcopy would corrupt "string" objects (ROt_ST)                   [F81]
+BA 25- [GP] default arguments to GP functions could cause corruption      [F82]
+VBr26- [darwin] remove obsolete linker options that cause crashes [#1623] [F83]
+
 Done for version 2.7.2 (released 19/09/2014):
 [last column crossreferences current development release 2.8.0]
 

++++++ pari-2.7.2.tar.gz -> pari-2.7.3.tar.gz ++++++
++++ 1694 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to