diff options
author | wiz <wiz> | 2014-01-02 18:50:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-02 18:50:03 +0000 |
commit | c0ce871cfedd649e79475ed6c9c0abc7985c4cf3 (patch) | |
tree | 8649026a854f9db7e1daf9eb2a0fbd800d999d49 /math | |
parent | 32eaef41693532ccabb141a8462523c96d50d557 (diff) | |
download | pkgsrc-c0ce871cfedd649e79475ed6c9c0abc7985c4cf3.tar.gz |
Update to 1.12.9:
Gnumeric 1.12.9
Jean
* Implement double click for graph sheets. [#712216]
Morten:
* Minor improvement to history dialog.
* Fix drop-down sizing (gtk+ regression). [#710749]
* Improve accuracy of R.QCAUCHY.
* Acquire more special function test cases.
* Improve accuracy of R.QGAMMA and thus R.QCHISQ.
* Improve accuracy of R.QBETA, R.QF, R.QTUKEY, R.QSNORM, and R.QST.
* Improve accuracy of COMBIN, PERMUT, POCHHAMMER, FACT, GAMMA.
* Improve accuracy of bessel functions with large non-integer alpha.
* Improve accuracy of ACOTH.
* Fix fuzzed file problems. [#708091] [#712662] [#712685] [#712700]
[#712708] [#712772] [#712788] [#712731] [#715003]
* Restore sheet reordering by drag.
* Fix BETA on win32.
* Fix win32 registry initialization.
* Fix win32 gdk-pixbuf install heisen-crash.
* Incorporate new tests from crlibm.
* New functions SINPI and COSPI.
* Improve accuracy of SIN/COS/TAN on win32.
* Work around GTK+ ABI break. [Redhat #1033827]
Xabier RodrÃguez Calvar:
* Fix dialog button order. [#710378]
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric112/Makefile | 6 | ||||
-rw-r--r-- | math/gnumeric112/PLIST | 5 | ||||
-rw-r--r-- | math/gnumeric112/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/math/gnumeric112/Makefile b/math/gnumeric112/Makefile index 9c250181c7e..08bdf98c089 100644 --- a/math/gnumeric112/Makefile +++ b/math/gnumeric112/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2013/10/27 23:35:01 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/02 18:50:03 wiz Exp $ -DISTNAME= gnumeric-1.12.8 +DISTNAME= gnumeric-1.12.9 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/} EXTRACT_SUFX= .tar.xz @@ -42,7 +42,7 @@ BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.18 .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" -BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.3 +BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.9 .include "../../misc/goffice0.10/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" diff --git a/math/gnumeric112/PLIST b/math/gnumeric112/PLIST index 28bdad324a8..e1687825152 100644 --- a/math/gnumeric112/PLIST +++ b/math/gnumeric112/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2013/10/27 23:35:01 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2014/01/02 18:50:03 wiz Exp $ bin/gnumeric bin/${PKGNAME} bin/ssconvert @@ -88,6 +88,9 @@ include/libspreadsheet-1.12/spreadsheet/rendered-value.h include/libspreadsheet-1.12/spreadsheet/search.h include/libspreadsheet-1.12/spreadsheet/selection.h include/libspreadsheet-1.12/spreadsheet/session.h +include/libspreadsheet-1.12/spreadsheet/sf-bessel.h +include/libspreadsheet-1.12/spreadsheet/sf-gamma.h +include/libspreadsheet-1.12/spreadsheet/sf-trig.h include/libspreadsheet-1.12/spreadsheet/sheet-autofill.h include/libspreadsheet-1.12/spreadsheet/sheet-control-gui-priv.h include/libspreadsheet-1.12/spreadsheet/sheet-control-gui.h diff --git a/math/gnumeric112/distinfo b/math/gnumeric112/distinfo index f49f89bb62c..1a10d6a9fb2 100644 --- a/math/gnumeric112/distinfo +++ b/math/gnumeric112/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2013/10/27 23:35:01 wiz Exp $ +$NetBSD: distinfo,v 1.10 2014/01/02 18:50:03 wiz Exp $ -SHA1 (gnumeric-1.12.8.tar.xz) = 4a978ff464ad36f98084faf706868a0965910a8f -RMD160 (gnumeric-1.12.8.tar.xz) = 7d803eafc37fb5fd7cc4ba802f53440228c0843c -Size (gnumeric-1.12.8.tar.xz) = 15545900 bytes +SHA1 (gnumeric-1.12.9.tar.xz) = f6b85391c3c124cd4f3ba58db420e114ac9ea87a +RMD160 (gnumeric-1.12.9.tar.xz) = 8b04d2ccdfad540adc3633ae1b8e42ff810b7217 +Size (gnumeric-1.12.9.tar.xz) = 17083264 bytes SHA1 (patch-aa) = b842351f041e42e14dbf22f02e333ea53ec9d377 SHA1 (patch-ab) = 6f8f2d145641bc557c420cf00f3d9b0bef9fff94 SHA1 (patch-gnumeric.desktop.in) = 74972fd2429d7f5ed0248e29dcca361cc0d1e2a4 |