File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- $NetBSD: distinfo,v 1.34 2026/03/07 10:53:02 bsiegert Exp $
1+ $NetBSD: distinfo,v 1.35 2026/03/10 06:34:16 wiz Exp $
22
33BLAKE2s (gnumeric-1.12.60.tar.xz) = d790eee3d331c134d3251ca715753344239abdac838519c803b5124e73049419
44SHA512 (gnumeric-1.12.60.tar.xz) = 43529ca05411cba02b052754cd15bbe84b5205e58ebb7dc5e7c07131600842e523a108f509020845f036f27b0d78eb9df6db970dfeb21285dc7e5fd8171fea56
55Size (gnumeric-1.12.60.tar.xz) = 17794296 bytes
6+ SHA1 (patch-src_sstest.c) = 712934df91cb3ea631b2e538a6557b0529f5c866
Original file line number Diff line number Diff line change 1+ $NetBSD : patch - src_sstest .c ,v 1.1 2026 /03 /10 06 :34 :16 wiz Exp $
2+
3+ sstest : replace `bool ` type with `gboolean `
4+ https ://gitlab.gnome.org/GNOME/gnumeric/-/commit/0de4c0a45f078ec211fd372da4103b09cb718b1b
5+
6+ -- - src /sstest .c .orig 2026 - 02 - 11 02 :07 :03.000000000 + 0000
7+ ++ + src /sstest .c
8+ @@ -898 ,7 + 898 ,7 @@ static gboolean
9+ /* ------------------------------------------------------------------------- */
10+
11+ static gboolean
12+ - check_help_expression (const char * text , GnmFunc const * fd , bool localized )
13+ + check_help_expression (const char * text , GnmFunc const * fd , gboolean localized )
14+ {
15+ GnmConventions const * convs = gnm_conventions_default ;
16+ GnmParsePos pp ;
You can’t perform that action at this time.
0 commit comments