Received: by mail.netbsd.org (Postfix, from userid 605) id B758A84E02; Tue, 30 Jul 2019 14:21:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3CB7284D2A for ; Tue, 30 Jul 2019 14:21:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iBixBJbpkULx for ; Tue, 30 Jul 2019 14:21:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 31F0A84CE2 for ; Tue, 30 Jul 2019 14:21:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24F04FBF4; Tue, 30 Jul 2019 14:21:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1564496473283660" MIME-Version: 1.0 Date: Tue, 30 Jul 2019 14:21:13 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/misc/goffice0.10 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190730142113.24F04FBF4@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. --_----------=_1564496473283660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jul 30 14:21:13 UTC 2019 Modified Files: pkgsrc/misc/goffice0.10: Makefile PLIST distinfo Log Message: goffice0.10: Update to 0.10.45 The Gnumeric Team is pleased to announce the availability of goffice version 0.10.45. This is a bugfix release. Details of changes by contributor: Jean Fix crash in exponential smoothing with invalid y data. [Bug 377]. Fix ring plot center size persistence. [Bug 395]. Morten Introspection fixes. Work around gtk-doc bugs. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/misc/goffice0.10/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/goffice0.10/PLIST cvs rdiff -u -r1.23 -r1.24 pkgsrc/misc/goffice0.10/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1564496473283660 Content-Disposition: inline Content-Length: 3202 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/goffice0.10/Makefile diff -u pkgsrc/misc/goffice0.10/Makefile:1.36 pkgsrc/misc/goffice0.10/Makefile:1.37 --- pkgsrc/misc/goffice0.10/Makefile:1.36 Sun Jul 21 22:24:08 2019 +++ pkgsrc/misc/goffice0.10/Makefile Tue Jul 30 14:21:12 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2019/07/21 22:24:08 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2019/07/30 14:21:12 nia Exp $ -DISTNAME= goffice-0.10.44 +DISTNAME= goffice-0.10.45 PKGNAME= ${DISTNAME:S/goffice/goffice0.10/} -PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/} EXTRACT_SUFX= .tar.xz @@ -16,7 +15,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice.pc.in GNU_CONFIGURE= yes -USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_TOOLS+= bison gmake intltool msgfmt pkg-config TEST_TARGET= check Index: pkgsrc/misc/goffice0.10/PLIST diff -u pkgsrc/misc/goffice0.10/PLIST:1.7 pkgsrc/misc/goffice0.10/PLIST:1.8 --- pkgsrc/misc/goffice0.10/PLIST:1.7 Tue Oct 3 12:44:05 2017 +++ pkgsrc/misc/goffice0.10/PLIST Tue Jul 30 14:21:12 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2017/10/03 12:44:05 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2019/07/30 14:21:12 nia Exp $ include/libgoffice-0.10/goffice/app/error-info.h include/libgoffice-0.10/goffice/app/file.h include/libgoffice-0.10/goffice/app/go-cmd-context-impl.h @@ -386,6 +386,7 @@ share/locale/et/LC_MESSAGES/goffice-${PK share/locale/eu/LC_MESSAGES/goffice-${PKGVERSION}.mo share/locale/fi/LC_MESSAGES/goffice-${PKGVERSION}.mo share/locale/fr/LC_MESSAGES/goffice-${PKGVERSION}.mo +share/locale/fur/LC_MESSAGES/goffice-${PKGVERSION}.mo share/locale/ga/LC_MESSAGES/goffice-${PKGVERSION}.mo share/locale/gl/LC_MESSAGES/goffice-${PKGVERSION}.mo share/locale/he/LC_MESSAGES/goffice-${PKGVERSION}.mo Index: pkgsrc/misc/goffice0.10/distinfo diff -u pkgsrc/misc/goffice0.10/distinfo:1.23 pkgsrc/misc/goffice0.10/distinfo:1.24 --- pkgsrc/misc/goffice0.10/distinfo:1.23 Sat Dec 1 05:55:38 2018 +++ pkgsrc/misc/goffice0.10/distinfo Tue Jul 30 14:21:12 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.23 2018/12/01 05:55:38 wiz Exp $ +$NetBSD: distinfo,v 1.24 2019/07/30 14:21:12 nia Exp $ -SHA1 (goffice-0.10.44.tar.xz) = 9c29e353210dc446a987d9b2c2fe608a92eef897 -RMD160 (goffice-0.10.44.tar.xz) = 9c9cafd87ac6bf50636861de10fe3ef27630416c -SHA512 (goffice-0.10.44.tar.xz) = 9e86440afaee4d6eadd31c328a13dc54fb4056dfc70ef0196d83bada5f05eb4fc12daf35fc4e79ea6ebfe8a97dc6ed74b50e514f9d27f08bff776ab898f1c71d -Size (goffice-0.10.44.tar.xz) = 2373728 bytes +SHA1 (goffice-0.10.45.tar.xz) = a6b1276ab41cd118cf29d1fdc4e3e6c6c9ffc34d +RMD160 (goffice-0.10.45.tar.xz) = 798bda4963ea01b17bb76c4376dbcebdc65e8c8a +SHA512 (goffice-0.10.45.tar.xz) = 72400d1cc9e4ca8b6562773879180651b6404e0c8dd8fcdcd7f6491dc42e12ee57f30f8f0c2f788d25bd2397dc4bdf95af7b875356a03d5981a7e311cfd7e132 +Size (goffice-0.10.45.tar.xz) = 2397704 bytes SHA1 (patch-gofffice_app_io-context.h) = b8aceae57a06af6873cbf0219b255ce9b9627d84 SHA1 (patch-goffice_app_error-info.h) = 6273b5d9a95bb5d45aaa9369271f7476d74f6b0a SHA1 (patch-goffice_math_go-complex.c) = 813c0047372c268d1f8855d264a9e366d1cd979e --_----------=_1564496473283660--