Sat Jul 20 15:44:10 2013 UTC ()
Update to 0.10.4:

goffice 0.10.4:

Andreas:
	* Fix crash on corrupted GOImage. [#703670]

Jean:
	* Fix loading of image with invalid size or data. [#703740]
	* Don't use invalid GOImage arguments. [#703949]

Morten:
	* Fix linear regression failure.
	* Add prescaling to linear regression.  [#703381]


(wiz)
diff -r1.6 -r1.7 pkgsrc/misc/goffice0.10/Makefile
diff -r1.3 -r1.4 pkgsrc/misc/goffice0.10/PLIST
diff -r1.3 -r1.4 pkgsrc/misc/goffice0.10/distinfo

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

--- pkgsrc/misc/goffice0.10/Makefile 2013/07/04 14:11:28 1.6
+++ pkgsrc/misc/goffice0.10/Makefile 2013/07/20 15:44:10 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2013/07/04 14:11:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2013/07/20 15:44:10 wiz Exp $
2 2
3DISTNAME= goffice-0.10.3 3DISTNAME= goffice-0.10.4
4PKGNAME= ${DISTNAME:S/goffice/goffice0.10/} 4PKGNAME= ${DISTNAME:S/goffice/goffice0.10/}
5CATEGORIES= misc 5CATEGORIES= misc
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.10/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnome.org/ 10HOMEPAGE= http://www.gnome.org/
11COMMENT= Library of document-centric objects and utilities 11COMMENT= Library of document-centric objects and utilities
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice.pc.in 16PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoffice.pc.in

cvs diff -r1.3 -r1.4 pkgsrc/misc/goffice0.10/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/goffice0.10/PLIST 2013/07/04 14:11:28 1.3
+++ pkgsrc/misc/goffice0.10/PLIST 2013/07/20 15:44:10 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2013/07/04 14:11:28 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.4 2013/07/20 15:44:10 wiz Exp $
2include/libgoffice-0.10/goffice/app/error-info.h 2include/libgoffice-0.10/goffice/app/error-info.h
3include/libgoffice-0.10/goffice/app/file.h 3include/libgoffice-0.10/goffice/app/file.h
4include/libgoffice-0.10/goffice/app/go-cmd-context-impl.h 4include/libgoffice-0.10/goffice/app/go-cmd-context-impl.h
5include/libgoffice-0.10/goffice/app/go-cmd-context.h 5include/libgoffice-0.10/goffice/app/go-cmd-context.h
6include/libgoffice-0.10/goffice/app/go-conf.h 6include/libgoffice-0.10/goffice/app/go-conf.h
7include/libgoffice-0.10/goffice/app/go-doc-control-impl.h 7include/libgoffice-0.10/goffice/app/go-doc-control-impl.h
8include/libgoffice-0.10/goffice/app/go-doc-control.h 8include/libgoffice-0.10/goffice/app/go-doc-control.h
9include/libgoffice-0.10/goffice/app/go-doc-impl.h 9include/libgoffice-0.10/goffice/app/go-doc-impl.h
10include/libgoffice-0.10/goffice/app/go-doc.h 10include/libgoffice-0.10/goffice/app/go-doc.h
11include/libgoffice-0.10/goffice/app/go-plugin-loader-module.h 11include/libgoffice-0.10/goffice/app/go-plugin-loader-module.h
12include/libgoffice-0.10/goffice/app/go-plugin-loader.h 12include/libgoffice-0.10/goffice/app/go-plugin-loader.h
13include/libgoffice-0.10/goffice/app/go-plugin-service-impl.h 13include/libgoffice-0.10/goffice/app/go-plugin-service-impl.h
14include/libgoffice-0.10/goffice/app/go-plugin-service.h 14include/libgoffice-0.10/goffice/app/go-plugin-service.h
@@ -248,26 +248,27 @@ share/gtk-doc/html/goffice-0.10/GocPixbu @@ -248,26 +248,27 @@ share/gtk-doc/html/goffice-0.10/GocPixbu
248share/gtk-doc/html/goffice-0.10/GocPolygon.html 248share/gtk-doc/html/goffice-0.10/GocPolygon.html
249share/gtk-doc/html/goffice-0.10/GocPolyline.html 249share/gtk-doc/html/goffice-0.10/GocPolyline.html
250share/gtk-doc/html/goffice-0.10/GocRectangle.html 250share/gtk-doc/html/goffice-0.10/GocRectangle.html
251share/gtk-doc/html/goffice-0.10/GocStyledItem.html 251share/gtk-doc/html/goffice-0.10/GocStyledItem.html
252share/gtk-doc/html/goffice-0.10/GocText.html 252share/gtk-doc/html/goffice-0.10/GocText.html
253share/gtk-doc/html/goffice-0.10/GocWidget.html 253share/gtk-doc/html/goffice-0.10/GocWidget.html
254share/gtk-doc/html/goffice-0.10/Gog3DBox.html 254share/gtk-doc/html/goffice-0.10/Gog3DBox.html
255share/gtk-doc/html/goffice-0.10/GogAxis.html 255share/gtk-doc/html/goffice-0.10/GogAxis.html
256share/gtk-doc/html/goffice-0.10/GogAxisColorMap.html 256share/gtk-doc/html/goffice-0.10/GogAxisColorMap.html
257share/gtk-doc/html/goffice-0.10/GogAxisLine.html 257share/gtk-doc/html/goffice-0.10/GogAxisLine.html
258share/gtk-doc/html/goffice-0.10/GogAxisMap.html 258share/gtk-doc/html/goffice-0.10/GogAxisMap.html
259share/gtk-doc/html/goffice-0.10/GogChart.html 259share/gtk-doc/html/goffice-0.10/GogChart.html
260share/gtk-doc/html/goffice-0.10/GogChartMap.html 260share/gtk-doc/html/goffice-0.10/GogChartMap.html
 261share/gtk-doc/html/goffice-0.10/GogColorScale.html
261share/gtk-doc/html/goffice-0.10/GogDataEditor.html 262share/gtk-doc/html/goffice-0.10/GogDataEditor.html
262share/gtk-doc/html/goffice-0.10/GogDataset.html 263share/gtk-doc/html/goffice-0.10/GogDataset.html
263share/gtk-doc/html/goffice-0.10/GogErrorBar.html 264share/gtk-doc/html/goffice-0.10/GogErrorBar.html
264share/gtk-doc/html/goffice-0.10/GogGraph.html 265share/gtk-doc/html/goffice-0.10/GogGraph.html
265share/gtk-doc/html/goffice-0.10/GogGrid.html 266share/gtk-doc/html/goffice-0.10/GogGrid.html
266share/gtk-doc/html/goffice-0.10/GogGridLine.html 267share/gtk-doc/html/goffice-0.10/GogGridLine.html
267share/gtk-doc/html/goffice-0.10/GogLabel.html 268share/gtk-doc/html/goffice-0.10/GogLabel.html
268share/gtk-doc/html/goffice-0.10/GogLegend.html 269share/gtk-doc/html/goffice-0.10/GogLegend.html
269share/gtk-doc/html/goffice-0.10/GogObject.html 270share/gtk-doc/html/goffice-0.10/GogObject.html
270share/gtk-doc/html/goffice-0.10/GogOutlinedView.html 271share/gtk-doc/html/goffice-0.10/GogOutlinedView.html
271share/gtk-doc/html/goffice-0.10/GogPlot.html 272share/gtk-doc/html/goffice-0.10/GogPlot.html
272share/gtk-doc/html/goffice-0.10/GogRegCurve.html 273share/gtk-doc/html/goffice-0.10/GogRegCurve.html
273share/gtk-doc/html/goffice-0.10/GogRegEqn.html 274share/gtk-doc/html/goffice-0.10/GogRegEqn.html

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

--- pkgsrc/misc/goffice0.10/distinfo 2013/07/04 14:11:28 1.3
+++ pkgsrc/misc/goffice0.10/distinfo 2013/07/20 15:44:10 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2013/07/04 14:11:28 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2013/07/20 15:44:10 wiz Exp $
2 2
3SHA1 (goffice-0.10.3.tar.xz) = dd1291623c7a5d588fca45df01d5eb5dde76f470 3SHA1 (goffice-0.10.4.tar.xz) = e1be604f15a907d37b8526042f9e7060defb6623
4RMD160 (goffice-0.10.3.tar.xz) = 585eac4a3ea200e8bc72fd569f30209f20c02ef1 4RMD160 (goffice-0.10.4.tar.xz) = c81ab86f437f7c959e8d94583884c2cd579cc799
5Size (goffice-0.10.3.tar.xz) = 2198856 bytes 5Size (goffice-0.10.4.tar.xz) = 2202540 bytes