Sun May 17 23:47:11 2020 UTC ()
goffice0.10: Update to 0.10.47

goffice 0.10.47:

Jean:
	* Fix crash if a XY plot series has data labels but no valid data. [#426]
	* Fix criticals related to data labels. [#428]
	* Fix a drawing error in contour plots. [#458]
	* Ensure that all required dims have valid data in a valid series. [#466]
	* Fix legend order in bar plots.
	* Test plot series validity after a data change. [#468]
	* Fix crossing axis position. [#45]
	* Fix component duplication. [#483]

Morten:
	* Fix library namespace issue.
	* Implement auto-by-extension for image files.


(nia)
diff -r1.40 -r1.41 pkgsrc/misc/goffice0.10/Makefile
diff -r1.25 -r1.26 pkgsrc/misc/goffice0.10/distinfo

cvs diff -r1.40 -r1.41 pkgsrc/misc/goffice0.10/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/goffice0.10/Makefile 2020/03/10 22:08:54 1.40
+++ pkgsrc/misc/goffice0.10/Makefile 2020/05/17 23:47:11 1.41
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.40 2020/03/10 22:08:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.41 2020/05/17 23:47:11 nia Exp $
2 2
3DISTNAME= goffice-0.10.46 3DISTNAME= goffice-0.10.47
4PKGNAME= ${DISTNAME:S/goffice/goffice0.10/} 4PKGNAME= ${DISTNAME:S/goffice/goffice0.10/}
5PKGREVISION= 2 
6CATEGORIES= misc 5CATEGORIES= misc
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/}
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://www.gnome.org/ 10HOMEPAGE= https://www.gnome.org/
12COMMENT= Library of document-centric objects and utilities 11COMMENT= Library of document-centric objects and utilities
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice.pc.in 16PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice.pc.in
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

cvs diff -r1.25 -r1.26 pkgsrc/misc/goffice0.10/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/goffice0.10/distinfo 2019/11/13 11:35:00 1.25
+++ pkgsrc/misc/goffice0.10/distinfo 2020/05/17 23:47:11 1.26
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: distinfo,v 1.25 2019/11/13 11:35:00 wiz Exp $ 1$NetBSD: distinfo,v 1.26 2020/05/17 23:47:11 nia Exp $
2 2
3SHA1 (goffice-0.10.46.tar.xz) = ce4a6299f89c80be4eacecfb9541a74b55869de7 3SHA1 (goffice-0.10.47.tar.xz) = 0773ab9ebf7c4966b7ca93a59136fbb2e78b42e0
4RMD160 (goffice-0.10.46.tar.xz) = 3c968f0533722e56ea0b83b92b5a89b9de0bdaeb 4RMD160 (goffice-0.10.47.tar.xz) = 94940a5b913c4e97366240a39712da6b651afdf0
5SHA512 (goffice-0.10.46.tar.xz) = 23714fef4dabccc76fe96b78d8eba9c9adb01cb9b3e2f1a9768598fb2a82742b2d2060a7d2548279998488c59e313d7a5863a96b2eb380f540b61fb08e0330f3 5SHA512 (goffice-0.10.47.tar.xz) = 0db26fbd049893ee9274ee492e1dc3f10ae789cf99cc0b9dda3f1c2f106423e4679cc56515eb08bbf752aaf48492212777eee08d43a9fefb0b22048e883f5a76
6Size (goffice-0.10.46.tar.xz) = 2397976 bytes 6Size (goffice-0.10.47.tar.xz) = 2400616 bytes
7SHA1 (patch-gofffice_app_io-context.h) = b8aceae57a06af6873cbf0219b255ce9b9627d84 7SHA1 (patch-gofffice_app_io-context.h) = b8aceae57a06af6873cbf0219b255ce9b9627d84
8SHA1 (patch-goffice_app_error-info.h) = 6273b5d9a95bb5d45aaa9369271f7476d74f6b0a 8SHA1 (patch-goffice_app_error-info.h) = 6273b5d9a95bb5d45aaa9369271f7476d74f6b0a
9SHA1 (patch-goffice_math_go-complex.c) = 813c0047372c268d1f8855d264a9e366d1cd979e 9SHA1 (patch-goffice_math_go-complex.c) = 813c0047372c268d1f8855d264a9e366d1cd979e
10SHA1 (patch-goffice_math_go-dtoa.c) = 49a9194f6be85cfec2df4ee09a918f65f820c1cc 10SHA1 (patch-goffice_math_go-dtoa.c) = 49a9194f6be85cfec2df4ee09a918f65f820c1cc
11SHA1 (patch-goffice_math_go-math.c) = a7301ca61559efc336ef6905ef9c116eacb7cbdf 11SHA1 (patch-goffice_math_go-math.c) = a7301ca61559efc336ef6905ef9c116eacb7cbdf
12SHA1 (patch-goffice_math_go-matrix.c) = 3d7be1540defaefbd2facc2c85b31938e0c5cac0 12SHA1 (patch-goffice_math_go-matrix.c) = 3d7be1540defaefbd2facc2c85b31938e0c5cac0
13SHA1 (patch-goffice_utils_go-glib-extras.c) = ed27e08c67a9341a43f24a23a1f97c4851d8cd3d 13SHA1 (patch-goffice_utils_go-glib-extras.c) = ed27e08c67a9341a43f24a23a1f97c4851d8cd3d