From 1b380f83276ab53648a87ce546779990d4d8aa4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 15 Mar 2023 07:27:02 -0300 Subject: [PATCH] pari: update to 2.15.3. --- srcpkgs/pari/patches/bug-2441.patch | 17 ----------------- srcpkgs/pari/template | 4 ++-- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 srcpkgs/pari/patches/bug-2441.patch diff --git a/srcpkgs/pari/patches/bug-2441.patch b/srcpkgs/pari/patches/bug-2441.patch deleted file mode 100644 index aaaeef394a83..000000000000 --- a/srcpkgs/pari/patches/bug-2441.patch +++ /dev/null @@ -1,17 +0,0 @@ -Source: https://pari.math.u-bordeaux.fr/cgi-bin/bugreport.cgi?att=1;bug=2441;filename=patch;msg=25 -See: https://pari.math.u-bordeaux.fr/cgi-bin/bugreport.cgi?bug=2441 - -diff --git a/src/basemath/ellsea.c b/src/basemath/ellsea.c -index a6871fa6a7..05f148eadd 100644 ---- a/src/basemath/ellsea.c -+++ b/src/basemath/ellsea.c -@@ -852,7 +852,8 @@ find_isogenous_from_Atkin(GEN a4, GEN a6, ulong ell, struct meqn *MEQN, GEN g, G - GEN a4t, a6t, h; - a4a6t(&a4t, &a6t, ell, E4t, E6t, T, p); - h = find_kernel(a4, a6, ell, a4t, a6t, pp1, T, p, pp, e); -- if (h) return gerepilecopy(ltop, mkvec3(a4t, a6t, h)); -+ if (h && signe(Fq_elldivpolmod(a4, a6, ell, h, T, pp))==0) -+ return gerepilecopy(ltop, mkvec3(a4t, a6t, h)); - } - } - pari_err_BUG("find_isogenous_from_Atkin, kernel not found"); diff --git a/srcpkgs/pari/template b/srcpkgs/pari/template index d07a939156cb..503bf6189587 100644 --- a/srcpkgs/pari/template +++ b/srcpkgs/pari/template @@ -1,6 +1,6 @@ # Template file for 'pari' pkgname=pari -version=2.15.2 +version=2.15.3 revision=1 build_style=configure build_helper=qemu @@ -19,7 +19,7 @@ license="GPL-2.0-or-later" homepage="https://pari.math.u-bordeaux.fr" changelog="https://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=pari.git;a=blob_plain;f=CHANGES;hb=refs/heads/pari-${version%.*}" distfiles="https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${version}.tar.gz" -checksum=b04628111ee22876519a4b1cdafb32febaa34eafa24f9e81f58f8d057fbee0dd +checksum=adf5a58638cdafd72a8b48bc9f444972b23329c8d545a1d3ed1bbeb1b6569268 build_options="x11 pthreads" build_options_default="x11 pthreads"