head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @ * @; 1.2 date 2026.06.09.17.48.34; author wiz; state dead; branches; next 1.1; commitid 143Zl57UbvVOk9JG; 1.1 date 2026.03.10.06.34.16; author wiz; state Exp; branches; next ; commitid S0ejlzABuSuWwoxG; desc @@ 1.2 log @gnumeric: update to 1.12.61. Gnumeric 1.12.61 Morten: * Up gtk+ requirement to 3.20. Still ancient. * Audit code with Gemini AI. * Plug leaks. * Make tests run in parallel. * Refactor analysis tools to be GObject-based. * Fix sampling tool gui in the periodic case. * Fix fill-series tool problems with dates. * Fix chi-square tool problems with labels. * Add basic testing of most analysis tools. * Disable excelplugins (unrelated to xls/xlsx files). * Fix gui crash [#857] * Introspection fixes. * Test suite enhancements * Preserve cvs-to-cvs and cvs-to-txt line endings. * Fix problems with search-and-replace. * Fix crash involding document properties and undo/redo. * Fix potential overflow in NT_SIGMA. * Improve primality test for large numbers. * Speed up number theory functions for values with a large prime factor. * Fix TRIM to only cut spaces. * Fix problems with OFFTRAF in extreme cases. * Fix IFS semantics to match XL's as intended. * New functions XLOOKUP and XMATCH. * New functions TEXTBEFORE, TEXTAFTER, TEXTSPLIT. * Improve xlsx importer's mapping of function names. Alex H: * Don't remove initial empty rows/columns for cvs/txt export. N. Copa: * Fix parallel build trouble. [#852] @ text @$NetBSD: patch-src_sstest.c,v 1.1 2026/03/10 06:34:16 wiz Exp $ sstest: replace `bool` type with `gboolean` https://gitlab.gnome.org/GNOME/gnumeric/-/commit/0de4c0a45f078ec211fd372da4103b09cb718b1b --- src/sstest.c.orig 2026-02-11 02:07:03.000000000 +0000 +++ src/sstest.c @@@@ -898,7 +898,7 @@@@ static gboolean /* ------------------------------------------------------------------------- */ static gboolean -check_help_expression (const char *text, GnmFunc const *fd, bool localized) +check_help_expression (const char *text, GnmFunc const *fd, gboolean localized) { GnmConventions const *convs = gnm_conventions_default; GnmParsePos pp; @ 1.1 log @gnumeric112: use upstream patch to fix build on NetBSD 11+ @ text @d1 1 a1 1 $NetBSD$ @