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
This commit is contained in:
parent
59212f97a5
commit
974e62de12
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
3
download
3
download
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84c79c333937ccfdcc0b94f9eec78b707e27043402560c3fbc85a3eefa211c56
|
||||
size 18963676
|
3
gnucash-2.6.17.tar.bz2
Normal file
3
gnucash-2.6.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db965f39b6c5181810a064a1d1f5bb719722ac3b54dfce0cecf43ee7b38e593c
|
||||
size 13508462
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user