pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/gnucash Update to 2.0.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7a87956ea9b
branches:  trunk
changeset: 522545:f7a87956ea9b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 12 19:27:35 2006 +0000

description:
Update to 2.0.3:

 2.0.3 - 10 December 2006
         o Release of new stable version 2.0.3.
         o Core changes;
         - Fix for crashes on Solaris and Windows.
         - Fix for crash on quit during save.
         - Fix a bug so that blank transactions are marked as pending.
         - When progress bar is showing, do not make menus and toolbars
           insensitive, but rather the underlying action groups.
         - Save window size and position of the transfer dialog.
         o Scheduled Transactions changes;
         - Fix for UTF-8 bug in month name.
         o Import changes;
         - Fix missing date when reconciling from HBCI.
         o Reports changes;
         - Fix some scheme inexact errors.
         o Help changes;
         - Inform the user about 'gnucash-docs' package when Help is selected
           with no content.
         o Translations;
         - Updated British English, French, German translation.

diffstat:

 finance/gnucash/Makefile         |   4 ++--
 finance/gnucash/distinfo         |   9 ++++-----
 finance/gnucash/patches/patch-ae |  13 -------------
 3 files changed, 6 insertions(+), 20 deletions(-)

diffs (48 lines):

diff -r 428452635d49 -r f7a87956ea9b finance/gnucash/Makefile
--- a/finance/gnucash/Makefile  Tue Dec 12 14:47:53 2006 +0000
+++ b/finance/gnucash/Makefile  Tue Dec 12 19:27:35 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.104 2006/10/23 21:46:39 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2006/12/12 19:27:35 wiz Exp $
 #
 
-DISTNAME=              gnucash-2.0.2
+DISTNAME=              gnucash-2.0.3
 CATEGORIES=            finance
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gnucash/}
 
diff -r 428452635d49 -r f7a87956ea9b finance/gnucash/distinfo
--- a/finance/gnucash/distinfo  Tue Dec 12 14:47:53 2006 +0000
+++ b/finance/gnucash/distinfo  Tue Dec 12 19:27:35 2006 +0000
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.32 2006/10/23 21:46:39 wiz Exp $
+$NetBSD: distinfo,v 1.33 2006/12/12 19:27:35 wiz Exp $
 
-SHA1 (gnucash-2.0.2.tar.gz) = e6815eca701d07b7e0983989a009652b3c246a8a
-RMD160 (gnucash-2.0.2.tar.gz) = afed023e40dfe0ece1fac03645bfcc1a609c5c65
-Size (gnucash-2.0.2.tar.gz) = 10215690 bytes
+SHA1 (gnucash-2.0.3.tar.gz) = 1727a229be546fc8844013adb21f19e9c2df3f72
+RMD160 (gnucash-2.0.3.tar.gz) = 359210aeedb616fba187f5d5d2ea9a49b9c7d284
+Size (gnucash-2.0.3.tar.gz) = 10422763 bytes
 SHA1 (patch-aa) = db08a08fe8181822c1038d0adb3174dc2ebbcc12
 SHA1 (patch-ab) = 01547c8c1a41ee39773a4ba960ec27be5ab2e0a2
 SHA1 (patch-ac) = b832801e5980f7ad4aeb9eb82c422c6b658d660e
 SHA1 (patch-ad) = 0d9894d7652abbdb177f3e2f71f604a5fed0ebeb
-SHA1 (patch-ae) = b4be699625a8ae6e363cda89aaa3f2a69dd960d2
diff -r 428452635d49 -r f7a87956ea9b finance/gnucash/patches/patch-ae
--- a/finance/gnucash/patches/patch-ae  Tue Dec 12 14:47:53 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2006/10/16 22:47:53 wiz Exp $
-
---- src/backend/postgres/test/run-tests.sh.orig        2006-07-30 23:41:33.000000000 +0000
-+++ src/backend/postgres/test/run-tests.sh
-@@ -14,7 +14,7 @@ if ${srcdir}/db-control.sh create; then
- elif [ "${PGHOST}X" != "X" ]; then
- # This expects the logged in user to have authority
- # to create databases.
--    if [ "${PGPORT}X" == "X" ]; then
-+    if [ "${PGPORT}X" = "X" ]; then
-       export PGPORT=5432
-     fi
-     ./test-db $PGHOST $PGPORT || EXIT_VALUE=1



Home | Main Index | Thread Index | Old Index