Skip to content

Commit

Permalink
Update to 0.5.2:
Browse files Browse the repository at this point in the history
goffice 0.5.2:

Jean:
	* Fix xy color scale when some data are missing. [#475394]
	* Fix NULL pointer crash in gog_line_view_render(). [#492485]

Jody:
	* Add the ability to make a GogObject invisible.

Morten:
	* Fix moving-average problem.  [#491328]

Sum1:
	* Fix ABR in spline code.  [#492158]
  • Loading branch information
0-wiz-0 committed Nov 8, 2007
1 parent 86d21f1 commit 9248a6b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 54 deletions.
6 changes: 3 additions & 3 deletions misc/goffice0.5/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.4 2007/10/27 02:22:46 wiz Exp $
# $NetBSD: Makefile,v 1.5 2007/11/08 19:38:37 wiz Exp $
#

DISTNAME= goffice-0.5.1
PKGNAME= goffice0.5-0.5.1
DISTNAME= goffice-0.5.2
PKGNAME= goffice0.5-0.5.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.5/}

Expand Down
4 changes: 2 additions & 2 deletions misc/goffice0.5/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.3 2007/10/27 02:22:46 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.4 2007/11/08 19:38:37 wiz Exp $

BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GOFFICE0.5_BUILDLINK3_MK:= ${GOFFICE0.5_BUILDLINK3_MK}+
Expand All @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= goffice0.5
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}goffice0.5

.if ${GOFFICE0.5_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.goffice0.5+= goffice0.5>=0.5.1
BUILDLINK_API_DEPENDS.goffice0.5+= goffice0.5>=0.5.2
BUILDLINK_PKGSRCDIR.goffice0.5?= ../../misc/goffice0.5
.endif # GOFFICE0.5_BUILDLINK3_MK

Expand Down
12 changes: 5 additions & 7 deletions misc/goffice0.5/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
$NetBSD: distinfo,v 1.4 2007/11/05 09:02:41 rillig Exp $
$NetBSD: distinfo,v 1.5 2007/11/08 19:38:37 wiz Exp $

SHA1 (goffice-0.5.1.tar.gz) = c5309720d73b5ea5f9239619cbcffa62027b5db3
RMD160 (goffice-0.5.1.tar.gz) = 46a2dc4c3043d38c18be1ab8c084a1c6d5754d07
Size (goffice-0.5.1.tar.gz) = 3043886 bytes
SHA1 (patch-aa) = 3ddbbc595ea0a6a92b7dc75d3580e638c3f87a04
SHA1 (patch-ab) = e9c69f309ae3ef62e274262378bf6823dd2c11fa
SHA1 (patch-ac) = 6949a22ccbb7d897844f3050f4a37f41c214d131
SHA1 (goffice-0.5.2.tar.gz) = fdda39e4faebf56cc72c76aebc8cbbee654a26ee
RMD160 (goffice-0.5.2.tar.gz) = 01f8831a5df5375994aef8323eaf49c490f2b369
Size (goffice-0.5.2.tar.gz) = 3047022 bytes
SHA1 (patch-ab) = 3eb91c3d1050d28eb4f837b3e647f698fa71f5d5
25 changes: 0 additions & 25 deletions misc/goffice0.5/patches/patch-aa

This file was deleted.

8 changes: 4 additions & 4 deletions misc/goffice0.5/patches/patch-ab
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$NetBSD: patch-ab,v 1.1 2007/11/02 23:05:35 rillig Exp $
$NetBSD: patch-ab,v 1.2 2007/11/08 19:38:38 wiz Exp $

for sunpro.

--- goffice/graph/gog-guru.c.orig 2007-08-10 16:53:52.000000000 +0200
+++ goffice/graph/gog-guru.c 2007-11-02 15:18:36.751807000 +0100
@@ -1512,7 +1512,7 @@ gog_guru (GogGraph *graph, GogDataAlloca
--- goffice/graph/gog-guru.c.orig 2007-10-10 00:08:45.000000000 +0000
+++ goffice/graph/gog-guru.c
@@ -1307,7 +1307,7 @@ gog_guru (GogGraph *graph, GogDataAlloca
g_object_set_data_full (G_OBJECT (state->dialog),
"state", state, (GDestroyNotify) graph_guru_state_destroy);

Expand Down
13 changes: 0 additions & 13 deletions misc/goffice0.5/patches/patch-ac

This file was deleted.

0 comments on commit 9248a6b

Please sign in to comment.