diff options
author | wiz <wiz> | 2013-07-20 15:49:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-07-20 15:49:51 +0000 |
commit | e0148e0c13c5b1b07cc896ad62a908bb97326fe8 (patch) | |
tree | 520af61eb5843ea669bc325dbdd03d5882766a13 /math | |
parent | 2248d3b632ce212e292252e3737352672f2cc598 (diff) | |
download | pkgsrc-e0148e0c13c5b1b07cc896ad62a908bb97326fe8.tar.gz |
Update to 1.12.4:
Gnumeric 1.12.4
Andreas:
* Improve xlsx export of Gnumeric functions.
* Improve xlsx import of Excel 2010 functions.
* Improve xls import of Excel 2010 functions.
* Fix documentation of r.q* and r.*nbinom. [#703164]
* Add Excel 2010's BETA.DIST.
* Fix crash on corrupted files. [#703149] [#703215] [#703625] [#703895]
* Fix import of sxc files. [#703249]
* Fix TDIST Import/Export from/to ODF.
* Write manual legend position to ODF. [#703362]
* Fix position handling in strict ODF export.
Jean:
* Don't attempt to add a path item when there is no path object. [#703052]
Morten:
* Improve accuracy for 2-argument ERF.
* Fix crashes on corrupted files. [#703143] [#703307] [#703306]
* Fix --with-long-double tests. [#703397]
* Fix problems saving auto filters to xls. [#703308]
* Improve handling of large graph ranges. [#703546]
* Fix analysis issue with translations. [#703355]
* Fix COUNTIF (etc) pattern matching. [#703770]
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric112/Makefile | 4 | ||||
-rw-r--r-- | math/gnumeric112/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/gnumeric112/Makefile b/math/gnumeric112/Makefile index cf9405bcef8..7ed73eeea9e 100644 --- a/math/gnumeric112/Makefile +++ b/math/gnumeric112/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2013/07/04 14:12:09 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2013/07/20 15:49:51 wiz Exp $ -DISTNAME= gnumeric-1.12.3 +DISTNAME= gnumeric-1.12.4 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/} EXTRACT_SUFX= .tar.xz diff --git a/math/gnumeric112/distinfo b/math/gnumeric112/distinfo index 7493f3f4d6a..120bcf3ae9d 100644 --- a/math/gnumeric112/distinfo +++ b/math/gnumeric112/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2013/07/04 14:12:09 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/07/20 15:49:51 wiz Exp $ -SHA1 (gnumeric-1.12.3.tar.xz) = 7bafa914863083f7f2aeff691425a288e3f44d4e -RMD160 (gnumeric-1.12.3.tar.xz) = d7ac7845ac1ad4d10df4169858d4d3ae1ccdb560 -Size (gnumeric-1.12.3.tar.xz) = 15503384 bytes +SHA1 (gnumeric-1.12.4.tar.xz) = 2d1553fe7e9acbad7882e8e9e0487617ec7a997a +RMD160 (gnumeric-1.12.4.tar.xz) = e3540631bdc8827edfa7ecec6a62fd8bcf06399f +Size (gnumeric-1.12.4.tar.xz) = 15501540 bytes SHA1 (patch-aa) = f1cefe02242eebccef616365bd08627d5e9fb4cd SHA1 (patch-ab) = cb1f97384986219f8f54c3a87af5499d27dc8b1b SHA1 (patch-gnumeric.desktop.in) = f9167ce617a9991e4f3d55b24b1719e2baf814d9 |