diff --git a/.gitignore b/.gitignore index 417d754..45e87fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/gnucash-3.4.tar.bz2 +/gnucash-3.5.tar.bz2 diff --git a/456.patch b/456.patch deleted file mode 100644 index 6a5ec72..0000000 --- a/456.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 4c4acb7e9211dbac3469727b12ef6a05d296ac49 Mon Sep 17 00:00:00 2001 -From: Michiel Brentjens -Date: Tue, 12 Feb 2019 21:50:31 +0100 -Subject: [PATCH] Update gnc-tree-view-split-reg.c - -gcc version 8.2.1 20181127 (GCC) gave a warning pointing at the problem. ---- - gnucash/gnome-utils/gnc-tree-view-split-reg.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gnucash/gnome-utils/gnc-tree-view-split-reg.c b/gnucash/gnome-utils/gnc-tree-view-split-reg.c -index bd89fb9ec3..14e032f81d 100644 ---- a/gnucash/gnome-utils/gnc-tree-view-split-reg.c -+++ b/gnucash/gnome-utils/gnc-tree-view-split-reg.c -@@ -1512,7 +1512,7 @@ gtv_sr_cdf0 (GtkTreeViewColumn *col, GtkCellRenderer *cell, GtkTreeModel *s_mode - /* Is this a template */ - if (is_template && is_trow1) - { -- strncpy (datebuff, _(" Scheduled "), sizeof(datebuff)); -+ strncpy (datebuff, _(" Scheduled "), sizeof(datebuff)-1); - editable = FALSE; - } - else if (is_template && is_trow2 && show_extra_dates) diff --git a/462.patch b/462.patch deleted file mode 100644 index c72dba3..0000000 --- a/462.patch +++ /dev/null @@ -1,24 +0,0 @@ -From b53d5c65e025ef87cc126c5207678ac7619dbae1 Mon Sep 17 00:00:00 2001 -From: "Joshua \"jag\" Ginsberg" -Date: Wed, 20 Feb 2019 18:56:41 -0500 -Subject: [PATCH] Fixes to traceback calls in pycons - ---- - gnucash/python/pycons/shell.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/gnucash/python/pycons/shell.py b/gnucash/python/pycons/shell.py -index dfdc0d8ba0..33cff53592 100644 ---- a/gnucash/python/pycons/shell.py -+++ b/gnucash/python/pycons/shell.py -@@ -166,8 +166,8 @@ def execute (self, console): - tb = sys.exc_traceback - if tb: - tb=tb.tb_next -- traceback.print(_exception (sys.exc_type, sys.exc_value, tb)) -+ traceback.print_exception(sys.exc_type, sys.exc_value, tb) - except: - sys.stderr, console.stderr = console.stderr, sys.stderr -- traceback.print(_exc()) -+ traceback.print_exc() - diff --git a/gnucash.spec b/gnucash.spec index 6526f6f..f33c023 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -1,12 +1,10 @@ Name: gnucash Summary: Finance management application -Version: 3.4 +Version: 3.5 URL: http://gnucash.org/ -Release: 4%{?dist} +Release: 1%{?dist} License: GPLv2+ Source: http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-%{version}.tar.bz2 -Patch0001: https://github.com/Gnucash/gnucash/pull/456.patch -Patch0002: https://github.com/Gnucash/gnucash/pull/462.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1563466 ExcludeArch: ppc64 s390x @@ -90,6 +88,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/gnucas %config(noreplace) %{_sysconfdir}/gnucash/* %changelog +* Tue Apr 2 2019 Bill Nottingham - 3.5-1 +- update to 3.5 + * Wed Feb 20 2019 Bill Nottingham - 3.4-4 - reenable (and apply patch for) python bindings diff --git a/sources b/sources index 50c08da..babdc00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gnucash-3.4.tar.bz2) = 4cebef0ba70e59a82d3b2b7b0b138ddb22e8866dc761e156ff1f15920145d12923719effef21ad4c65ccd62fbd14a1529cf0bfcaab70c5b33d103761d08062e0 +SHA512 (gnucash-3.5.tar.bz2) = 76230d2fe1ba4cc605d0d58976ed3214b10a2549fc7eaa1e327bbf85c861baa082523c70ed088a59bb56deb6af9a7808752fc719eda0df3e9209cec05c9c8d13