SHA256
1
0
forked from pool/pari
Commit Graph

54 Commits

Author SHA256 Message Date
Dominique Leuenberger
eb3e65b026 Accepting request 928099 from science
- Update to release 2.13.2. Fixed

OBS-URL: https://build.opensuse.org/request/show/928099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=24
2021-10-29 20:34:21 +00:00
ad67467fb9 OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=53 2021-10-29 09:19:51 +00:00
b7de9dd35d restore/trim descriptions
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=52
2021-10-29 09:02:39 +00:00
9952a3dbee Undo noisy changes
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=51
2021-10-29 09:00:04 +00:00
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
Dominique Leuenberger
db297e9b5f Accepting request 870617 from science
OBS-URL: https://build.opensuse.org/request/show/870617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=23
2021-02-09 20:17:48 +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
Dominique Leuenberger
43d735ef22 Accepting request 812132 from science
- Update to release 2.11.4

OBS-URL: https://build.opensuse.org/request/show/812132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=22
2020-06-07 19:38:53 +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
Dominique Leuenberger
1700b1be85 Accepting request 782011 from science
- Update to release 2.11.3

OBS-URL: https://build.opensuse.org/request/show/782011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=21
2020-03-06 20:28:09 +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
Dominique Leuenberger
9c4c52a5b7 Accepting request 725590 from science
- Enable pthreads [boo#1142714]

OBS-URL: https://build.opensuse.org/request/show/725590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=20
2019-08-24 16:46:01 +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
Dominique Leuenberger
a00c3c3f12 Accepting request 723174 from science
- Update to new upstream release 2.11.2

OBS-URL: https://build.opensuse.org/request/show/723174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=19
2019-08-14 09:37:58 +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
Dominique Leuenberger
7d687ba521 Accepting request 688516 from science
OBS-URL: https://build.opensuse.org/request/show/688516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=18
2019-03-26 14:45:21 +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
Dominique Leuenberger
f30dcedec2 Accepting request 656949 from science
- Update to new upstream release 2.11

OBS-URL: https://build.opensuse.org/request/show/656949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=17
2018-12-13 18:48:28 +00:00
005827973e add back lost lines
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=34
2018-12-11 00:07:37 +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
Dominique Leuenberger
a49c5dbaae Accepting request 632204 from science
- Update to new upstream release 2.11.0

OBS-URL: https://build.opensuse.org/request/show/632204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=16
2018-08-31 08:47:28 +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
Dominique Leuenberger
ee3a57a091 Accepting request 522775 from science
- Update to new upstream release 2.9.3

OBS-URL: https://build.opensuse.org/request/show/522775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=15
2017-09-12 17:54:11 +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
Dominique Leuenberger
ff3b5f3095 Accepting request 459393 from science
- Update to new upstream release 2.9.1

OBS-URL: https://build.opensuse.org/request/show/459393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=14
2017-03-08 00:12:20 +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
Dominique Leuenberger
31929c5553 Accepting request 444147 from science
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/444147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=13
2016-12-07 23:31:52 +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
Dominique Leuenberger
4a5d90ac7d Accepting request 416215 from science
- Update to new upstream release 2.7.6

OBS-URL: https://build.opensuse.org/request/show/416215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=12
2016-08-05 16:16: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
Dominique Leuenberger
67f1de78bc Accepting request 370890 from science
- Update to new upstream release 2.7.5

OBS-URL: https://build.opensuse.org/request/show/370890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=11
2016-03-26 14:23:25 +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
Dominique Leuenberger
3fb833331a Accepting request 287931 from science
- Update to new upstream release 2.7.3

OBS-URL: https://build.opensuse.org/request/show/287931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=10
2015-02-27 10:10:12 +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
Stephan Kulow
8fb9a23417 Accepting request 257340 from science
- Update to new upstream release 2.7.2.

OBS-URL: https://build.opensuse.org/request/show/257340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=9
2014-10-18 07:09:21 +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
Stephan Kulow
11a415e86b Accepting request 243734 from science
- Update to new upstream release 2.7.1

OBS-URL: https://build.opensuse.org/request/show/243734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=7
2014-08-06 09:42:36 +00:00
36a460f41a Strip __DATE__
OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=13
2014-08-06 05:22:43 +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
Stephan Kulow
31b8c866d5 Accepting request 231438 from science
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/231438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=6
2014-04-26 08:09:46 +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
Stephan Kulow
763cdaed81 Accepting request 220914 from science
- Update to new upstream release 2.5.5

OBS-URL: https://build.opensuse.org/request/show/220914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=5
2014-02-05 15:25:11 +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
Stephan Kulow
3385069872 Accepting request 157809 from science
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=3
2013-03-08 08:30:47 +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
Ismail Dönmez
2024a31d6e Accepting request 143832 from science
OBS-URL: https://build.opensuse.org/request/show/143832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=1
2012-12-05 13:01:39 +00:00