Received: by mail.netbsd.org (Postfix, from userid 605) id 9327584D43; Thu, 11 Feb 2021 16:08:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C80AA84CDA for ; Thu, 11 Feb 2021 16:08:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id v_xFjH7HyIfV for ; Thu, 11 Feb 2021 16:08:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E2D6084C86 for ; Thu, 11 Feb 2021 16:08:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DBDFDFA95; Thu, 11 Feb 2021 16:08:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613059731262460" MIME-Version: 1.0 Date: Thu, 11 Feb 2021 16:08:51 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/math/gnumeric112 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210211160851.DBDFDFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613059731262460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Feb 11 16:08:51 UTC 2021 Modified Files: pkgsrc/math/gnumeric112: Makefile PLIST distinfo options.mk Log Message: gnumeric: Update to 1.12.48 Gnumeric 1.12.48 Andreas: * Add axis title to chart in histogram tool. [#408] * Fix line end marker roundtrip through strict ODF * Improve export of line markers to ODF for interoperability * Improve line marker handling on import * Fix LaTeX export. [#489] * When reading an ODF file make all sheets of equal size. [#505] Jean: * Fix xlsx object non-import crash. * Fix in-place graph data problem. [#492] * Port to Python3. [#419] Morten: * Fix performance issue with sample_datasource. [#491] * Fix partial-line issue with sample_datasource. * Fix load of in-place graph data with extra ()s. [#492] * Fix Ctrl-; cursor position. [#494] * Fix ssconvert --merge-to problem. [#496] * Fix sheet size paste problem. [#497] * Speed up really large auto-filters. [#465] * Fix 2038 problem on quit. * Improve tests. * Improve dependency tracking for implicit intersection. [#501] * Fix format dialog issue. [#503] * Re-tune style quad tree. [#234] * Re-tune dependency bucket system. [#502] * Fix global name parsing problem with non-uniform sheet sizing. * Avoid style dependency redraw during file load. * Tend to dead kittens. * Fix metadata dialog. [#510] * Fix potential 64-bit problem with signals. * Fix GnmRange introspection. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/math/gnumeric112/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/gnumeric112/PLIST cvs rdiff -u -r1.28 -r1.29 pkgsrc/math/gnumeric112/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/gnumeric112/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613059731262460 Content-Disposition: inline Content-Length: 4251 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/gnumeric112/Makefile diff -u pkgsrc/math/gnumeric112/Makefile:1.71 pkgsrc/math/gnumeric112/Makefile:1.72 --- pkgsrc/math/gnumeric112/Makefile:1.71 Thu Nov 5 09:08:37 2020 +++ pkgsrc/math/gnumeric112/Makefile Thu Feb 11 16:08:51 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2020/11/05 09:08:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.72 2021/02/11 16:08:51 nia Exp $ -DISTNAME= gnumeric-1.12.47 -PKGREVISION= 5 +DISTNAME= gnumeric-1.12.48 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/math/gnumeric112/PLIST diff -u pkgsrc/math/gnumeric112/PLIST:1.16 pkgsrc/math/gnumeric112/PLIST:1.17 --- pkgsrc/math/gnumeric112/PLIST:1.16 Wed May 20 16:48:41 2020 +++ pkgsrc/math/gnumeric112/PLIST Thu Feb 11 16:08:51 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2020/05/20 16:48:41 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2021/02/11 16:08:51 nia Exp $ bin/gnumeric bin/${PKGNAME} bin/ssconvert @@ -233,6 +233,9 @@ lib/gnumeric/${PKGVERSION}/plugins/fn-ts lib/gnumeric/${PKGVERSION}/plugins/fn-tsa/plugin.xml lib/gnumeric/${PKGVERSION}/plugins/glpk/glpk.la lib/gnumeric/${PKGVERSION}/plugins/glpk/plugin.xml +lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/glossary-po-header +lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/gnome_glossary.py +lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/plugin.xml lib/gnumeric/${PKGVERSION}/plugins/html/html.la lib/gnumeric/${PKGVERSION}/plugins/html/plugin.xml lib/gnumeric/${PKGVERSION}/plugins/lotus/lotus.la @@ -253,6 +256,11 @@ lib/gnumeric/${PKGVERSION}/plugins/perl- lib/gnumeric/${PKGVERSION}/plugins/perl-loader/plugin.xml lib/gnumeric/${PKGVERSION}/plugins/plan_perfect/plan_perfect.la lib/gnumeric/${PKGVERSION}/plugins/plan_perfect/plugin.xml +lib/gnumeric/${PKGVERSION}/plugins/py-func/plugin.xml +lib/gnumeric/${PKGVERSION}/plugins/py-func/py_func.py +lib/gnumeric/${PKGVERSION}/plugins/python-loader/plugin.xml +lib/gnumeric/${PKGVERSION}/plugins/python-loader/python_loader.la +lib/gnumeric/${PKGVERSION}/plugins/python-loader/ui-console-menu.xml lib/gnumeric/${PKGVERSION}/plugins/qpro/plugin.xml lib/gnumeric/${PKGVERSION}/plugins/qpro/qpro.la lib/gnumeric/${PKGVERSION}/plugins/sample_datasource/plugin.xml Index: pkgsrc/math/gnumeric112/distinfo diff -u pkgsrc/math/gnumeric112/distinfo:1.28 pkgsrc/math/gnumeric112/distinfo:1.29 --- pkgsrc/math/gnumeric112/distinfo:1.28 Sun May 17 23:47:45 2020 +++ pkgsrc/math/gnumeric112/distinfo Thu Feb 11 16:08:51 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2020/05/17 23:47:45 nia Exp $ +$NetBSD: distinfo,v 1.29 2021/02/11 16:08:51 nia Exp $ -SHA1 (gnumeric-1.12.47.tar.xz) = 77fe210a595d3afc8c8724efa69d0ca96e341856 -RMD160 (gnumeric-1.12.47.tar.xz) = b2ab3d1dd68a76d9aff4ad73ab3c3ad2aa405069 -SHA512 (gnumeric-1.12.47.tar.xz) = f6298fee752b062672acc20e18388d7424719d69ce9586888f33be07ca92bbd7d99e46b98e9ab2a546d1954d3113b59a5105d46c4e8a13e65e1ae9acc38391ab -Size (gnumeric-1.12.47.tar.xz) = 18309764 bytes +SHA1 (gnumeric-1.12.48.tar.xz) = 0eb5b4474eb4a7d33852d2cef88cddd9c68d8a47 +RMD160 (gnumeric-1.12.48.tar.xz) = 1180ee1a34636abe87cbac3ccaa4e39789c08d08 +SHA512 (gnumeric-1.12.48.tar.xz) = 6c17e95ecd88b43da0f4f23d9c99dad5d0016f9618570a36be5998fa84c144bb5d13749fd9c4fe0c295e3c80d70c717d09763cc9904dfc1df062b96749b73ebc +Size (gnumeric-1.12.48.tar.xz) = 18329300 bytes SHA1 (patch-aa) = 87781e2955442d8edc803cd732b949017b0f4f27 SHA1 (patch-ab) = f6fe7aed7ab857f1d8292fd99950bda7a9fb96fa Index: pkgsrc/math/gnumeric112/options.mk diff -u pkgsrc/math/gnumeric112/options.mk:1.2 pkgsrc/math/gnumeric112/options.mk:1.3 --- pkgsrc/math/gnumeric112/options.mk:1.2 Wed May 20 16:48:41 2020 +++ pkgsrc/math/gnumeric112/options.mk Thu Feb 11 16:08:51 2021 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2020/05/20 16:48:41 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2021/02/11 16:08:51 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnumeric PKG_SUPPORTED_OPTIONS= psiconv python @@ -13,6 +13,5 @@ CONFIGURE_ARGS+= --without-psiconv .if !empty(PKG_OPTIONS:Mpython) CONFIGURE_ARGS+= --with-python -PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.12.47 PLIST_SRC+= PLIST PLIST.python .endif --_----------=_1613059731262460--