diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-18 08:04:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-18 08:04:39 +0000 |
commit | c372702b769d5c868889bfeec0bba42986ada6d0 (patch) | |
tree | 0ab1b6ac8fcb35cffb293e10e6173b0e64c5336b /math/gcalctool | |
parent | 121e7f0e165a6f3a7f28de1fbc630a6b1ae2bc84 (diff) | |
download | pkgsrc-c372702b769d5c868889bfeec0bba42986ada6d0.tar.gz |
Update to 5.26.2:
Overview of changes in gcalctool 5.26.2
* Remove negative sign from numbers rounded to zero. This is
only a partial fix as the error value is still visible in
scientific notation (Robert Ancell, Bug #560802)
* Support odd roots of negative numbers (Robert Ancell, Bug
#576973)
* Keep settings (show zeroes, thousands separator etc) when
changing modes (Robert Ancell, Bug #580398)
* Fix missing license text in about dialog (Robert Ancell, Bug
#579174)
* Updated documentation: el (Jennie Petoumenou)
* Updated translations: el (Jennie Petoumenou), es (Jorge
Gonzalez)
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 4 | ||||
-rw-r--r-- | math/gcalctool/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 18bdafcecd7..250cb2a0f23 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2009/04/17 17:30:02 drochner Exp $ +# $NetBSD: Makefile,v 1.81 2009/05/18 08:04:39 wiz Exp $ # -DISTNAME= gcalctool-5.26.1 +DISTNAME= gcalctool-5.26.2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/5.26/} EXTRACT_SUFX= .tar.bz2 diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index 955357205fb..bbea7133397 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2009/04/17 17:30:02 drochner Exp $ +$NetBSD: distinfo,v 1.39 2009/05/18 08:04:39 wiz Exp $ -SHA1 (gcalctool-5.26.1.tar.bz2) = b928d34ba7d2227432c187dd5d3f4a76eb14bb59 -RMD160 (gcalctool-5.26.1.tar.bz2) = 8b6a94db38d9b2456b72e903fd835f4fed6290cf -Size (gcalctool-5.26.1.tar.bz2) = 2039217 bytes +SHA1 (gcalctool-5.26.2.tar.bz2) = 450acb12a292dce32920ca6dd6c5784ad7ff9179 +RMD160 (gcalctool-5.26.2.tar.bz2) = 55acbe100b1da150a2c1dbdd0d251f7a5af0756b +Size (gcalctool-5.26.2.tar.bz2) = 1966292 bytes |