SHA256
1
0
forked from pool/pari
Commit Graph

27 Commits

Author SHA256 Message Date
9692878277 Accepting request 928049 from home:urbic:branches:science
- Update to release 2.13.2. Fixed
  [last column crossreferences current development release 2.14.0]
  * rnfidealup(, non-integral ideal) -> division by 0         [F22]
  * memory leak in ellheight                                  [F23]
  * memory leak in bnfinit                                    [F24]
  * nfeltdiv(nfinit(x^2+1), 0, 1+x/2) -> SEGV [#2277]         [F26]
  * znchargauss(g,chi,0) -> oo loop                           [F28]
  * bnflog(bnr, ...) -> SEGV                                  [F29]
  * elliptic functions: incorrect reduction
    of z/w1 mod [1,tau] => catastrophic cancellation          [F30]
  * powcx(x, t_COMPLEX with 0 imaginary part) -> crash        [F31]
  * nfsubfields(t_POL in other var than x,,1) -> SEGV         [F32]
  * extra terms in power t_SER substitutions [#2281]          [F33]
  * k=bnfinit(quadpoly(-2923,a));
    bnrclassfield(k,3) -> SEGV [#2280]                        [F34]
  * rnfdisc mishandled polynomials with denominators [#2284]  [F35]
  * elltamagawa(ellinit([-1456/243,93184/19683])) ->
    wrong result                                              [F36]
  * mfsearch would sometimes miss the trivial form            [F37]
  * typo in allh [affects ECPP tunings]                       [F38]
  * mfisetaquo(mffrometaquo([1,12;193,12])) -> 0              [F39]
  * polroots(1.E-47*t^6+1.E-47*t^5+4.E-46*t^4) ->
    bug in type [#2286]                                       [F40]
  * ceil(quadgen(5)) -> 1 instead of 0 [#2288]                [F41]
  * floor(Mod(0,3)*quadgen(5)) -> crash                       [F42]
  * wrong ispower(t_RFRAC) and issquare(t_RFRAC, &z) [#2289]  [F45]
  * 1+O(x)==O(x)                                              [F47]
  * qfauto([[1,0;0,1],[0,0;1,0]]) -> SEGV                     [F49]
  * bnfsunit(...)[4] (the S-regulator) did not correspond to
    its definition in the documentation [ was using log(p)
    instead of log(Norm P)) for P in S above p ]              [F50]
  * rnfdisc could return corrupted result                     [F51]
  * concat(List([1])[1..0]) ->SEGV (instead of error) [#2299] [F53]
  * List([1])[1..0]==List() -> 0 instead of 1                 [F54]
- Build PDF documentation and place it into separate
  pari-doc package. Move examples from pari-devel package
  to pari-doc.
- Add %{_sysconfdir}/gprc to packaging.
- Remove patch pari-nodate.diff (replace with the sed one-liner
  in the %prep section).
- Remove obsolete stuff from the spec file.
- Apply spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/928049
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=50
2021-10-29 08:59:49 +00:00
b893bd44b9 Accepting request 870144 from home:aaronpuchert
- Update to release 2.13.1. Fixes the following bugs:
  * GC error in idealinv.
  * qfminim inefficiency (initial bound from non-LLL-reduced matrix).
  * mfshimura in weight 3/2 => infinite loop
  * matsolve([1,1,1/2; 1,0,1/2; 2,1,0], [-1;1;-1]) -> SEGV.
  * qfminim(Mat(1),,,2) -> precision error.
  * subst(p, v, t_SER) very slow if p contains many variables.
  * mfsymboleval for trivial path returned 0 instead of a vector
    of 0s when f has multiple embeddings.
  * 2^(1 + O(3^4)) -> type error.
  * Zn_quad_roots(8,0,-1) to compute roots of x^2-1 mod 8 -> [4,[1,3]]
    (1 or 3 mod 4) instead of the expected [2,[1]] (1 mod 2).
  * tan(1+10^20*I) -> overflow (same for cotan and psi).
  * Mod(2,3)^1000000000000000000001 -> Mod(-1,3).
  * subst(O(y) + x, x, (1 - y + O(y^2))*x + O(x^2)) -> SEGV.
  * (Mod(0,3) + x) + O(x^2) -> x + O(x^2)  [now Mod(1,3)*x + O(x^2)].
  * Precision too low for units in mfgaloisprojrep.
  * Missing GC at the end of RgXn_inv.
  * (-1)^(1/3) -> -1 instead of exp(log(-1)/3).
  * mfeisenstein(k, trivial characters mod N > 1) was incorrect.
  * Missing GC in qfsolve.
- More change log for 2.13.0 that's not yet in Factory.

OBS-URL: https://build.opensuse.org/request/show/870144
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=48
2021-02-09 15:40:10 +00:00
8bdccafbf1 - Update to release 2.13.0
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=47
2020-10-26 15:37:23 +00:00
5d4dee7f9a - Update to release 2.11.4
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=45
2020-06-07 00:16:21 +00:00
cbcc2e988c - Update to release 2.11.3
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=43
2020-03-05 16:48:35 +00:00
80b3c6c366 OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=41 2019-08-23 13:50:27 +00:00
de4ea3d44f - Enable pthreads [boo#1142714]
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=40
2019-08-23 13:49:36 +00:00
19b4e18e41 Accepting request 719447 from home:simonpuchert:branches:science
- Update to new upstream release 2.11.2
- Drop the separate changelog as RPMLINT warns about it being a duplicate of the file CHANGES (which is already included).

OBS-URL: https://build.opensuse.org/request/show/719447
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=38
2019-08-14 04:18:46 +00:00
b54e791641 Accepting request 688416 from home:cgiboudeaux:branches:science
- Prepare the KDE4/Qt4 removal in factory.

OBS-URL: https://build.opensuse.org/request/show/688416
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=36
2019-03-26 00:05:24 +00:00
c89a1afc32 - Update to new upstream release 2.11
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=33
2018-12-10 23:59:16 +00:00
4139ba66e0 - Rename %soname to %sover to better reflect its use.
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=32
2018-12-10 23:50:20 +00:00
fb8a0fbf49 Accepting request 656167 from home:TheBlackCat:branches:science
- Use %macro instead of %{macro} wherever possible.
- Fix building on SLE 15
- Use %license macro

OBS-URL: https://build.opensuse.org/request/show/656167
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=31
2018-12-10 23:49:34 +00:00
7143f434e5 - Update to new upstream release 2.11.0
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=29
2018-08-29 20:36:30 +00:00
4078e3f9d2 pari-2.9.3
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=27
2017-09-09 12:36:08 +00:00
60b5d31700 pari-2.9.1
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=25
2017-02-21 00:01:54 +00:00
ed4aba1052 - Update to new upstream release 2.9.0
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=23
2016-11-29 11:54:22 +00:00
e9aad38be4 pari-2.7.6
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=21
2016-07-31 16:52:17 +00:00
fe3d04a404 - Update to new upstream release 2.7.5
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=19
2016-03-12 20:39:06 +00:00
c8b2860c29 pari-2.7.3
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=17
2015-02-26 12:43:17 +00:00
316cb83835 pari-2.7.2
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=15
2014-10-12 08:20:55 +00:00
d0d851db83 pari-2.7.1
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=12
2014-08-06 05:17:15 +00:00
1c35db1e31 pari-2.7.0
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=10
2014-04-18 14:57:52 +00:00
d328696806 pari-2.5.5
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=8
2014-02-05 02:02:01 +00:00
98cf084d7d Change library name to original
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=6
2013-01-06 20:10:48 +00:00
95ffe846b5 pari-2.5.3
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=4
2012-11-29 21:16:38 +00:00
Corot Sebastien
67d474711d - fix build requirement to allow build on SLE-11
- recompress source file to bzip2 format to allow build on SLE-11
- add missing %%post and %%postun scriptlets

OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=3
2012-02-26 22:26:53 +00:00
0da44fdcbb Add initial changes file
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=2
2011-09-26 13:27:11 +00:00