Skip to content

Commit

Permalink
goffice0.10: update to 0.10.48
Browse files Browse the repository at this point in the history
goffice 0.10.48:

Jean:
	* Avoid serializing empty graph data. [#46]
	* Clip data labels in XY plots. [#47]
	* Don't emit a critical for invalid series in Logarithmic fit. [#49]
	* Optimize GtkWidget embedding in the canvas. See #465.
	* Clip grid lines rendering to the plot area. [#50]
	* Speed up GocGroup for large number of children.  [Gnumeric #465]
	* Make GocGroup usable as a widgetless canvas.

Morten:
	* Avoid critical in document image handling.
	* Introspection fixes.
	* Speed up GocGroup for large number of children.  [Gnumeric #465]
	* Stop checking for Xrender.
	* Plug leaks.
  • Loading branch information
alarixnia committed Feb 11, 2021
1 parent 8df6b70 commit ae9b5a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions misc/goffice0.10/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.44 2020/11/05 09:06:59 ryoon Exp $
# $NetBSD: Makefile,v 1.45 2021/02/11 15:45:27 nia Exp $

DISTNAME= goffice-0.10.47
DISTNAME= goffice-0.10.48
PKGNAME= ${DISTNAME:S/goffice/goffice0.10/}
PKGREVISION= 3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/}
EXTRACT_SUFX= .tar.xz
Expand Down
10 changes: 5 additions & 5 deletions misc/goffice0.10/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.26 2020/05/17 23:47:11 nia Exp $
$NetBSD: distinfo,v 1.27 2021/02/11 15:45:27 nia Exp $

SHA1 (goffice-0.10.47.tar.xz) = 0773ab9ebf7c4966b7ca93a59136fbb2e78b42e0
RMD160 (goffice-0.10.47.tar.xz) = 94940a5b913c4e97366240a39712da6b651afdf0
SHA512 (goffice-0.10.47.tar.xz) = 0db26fbd049893ee9274ee492e1dc3f10ae789cf99cc0b9dda3f1c2f106423e4679cc56515eb08bbf752aaf48492212777eee08d43a9fefb0b22048e883f5a76
Size (goffice-0.10.47.tar.xz) = 2400616 bytes
SHA1 (goffice-0.10.48.tar.xz) = 86da465e81d84a1f353766adaf3c88ad62b22e55
RMD160 (goffice-0.10.48.tar.xz) = 65362cd8dbeb4441e976e76a1aece35bd586ad46
SHA512 (goffice-0.10.48.tar.xz) = 90ce49c666a164205f8f78dca9fa40c81ddf0312b1b7f76808b8813d168868b5ce46c307fd5405a1314b0a475a4e52e95ab379b2dc751c1626e085ecf846d0f3
Size (goffice-0.10.48.tar.xz) = 2413400 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
Expand Down

0 comments on commit ae9b5a8

Please sign in to comment.