pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/gnumeric112
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jun 9 17:48:34 UTC 2026
Modified Files:
pkgsrc/math/gnumeric112: Makefile PLIST distinfo
Removed Files:
pkgsrc/math/gnumeric112/patches: patch-src_sstest.c
Log Message:
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]
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/math/gnumeric112/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/gnumeric112/PLIST
cvs rdiff -u -r1.35 -r1.36 pkgsrc/math/gnumeric112/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/math/gnumeric112/patches/patch-src_sstest.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/gnumeric112/Makefile
diff -u pkgsrc/math/gnumeric112/Makefile:1.113 pkgsrc/math/gnumeric112/Makefile:1.114
--- pkgsrc/math/gnumeric112/Makefile:1.113 Sat Mar 7 10:53:02 2026
+++ pkgsrc/math/gnumeric112/Makefile Tue Jun 9 17:48:34 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2026/03/07 10:53:02 bsiegert Exp $
+# $NetBSD: Makefile,v 1.114 2026/06/09 17:48:34 wiz Exp $
-DISTNAME= gnumeric-1.12.60
+DISTNAME= gnumeric-1.12.61
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/}
EXTRACT_SUFX= .tar.xz
@@ -17,8 +17,22 @@ USE_TOOLS+= itstool
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= libspreadsheet.pc.in
+REPLACE_PERL+= doc/make-func-list.pl
REPLACE_PERL+= plugins/perl-func/perl_func.pl
+REPLACE_PERL+= plugins/perl-loader/perl-cc-wrapper
REPLACE_PERL+= test/*.pl
+REPLACE_PERL+= test/normalize-gnumeric
+REPLACE_PERL+= tools/biffnames
+REPLACE_PERL+= tools/check-gfrees
+REPLACE_PERL+= tools/check-glade-parsing
+REPLACE_PERL+= tools/check-gtk-includes
+REPLACE_PERL+= tools/check-null-false-returns
+REPLACE_PERL+= tools/dumpdef.pl
+REPLACE_PERL+= tools/embedder
+REPLACE_PERL+= tools/gnmgdb
+REPLACE_PERL+= tools/gnmvalgrind
+REPLACE_PERL+= tools/handle-conf-options
+REPLACE_PERL+= tools/itstoolwrapper
# needs a DISPLAY
TEST_TARGET= check
@@ -38,10 +52,10 @@ BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
-BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.57
+BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.61
.include "../../misc/goffice0.10/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.8.7
+BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.20
.include "../../x11/gtk3/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../lang/python/pyversion.mk"
Index: pkgsrc/math/gnumeric112/PLIST
diff -u pkgsrc/math/gnumeric112/PLIST:1.21 pkgsrc/math/gnumeric112/PLIST:1.22
--- pkgsrc/math/gnumeric112/PLIST:1.21 Mon Sep 29 20:23:42 2025
+++ pkgsrc/math/gnumeric112/PLIST Tue Jun 9 17:48:34 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2025/09/29 20:23:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2026/06/09 17:48:34 wiz Exp $
bin/gnumeric
bin/${PKGNAME}
bin/ssconvert
@@ -130,15 +130,19 @@ include/libspreadsheet-1.12/spreadsheet/
include/libspreadsheet-1.12/spreadsheet/tools/analysis-chi-squared.h
include/libspreadsheet-1.12/spreadsheet/tools/analysis-exp-smoothing.h
include/libspreadsheet-1.12/spreadsheet/tools/analysis-frequency.h
+include/libspreadsheet-1.12/spreadsheet/tools/analysis-ftest.h
include/libspreadsheet-1.12/spreadsheet/tools/analysis-histogram.h
include/libspreadsheet-1.12/spreadsheet/tools/analysis-kaplan-meier.h
include/libspreadsheet-1.12/spreadsheet/tools/analysis-normality.h
include/libspreadsheet-1.12/spreadsheet/tools/analysis-one-mean-test.h
include/libspreadsheet-1.12/spreadsheet/tools/analysis-principal-components.h
+include/libspreadsheet-1.12/spreadsheet/tools/analysis-regression.h
include/libspreadsheet-1.12/spreadsheet/tools/analysis-sign-test.h
include/libspreadsheet-1.12/spreadsheet/tools/analysis-signed-rank-test.h
include/libspreadsheet-1.12/spreadsheet/tools/analysis-tools.h
+include/libspreadsheet-1.12/spreadsheet/tools/analysis-ttest.h
include/libspreadsheet-1.12/spreadsheet/tools/analysis-wilcoxon-mann-whitney.h
+include/libspreadsheet-1.12/spreadsheet/tools/analysis-ztest.h
include/libspreadsheet-1.12/spreadsheet/tools/auto-correct.h
include/libspreadsheet-1.12/spreadsheet/tools/dao.h
include/libspreadsheet-1.12/spreadsheet/tools/data-shuffling.h
@@ -151,7 +155,6 @@ include/libspreadsheet-1.12/spreadsheet/
include/libspreadsheet-1.12/spreadsheet/tools/scenarios.h
include/libspreadsheet-1.12/spreadsheet/tools/simulation.h
include/libspreadsheet-1.12/spreadsheet/tools/tabulate.h
-include/libspreadsheet-1.12/spreadsheet/tools/tools.h
include/libspreadsheet-1.12/spreadsheet/undo.h
include/libspreadsheet-1.12/spreadsheet/validation-combo.h
include/libspreadsheet-1.12/spreadsheet/validation.h
@@ -191,9 +194,6 @@ lib/gnumeric/${PKGVERSION}/plugins/dif/d
lib/gnumeric/${PKGVERSION}/plugins/dif/plugin.xml
lib/gnumeric/${PKGVERSION}/plugins/excel/excel.la
lib/gnumeric/${PKGVERSION}/plugins/excel/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/excelplugins/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/excelplugins/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/excelplugins/xlcall32.la
lib/gnumeric/${PKGVERSION}/plugins/fn-christian-date/plugin.la
lib/gnumeric/${PKGVERSION}/plugins/fn-christian-date/plugin.xml
lib/gnumeric/${PKGVERSION}/plugins/fn-complex/plugin.la
Index: pkgsrc/math/gnumeric112/distinfo
diff -u pkgsrc/math/gnumeric112/distinfo:1.35 pkgsrc/math/gnumeric112/distinfo:1.36
--- pkgsrc/math/gnumeric112/distinfo:1.35 Tue Mar 10 06:34:16 2026
+++ pkgsrc/math/gnumeric112/distinfo Tue Jun 9 17:48:34 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.35 2026/03/10 06:34:16 wiz Exp $
+$NetBSD: distinfo,v 1.36 2026/06/09 17:48:34 wiz Exp $
-BLAKE2s (gnumeric-1.12.60.tar.xz) = d790eee3d331c134d3251ca715753344239abdac838519c803b5124e73049419
-SHA512 (gnumeric-1.12.60.tar.xz) = 43529ca05411cba02b052754cd15bbe84b5205e58ebb7dc5e7c07131600842e523a108f509020845f036f27b0d78eb9df6db970dfeb21285dc7e5fd8171fea56
-Size (gnumeric-1.12.60.tar.xz) = 17794296 bytes
-SHA1 (patch-src_sstest.c) = 712934df91cb3ea631b2e538a6557b0529f5c866
+BLAKE2s (gnumeric-1.12.61.tar.xz) = 0c5b03cd967286a364b6d837b40e98b127de2485e9ce8a3bd000941178088bb4
+SHA512 (gnumeric-1.12.61.tar.xz) = 67a351fa850333743606ea77a2b4439b8932c51704c2d625a333a79ed1dcf40ac027259f76538136e3167dcadde59430552f7d455d3052cc420bbbe83ad001e3
+Size (gnumeric-1.12.61.tar.xz) = 17921384 bytes
Home |
Main Index |
Thread Index |
Old Index