From 974e62de12354ada7f11e9328147c5990e609a814503d2ac6b468a3103e88623 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 25 Jul 2017 09:39:34 +0000 Subject: [PATCH] Accepting request 511899 from GNOME:Apps 1 OBS-URL: https://build.opensuse.org/request/show/511899 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=69 --- .gitattributes | 2 -- download | 3 --- gnucash-2.6.17.tar.bz2 | 3 +++ gnucash.changes | 24 ++++++++++++++++++++++++ gnucash.spec | 4 ++-- 5 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 download create mode 100644 gnucash-2.6.17.tar.bz2 diff --git a/.gitattributes b/.gitattributes index 013e71d..9b03811 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,5 +21,3 @@ *.xz filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text -## Specific LFS patterns -download filter=lfs diff=lfs merge=lfs -text diff --git a/download b/download deleted file mode 100644 index 7add1b4..0000000 --- a/download +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84c79c333937ccfdcc0b94f9eec78b707e27043402560c3fbc85a3eefa211c56 -size 18963676 diff --git a/gnucash-2.6.17.tar.bz2 b/gnucash-2.6.17.tar.bz2 new file mode 100644 index 0000000..13800f8 --- /dev/null +++ b/gnucash-2.6.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db965f39b6c5181810a064a1d1f5bb719722ac3b54dfce0cecf43ee7b38e593c +size 13508462 diff --git a/gnucash.changes b/gnucash.changes index 854fa8c..fbc0e4f 100644 --- a/gnucash.changes +++ b/gnucash.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jul 20 23:36:04 UTC 2017 - zaitor@opensuse.org + +- Update to version 2.6.17: + + Properly define the template namespace rather than using a + local string everywhere. + + Correctly store time64 0 in the SQL backend: The SQL backend + ignored time64 0 when saving dates. time64 is a perfectly valid + timestamp (1970-01-01 00:00:00) and should be stored. + + Clamp time64 values passed to GDateTime functions to the valid + range. Fixes a bug reported on the mailing list wherein a date + of 0000-00-00 in a MySql database would crash GnuCash. Such + dates may come from a bad conversion of 1970-01-01 or from a + crash. + + Add XSU to iso-4217-currencies. + + Some banks include additional purpose information for a + transaction in non-swift-section 17 (aka transaction text). If + available, this transaction text is put in front of the other + purpose texts to provide full transaction information. Adds a + preference to control import behaivour of transaction text. + + Bugs fixed: bgo#603379, bgo#776396, bgo#780845, bgo#780889, + bgo#781634, bgo#782274, bgo#782897, bgo#783095, bgo#784317. +- Fix Source Url yet again, hopefully for the last time. + ------------------------------------------------------------------- Wed Mar 29 19:44:27 UTC 2017 - sfalken@opensuse.org diff --git a/gnucash.spec b/gnucash.spec index 1c78dee..a821d2f 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -17,13 +17,13 @@ Name: gnucash -Version: 2.6.16 +Version: 2.6.17 Release: 0 Summary: Personal Finance Manager License: SUSE-GPL-2.0-with-openssl-exception or SUSE-GPL-3.0-with-openssl-exception Group: Productivity/Office/Finance Url: http://www.gnucash.org/ -Source: https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/2.6.16/gnucash-2.6.16.tar.gz/download +Source: http://downloads.sourceforge.net/sourceforge/gnucash/%{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches Patch0: gnucash-cpan-warning.patch