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:           Mon Sep 29 20:23:43 UTC 2025

Modified Files:
        pkgsrc/math/gnumeric112: Makefile PLIST distinfo
Removed Files:
        pkgsrc/math/gnumeric112/patches: patch-aa

Log Message:
gnumeric: update to 1.12.59.

Gnumeric 1.12.59

1.12.59

        * Fix long-double version of FLT.NEXTAFTER.
        * cover denormals and excessive digits for TRUNC, ROUNDDOWN,
          ROUNDUP and ROUND.  [#770]

Morten:
        * Fix xlsx import problem with broken file.  [#763]
        * Fix ods round trip of iteration tolerance.  [#765]
        * Fix issues with long doubles in dialogs.
        * Leak fixes.
        * Fix ssconvert --export-range for pdf.  [#783]
        * Fix invisible cursor problem.  [#712]
        * Fix zoom problem.  [#707]
        * Fix further zoom problem.  [#794]

Gnumeric 1.12.58

Placeholder:
        * No such release.

Gnumeric 1.12.57

Morten:
        * Fix touchpad scrolling on Wayland.  [#678]
        * Fix ods auto-filter import problem.
        * Fix xml import and export of auto-filters.
        * Fix problem with percent-of-range auto-filters with blanks.
        * New UNIQUE function.
        * New FLT.RADIX, FLT.MIN, FLT.MAX, FLT.NEXTAFTER functions (for
          testing).
        * New experimental --with-decimal64 for base-10 math.
        * Fix sheet resize problem.
        * Fix UI problem with redo of expression entry.  [#755]
        * Accept ad-hoc clipboard format "text/plain;charset=utf-8".  [#754]

Gnumeric 1.12.56

Hubert Figuière:
        * Fix tooltip problem on Wayland.

Morten:
        * FLOOR, CEILING: Improve xl compatibility.  [#703]
        * Fix dependency problems with arrays.  [#725] [#647]
        * Improve clipboard pasting from firefox.  [#733]
        * Fix number-stringification for E-numbers.  [#719]
        * Improve generation of random integers.
        * Work around cairo performance problem re anting.  [#736]
        * Fix HTML export problem with underline.

Gnumeric 1.12.55

Morten:
        * Fix problem making new objects invisble.  [#694]

Gnumeric 1.12.54

John Denker:
        * Improve whitespace handling in html import.  [#671]

Morten:
        * Improve various desktop environments' icon discovery.  [#677]
        * New function ENCODEURL.  [#658]
        * New libpython configuration.  [#680]
        * Fix problem relating to sheet remove and conditional format.
        * Fix inconsistent rounding of half-way cases.  [#638]
        * Fix xlsx leaks.
        * Cell comment speed-ups.  [#692]


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/math/gnumeric112/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/gnumeric112/PLIST
cvs rdiff -u -r1.32 -r1.33 pkgsrc/math/gnumeric112/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/math/gnumeric112/patches/patch-aa

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.106 pkgsrc/math/gnumeric112/Makefile:1.107
--- pkgsrc/math/gnumeric112/Makefile:1.106      Sat Aug 30 22:45:51 2025
+++ pkgsrc/math/gnumeric112/Makefile    Mon Sep 29 20:23:42 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.106 2025/08/30 22:45:51 wiz Exp $
+# $NetBSD: Makefile,v 1.107 2025/09/29 20:23:42 wiz Exp $
 
-DISTNAME=      gnumeric-1.12.53
-PKGREVISION=   23
+DISTNAME=      gnumeric-1.12.59
 CATEGORIES=    math gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/}
 EXTRACT_SUFX=  .tar.xz
@@ -23,8 +22,6 @@ PKGCONFIG_OVERRIDE=   libspreadsheet.pc.in
 REPLACE_PERL+=         plugins/perl-func/perl_func.pl
 REPLACE_PERL+=         test/*.pl
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 # needs a DISPLAY
 TEST_TARGET=           check
 
@@ -43,7 +40,7 @@ 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.46
+BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.57
 .include "../../misc/goffice0.10/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.8.7

Index: pkgsrc/math/gnumeric112/PLIST
diff -u pkgsrc/math/gnumeric112/PLIST:1.20 pkgsrc/math/gnumeric112/PLIST:1.21
--- pkgsrc/math/gnumeric112/PLIST:1.20  Thu Dec 15 13:17:15 2022
+++ pkgsrc/math/gnumeric112/PLIST       Mon Sep 29 20:23:42 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2022/12/15 13:17:15 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.21 2025/09/29 20:23:42 wiz Exp $
 bin/gnumeric
 bin/${PKGNAME}
 bin/ssconvert
@@ -210,6 +210,8 @@ lib/gnumeric/${PKGVERSION}/plugins/fn-er
 lib/gnumeric/${PKGVERSION}/plugins/fn-erlang/plugin.xml
 lib/gnumeric/${PKGVERSION}/plugins/fn-financial/plugin.la
 lib/gnumeric/${PKGVERSION}/plugins/fn-financial/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-flt/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-flt/plugin.xml
 lib/gnumeric/${PKGVERSION}/plugins/fn-hebrew-date/plugin.la
 lib/gnumeric/${PKGVERSION}/plugins/fn-hebrew-date/plugin.xml
 lib/gnumeric/${PKGVERSION}/plugins/fn-info/plugin.la
@@ -284,7 +286,7 @@ man/man1/ssconvert.1
 man/man1/ssdiff.1
 man/man1/ssgrep.1
 man/man1/ssindex.1
-share/applications/gnumeric.desktop
+share/applications/org.gnumeric.gnumeric.desktop
 share/glib-2.0/schemas/org.gnome.gnumeric.dialogs.gschema.xml
 share/glib-2.0/schemas/org.gnome.gnumeric.gschema.xml
 share/glib-2.0/schemas/org.gnome.gnumeric.plugin.gschema.xml
@@ -2158,12 +2160,12 @@ share/help/sv/gnumeric/figures/worksheet
 share/help/sv/gnumeric/figures/worksheet-running-calc-1.png
 share/help/sv/gnumeric/gnumeric.xml
 share/help/sv/gnumeric/index.docbook
-share/icons/hicolor/16x16/apps/gnumeric.png
-share/icons/hicolor/22x22/apps/gnumeric.png
-share/icons/hicolor/24x24/apps/gnumeric.png
-share/icons/hicolor/256x256/apps/gnumeric.png
-share/icons/hicolor/32x32/apps/gnumeric.png
-share/icons/hicolor/48x48/apps/gnumeric.png
+share/icons/hicolor/16x16/apps/org.gnumeric.gnumeric.png
+share/icons/hicolor/22x22/apps/org.gnumeric.gnumeric.png
+share/icons/hicolor/24x24/apps/org.gnumeric.gnumeric.png
+share/icons/hicolor/256x256/apps/org.gnumeric.gnumeric.png
+share/icons/hicolor/32x32/apps/org.gnumeric.gnumeric.png
+share/icons/hicolor/48x48/apps/org.gnumeric.gnumeric.png
 share/locale/am/LC_MESSAGES/${PKGNAME}-functions.mo
 share/locale/am/LC_MESSAGES/${PKGNAME}.mo
 share/locale/ar/LC_MESSAGES/${PKGNAME}-functions.mo
@@ -2202,6 +2204,8 @@ share/locale/et/LC_MESSAGES/${PKGNAME}-f
 share/locale/et/LC_MESSAGES/${PKGNAME}.mo
 share/locale/eu/LC_MESSAGES/${PKGNAME}-functions.mo
 share/locale/eu/LC_MESSAGES/${PKGNAME}.mo
+share/locale/fa/LC_MESSAGES/${PKGNAME}-functions.mo
+share/locale/fa/LC_MESSAGES/${PKGNAME}.mo
 share/locale/fi/LC_MESSAGES/${PKGNAME}-functions.mo
 share/locale/fi/LC_MESSAGES/${PKGNAME}.mo
 share/locale/fr/LC_MESSAGES/${PKGNAME}-functions.mo
@@ -2286,4 +2290,4 @@ share/locale/zh_HK/LC_MESSAGES/${PKGNAME
 share/locale/zh_HK/LC_MESSAGES/${PKGNAME}.mo
 share/locale/zh_TW/LC_MESSAGES/${PKGNAME}-functions.mo
 share/locale/zh_TW/LC_MESSAGES/${PKGNAME}.mo
-share/metainfo/gnumeric.appdata.xml
+share/metainfo/org.gnumeric.gnumeric.appdata.xml

Index: pkgsrc/math/gnumeric112/distinfo
diff -u pkgsrc/math/gnumeric112/distinfo:1.32 pkgsrc/math/gnumeric112/distinfo:1.33
--- pkgsrc/math/gnumeric112/distinfo:1.32       Thu Dec 15 13:17:15 2022
+++ pkgsrc/math/gnumeric112/distinfo    Mon Sep 29 20:23:42 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.32 2022/12/15 13:17:15 jperkin Exp $
+$NetBSD: distinfo,v 1.33 2025/09/29 20:23:42 wiz Exp $
 
-BLAKE2s (gnumeric-1.12.53.tar.xz) = 90e7939fc7ad59e248dcc5d2c413b92e4b5a9d9a835b726fb17be456e8a7951e
-SHA512 (gnumeric-1.12.53.tar.xz) = 6e9d7b12f9448c75d39985984fac9880c61583fbac10ad9070f5ec7a5bd573874d79e13372d9a185616a5cdb5f53d3f67aeda6ca4bae33e3f5ca0a2160045d7b
-Size (gnumeric-1.12.53.tar.xz) = 18125272 bytes
-SHA1 (patch-aa) = 87781e2955442d8edc803cd732b949017b0f4f27
+BLAKE2s (gnumeric-1.12.59.tar.xz) = 6d9b3da698332d88377db73dfe2420ab77f3d38c1cf75ef2f6469ed2648f751d
+SHA512 (gnumeric-1.12.59.tar.xz) = 51b4fc23166d75788bcb86260c5e17fa4bb48f8920a0f9bc001609417be75f707650f057c58d480e9ded1dc8460407629329c19154c65d273a6edc7682d3428f
+Size (gnumeric-1.12.59.tar.xz) = 17773992 bytes



Home | Main Index | Thread Index | Old Index