gnucash: update to 4.5
This commit is contained in:
parent
c6fdd53f6d
commit
5a9dc41959
2 changed files with 3 additions and 20 deletions
|
@ -1,17 +0,0 @@
|
||||||
--- libgnucash/engine/test/utest-Transaction.cpp
|
|
||||||
+++ libgnucash/engine/test/utest-Transaction.cpp
|
|
||||||
@@ -901,7 +901,6 @@ test_xaccTransEqual (Fixture *fixture, gconstpointer pData)
|
|
||||||
g_assert_cmpint (check->hits, ==, 10);
|
|
||||||
g_assert_cmpint (check2->hits, ==, 1);
|
|
||||||
|
|
||||||
- g_free (check->msg);
|
|
||||||
g_free (check2->msg);
|
|
||||||
check2->msg = g_strdup_printf (
|
|
||||||
"[xaccTransEqual] splits %s and %s differ", split_guid0, split_guid0);
|
|
||||||
@@ -924,6 +923,7 @@ test_xaccTransEqual (Fixture *fixture, gconstpointer pData)
|
|
||||||
auto bal01 = gnc_numeric_to_string (split01->balance);
|
|
||||||
auto bal10 = gnc_numeric_to_string (split10->balance);
|
|
||||||
auto bal11 = gnc_numeric_to_string (split11->balance);
|
|
||||||
+ g_free (check->msg);
|
|
||||||
check->msg = g_strdup_printf("[xaccSplitEqualCheckBal] balances differ: %s vs %s", bal10, bal00);
|
|
||||||
check3->msg = g_strdup_printf("[xaccSplitEqualCheckBal] balances differ: %s vs %s", bal11, bal01);
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnucash'
|
# Template file for 'gnucash'
|
||||||
pkgname=gnucash
|
pkgname=gnucash
|
||||||
version=4.4
|
version=4.5
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}-${version%b}"
|
wrksrc="${pkgname}-${version%b}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
make_check_target=check
|
make_check_target=check
|
||||||
|
@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://www.gnucash.org"
|
homepage="http://www.gnucash.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
#distfiles="https://sources.voidlinux.org/gnucash-${version}/gnucash-${version}.tar.bz2"
|
#distfiles="https://sources.voidlinux.org/gnucash-${version}/gnucash-${version}.tar.bz2"
|
||||||
checksum=d91e0d126b461d71de1bc1b20d9cf142704353dec07d3e6599d138422759e67a
|
checksum=bc1f48a8453488a2e9f6b83b68613aa55caebe4d2983460bdac7e084b46cffdc
|
||||||
|
|
||||||
pycompile_dirs="usr/share/gnucash/python"
|
pycompile_dirs="usr/share/gnucash/python"
|
||||||
conf_files="/etc/gnucash/environment"
|
conf_files="/etc/gnucash/environment"
|
||||||
|
|
Loading…
Reference in a new issue