Received: by mail.netbsd.org (Postfix, from userid 605) id 7CE4E84E0A; Mon, 7 May 2018 11:55:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 080E484DF3 for ; Mon, 7 May 2018 11:55:01 +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 ewmY7mc9_1bB for ; Mon, 7 May 2018 11:55:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 45B4084CDA for ; Mon, 7 May 2018 11:55:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4082EFBEC; Mon, 7 May 2018 11:55:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1525694100177540" MIME-Version: 1.0 Date: Mon, 7 May 2018 11:55:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/gnumeric112 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180507115500.4082EFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1525694100177540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 7 11:55:00 UTC 2018 Modified Files: pkgsrc/math/gnumeric112: Makefile PLIST distinfo Log Message: gnumeric: update to 1.12.40. Gnumeric 1.12.40 Andreas: * Fix histogram tool for the case of no labels. [#795475] Dean McCarron: * Introspection fixes. Morten: * Add floating-point environment sanity check. [#794515] * Before saving, verify that files hasn't changed on disk. [#334024] * Add GUI for comparing sheets. * Introspection fixes. * Clean up workbook view construction. * Test suite improvements. * Fix problems with boxed types. * Avoid most punting for object properties. * Fix paste from LibreOffice. * Fix paste to LibreOffice -- use Biff8. [#795280] * Allow inter-process paste-special. [#346630] * Fix ssconvert --merge-to problem with names. [#795408] * Fix problem with image pasting. * Allow pasting an image into Gnumeric. [#366816] * Full-column paste includes column width. [#121722] * Auto-fix shared array formulas in gnumeric files. * No-net-access doc build. [#790226] * No-net test suite fixes. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/math/gnumeric112/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/gnumeric112/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/gnumeric112/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1525694100177540 Content-Disposition: inline Content-Length: 3710 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.43 pkgsrc/math/gnumeric112/Makefile:1.44 --- pkgsrc/math/gnumeric112/Makefile:1.43 Mon Apr 16 14:34:52 2018 +++ pkgsrc/math/gnumeric112/Makefile Mon May 7 11:55:00 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2018/04/16 14:34:52 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2018/05/07 11:55:00 wiz Exp $ -DISTNAME= gnumeric-1.12.39 -PKGREVISION= 1 +DISTNAME= gnumeric-1.12.40 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/} EXTRACT_SUFX= .tar.xz @@ -43,7 +42,7 @@ BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1 .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" .include "../../lang/python/application.mk" -BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.38 +BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.40 .include "../../misc/goffice0.10/buildlink3.mk" BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.4.12 .include "../../textproc/libxml2/buildlink3.mk" Index: pkgsrc/math/gnumeric112/PLIST diff -u pkgsrc/math/gnumeric112/PLIST:1.9 pkgsrc/math/gnumeric112/PLIST:1.10 --- pkgsrc/math/gnumeric112/PLIST:1.9 Tue Dec 26 16:45:41 2017 +++ pkgsrc/math/gnumeric112/PLIST Mon May 7 11:55:00 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2017/12/26 16:45:41 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2018/05/07 11:55:00 wiz Exp $ bin/gnumeric bin/${PKGNAME} bin/ssconvert @@ -45,7 +45,6 @@ include/libspreadsheet-1.12/spreadsheet/ include/libspreadsheet-1.12/spreadsheet/gnm-so-line.h include/libspreadsheet-1.12/spreadsheet/gnm-so-path.h include/libspreadsheet-1.12/spreadsheet/gnm-so-polygon.h -include/libspreadsheet-1.12/spreadsheet/gnm-style-impl.h include/libspreadsheet-1.12/spreadsheet/gnumeric-conf.h include/libspreadsheet-1.12/spreadsheet/gnumeric-features.h include/libspreadsheet-1.12/spreadsheet/gnumeric-fwd.h @@ -99,6 +98,7 @@ include/libspreadsheet-1.12/spreadsheet/ include/libspreadsheet-1.12/spreadsheet/sheet-control-gui.h include/libspreadsheet-1.12/spreadsheet/sheet-control-priv.h include/libspreadsheet-1.12/spreadsheet/sheet-control.h +include/libspreadsheet-1.12/spreadsheet/sheet-diff.h include/libspreadsheet-1.12/spreadsheet/sheet-filter-combo.h include/libspreadsheet-1.12/spreadsheet/sheet-filter.h include/libspreadsheet-1.12/spreadsheet/sheet-merge.h Index: pkgsrc/math/gnumeric112/distinfo diff -u pkgsrc/math/gnumeric112/distinfo:1.18 pkgsrc/math/gnumeric112/distinfo:1.19 --- pkgsrc/math/gnumeric112/distinfo:1.18 Sun Apr 15 08:32:31 2018 +++ pkgsrc/math/gnumeric112/distinfo Mon May 7 11:55:00 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.18 2018/04/15 08:32:31 adam Exp $ +$NetBSD: distinfo,v 1.19 2018/05/07 11:55:00 wiz Exp $ -SHA1 (gnumeric-1.12.39.tar.xz) = 57f4abe564615facd5f318305d60ae2ddc93843d -RMD160 (gnumeric-1.12.39.tar.xz) = 2d8f1935aacd7939414d0b93f017cfea2807fea2 -SHA512 (gnumeric-1.12.39.tar.xz) = 8ae09ea857989e65a8fe2070b30c2309d82daa4142816ef3a1b107035aea0d71498d84eaeeaa870a1587e3785146fad3304321a531c75f6e2f200def53a8e898 -Size (gnumeric-1.12.39.tar.xz) = 20040688 bytes +SHA1 (gnumeric-1.12.40.tar.xz) = c8f0904289089d8ebd0b35fa0884b2b4ac7ef0d9 +RMD160 (gnumeric-1.12.40.tar.xz) = b8264c69737ed4129fb8e9189749b383a02e0a36 +SHA512 (gnumeric-1.12.40.tar.xz) = b623d49582fcae931ff35fb66320979dd150a0a7b5b08b384860de78aca4bad22e592a1a1f5ba53ac2bb642bb76ead2954117e465aab359b6adf817c6976130a +Size (gnumeric-1.12.40.tar.xz) = 18096164 bytes SHA1 (patch-aa) = 87781e2955442d8edc803cd732b949017b0f4f27 SHA1 (patch-ab) = f6fe7aed7ab857f1d8292fd99950bda7a9fb96fa SHA1 (patch-doc_Makefile.in) = b4f313f8b958388c26383122931c84593a39938b --_----------=_1525694100177540--