Received: by mail.netbsd.org (Postfix, from userid 605) id 91B2E84E93; Thu, 15 Dec 2022 13:10:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C389B84D35 for ; Thu, 15 Dec 2022 13:10:11 +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 XM4H-q_XSmaT for ; Thu, 15 Dec 2022 13:10:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 13DA584D40 for ; Thu, 15 Dec 2022 13:10:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 741E7FA90; Thu, 15 Dec 2022 13:09:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167110977258800" MIME-Version: 1.0 Date: Thu, 15 Dec 2022 13:09:32 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/misc/goffice0.10 To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221215130932.741E7FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167110977258800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Dec 15 13:09:32 UTC 2022 Modified Files: pkgsrc/misc/goffice0.10: Makefile distinfo Log Message: goffice0.10: Update to 0.10.53. goffice 0.10.53: Morten: * Fix problem rendering "...E-xx" numbers. [#60] * Hack around introspection issue. [Part of #59] * Fix crash in plot [Gnumeric #667] goffice 0.10.52: Morten: * Improve GOComboBox css styling. * Reimplement GOActionComboStack using GtkComboBox. * Introspection fixes. * Documentation fixes. * Fix go_{add,sub}_epsilon{,l} confusion in fallback code for win32. B.S: * Fix long double problem with go_dtoa. [#57] goffice 0.10.51: Jean: * Do not clip markers in scatter plots. [#584] * Draw background and outline for data labels. [#592] John Denker: * Fix go_fake_{ceil,floor} confusion. [#56] Morten: * Introspection updates. * Improve go_pow10 accuracy by avoiding pow as much as possible. * Take evasive action re g_memdup. goffice 0.10.50: Jean: * Fix data update in matrix plots, see Debian #988397. * Fix rendering on high resolution monitors when scale is not 1. [#578] Morten: * Simplify regression equation code. * Use only 3 decimals for R^2 for regression lines. * Eliminate empty Special category from format selector. [#29] * Improve regression line equation for date axes. [#41] goffice 0.10.49: Morten: * Fix ods format problem. [Gnumeric #518] * Fix axis line crash. [Gnumeric #524] * Add state and saved-state to GODoc. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/misc/goffice0.10/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/goffice0.10/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167110977258800 Content-Disposition: inline Content-Length: 2612 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.50 pkgsrc/misc/goffice0.10/Makefile:1.51 --- pkgsrc/misc/goffice0.10/Makefile:1.50 Wed Nov 23 16:18:52 2022 +++ pkgsrc/misc/goffice0.10/Makefile Thu Dec 15 13:09:32 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2022/11/23 16:18:52 adam Exp $ +# $NetBSD: Makefile,v 1.51 2022/12/15 13:09:32 jperkin Exp $ -DISTNAME= goffice-0.10.48 +DISTNAME= goffice-0.10.53 PKGNAME= ${DISTNAME:S/goffice/goffice0.10/} -PKGREVISION= 5 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/} EXTRACT_SUFX= .tar.xz @@ -14,10 +13,11 @@ LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice.pc.in GNU_CONFIGURE= yes USE_TOOLS+= bison gmake intltool msgfmt pkg-config +PKGCONFIG_OVERRIDE+= libgoffice.pc.in + TEST_TARGET= check .include "../../converters/libiconv/buildlink3.mk" @@ -35,7 +35,6 @@ BUILDLINK_API_DEPENDS.gdk-pibxbuf2+= gdk BUILDLINK_API_DEPENDS.librsvg+= librsvg>=2.22.0 .include "../../graphics/librsvg/buildlink3.mk" .include "../../graphics/lasem/buildlink3.mk" -BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.4.12 .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.8.7 Index: pkgsrc/misc/goffice0.10/distinfo diff -u pkgsrc/misc/goffice0.10/distinfo:1.29 pkgsrc/misc/goffice0.10/distinfo:1.30 --- pkgsrc/misc/goffice0.10/distinfo:1.29 Tue Oct 26 10:59:04 2021 +++ pkgsrc/misc/goffice0.10/distinfo Thu Dec 15 13:09:32 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2021/10/26 10:59:04 nia Exp $ +$NetBSD: distinfo,v 1.30 2022/12/15 13:09:32 jperkin Exp $ -BLAKE2s (goffice-0.10.48.tar.xz) = ef6d09ca1a52575d40ee95a13b2626e6c8c7742ecd607e2b78dc5ae07ae2b66b -SHA512 (goffice-0.10.48.tar.xz) = 90ce49c666a164205f8f78dca9fa40c81ddf0312b1b7f76808b8813d168868b5ce46c307fd5405a1314b0a475a4e52e95ab379b2dc751c1626e085ecf846d0f3 -Size (goffice-0.10.48.tar.xz) = 2413400 bytes +BLAKE2s (goffice-0.10.53.tar.xz) = b878a9e70551d2145b588ecc4542dbb641a478cba2bbaa827c2317b960d2cd80 +SHA512 (goffice-0.10.53.tar.xz) = cd2d0f49f803cb2f01b3a690bfbe3ea4be5c09e00e8ef643055f56c16549529b7c2c098b87286062d3a5048c1f64d600f74082f53710d8ed8cbb34cb6829dafd +Size (goffice-0.10.53.tar.xz) = 2442336 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 --_----------=_167110977258800--