From c8b2860c292d5b1450fca3efe0d9f66092811f145cc261b4803a6aa3a6782934 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 26 Feb 2015 12:43:17 +0000 Subject: [PATCH] pari-2.7.3 OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=17 --- pari-2.7.2.tar.gz | 3 -- pari-2.7.2.tar.gz.asc | 17 ----------- pari-2.7.2.changelog => pari-2.7.3.changelog | 32 ++++++++++++++++++++ pari-2.7.3.tar.gz | 3 ++ pari-2.7.3.tar.gz.asc | 17 +++++++++++ pari.changes | 10 ++++++ pari.spec | 4 +-- 7 files changed, 64 insertions(+), 22 deletions(-) delete mode 100644 pari-2.7.2.tar.gz delete mode 100644 pari-2.7.2.tar.gz.asc rename pari-2.7.2.changelog => pari-2.7.3.changelog (64%) create mode 100644 pari-2.7.3.tar.gz create mode 100644 pari-2.7.3.tar.gz.asc diff --git a/pari-2.7.2.tar.gz b/pari-2.7.2.tar.gz deleted file mode 100644 index 86f59d4..0000000 --- a/pari-2.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac76c99549d549273087daa554c4dabaf9239881da422f69acb05fa7a0ff10ac -size 3144216 diff --git a/pari-2.7.2.tar.gz.asc b/pari-2.7.2.tar.gz.asc deleted file mode 100644 index 523f128..0000000 --- a/pari-2.7.2.tar.gz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.12 (GNU/Linux) - -iQIcBAABAgAGBQJUFwSsAAoJEI8OfCtFIuOHa8AQAKNtfzCnC3MKbjr3maCUll1t -Gp61WyA7Xo5aq/HDqlMw3wW64/4qVlfTUl7tpkzgCGziwsq8VfqOK8aDC3mKGG1O -tUIAs9iTtHZe9pGOf7NMiNXkft+qa/MfDFJCDxCYN+iEkbdjsxX4rATlkseUVtg1 -VWvU8CJDYcGzWPRWxupJiUN+VtlNEXmCKkOGM4r9m5joWclJUQ29S/kU+B77mpJg -S2ztjOLp/Jiz77k3SdO6mFbhwRzVaLEo6UQKUP+plErINJO3khaLsAhJIP6kyYpr -yjHuilTRPeBkDs1F1a+z8UvhFu8Z/XQiQfdSdH6SXHI9PCdD4RFsWZdkfZ02b8Km -XQTP0ykNCJ1IQf+YHs2KxfvKpuF+m6y6sQ/QxUv2fov3qalrbctk5rNI3V10wmui -vmQP1QkOR7HPDtTxn9GrsC0yotcB0OwZIzSXsAsjLepbEyH4ymD8hLpKffBewRso -bl0EvK+Iu+FHHUl5q3qwhqZBZjjY5tcLPUwK0+8w25p9IM6qHLu7NMPvsje8SYmb -CGmwsFluys2R+U06KQOWlc0+d4Z0kHxg06xYYhTwPzH16h0RusuSl0Eukd/9od8Q -yh8/3Zwa3Nx5lSt+HlU86K4c0X5SPVKXVfKrF6rYQQsxq9ITSs4VH4XNY9MYdArd -yL92Ccx2x70HJ93OE9LP -=ottr ------END PGP SIGNATURE----- diff --git a/pari-2.7.2.changelog b/pari-2.7.3.changelog similarity index 64% rename from pari-2.7.2.changelog rename to pari-2.7.3.changelog index 38d31c9..b883b38 100644 --- a/pari-2.7.2.changelog +++ b/pari-2.7.3.changelog @@ -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] diff --git a/pari-2.7.3.tar.gz b/pari-2.7.3.tar.gz new file mode 100644 index 0000000..17c9430 --- /dev/null +++ b/pari-2.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38032944bf4182cecbe438b888ec095ae7768fdbdd2adc1f25251f724f25650a +size 3147790 diff --git a/pari-2.7.3.tar.gz.asc b/pari-2.7.3.tar.gz.asc new file mode 100644 index 0000000..bae35ef --- /dev/null +++ b/pari-2.7.3.tar.gz.asc @@ -0,0 +1,17 @@ +-----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----- diff --git a/pari.changes b/pari.changes index 84735c8..555b012 100644 --- a/pari.changes +++ b/pari.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 26 12:42:06 UTC 2015 - jengelh@inai.de + +- 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 + ------------------------------------------------------------------- Sun Oct 12 08:15:21 UTC 2014 - jengelh@inai.de diff --git a/pari.spec b/pari.spec index 8616c32..21054e4 100644 --- a/pari.spec +++ b/pari.spec @@ -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