Dominique Leuenberger 2024-07-28 15:20:03 +00:00 committed by Git OBS Bridge
commit 721762c012
5 changed files with 40 additions and 39 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4b42c626350f3e79f7ca1f2173545cc63ddee1addf2460b1a1f22221bf21bd1
size 15110621

3
gnucash-5.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2c823fb700b9d4598692ec81394959bde388d8ef191efe4ea2c02426bb52593
size 14998331

View File

@ -1,32 +0,0 @@
See https://github.com/Gnucash/gnucash/commit/b33b864c2fa0ba72d1940465e7fa962dd36833c9
--- gnucash-5.6/gnucash/import-export/qif-imp/qif-to-gnc.scm.orig 2024-04-02 23:12:50.335306666 +0200
+++ gnucash-5.6/gnucash/import-export/qif-imp/qif-to-gnc.scm 2024-04-01 23:13:12.071450498 +0200
@@ -596,13 +596,6 @@
(else
(apply xaccTransSetDate gnc-xtn (qif-xtn:date qif-xtn))))
- (unless qif-action
- (qif-import:log progress-dialog "qif-import:qif-xtn-to-gnc-xtn"
- (format #f (G_ "Missing QIF investment action for transaction dated ~a.")
- (qof-print-date (qif-date-to-time64 qif-date))))
- (throw 'missing-action "qif-import:qif-xtn-to-gnc-xtn" "Missing investment action."
- #f #f))
-
;; fixme: bug #105
(if qif-payee
(xaccTransSetDescription gnc-xtn qif-payee))
@@ -743,6 +736,13 @@
(if (not num-shares) (set! num-shares (gnc-numeric-zero)))
+ (unless qif-action
+ (qif-import:log progress-dialog "qif-import:qif-xtn-to-gnc-xtn"
+ (format #f (G_ "Missing QIF investment action for transaction dated ~a.")
+ (qof-print-date (qif-date-to-time64 qif-date))))
+ (throw 'missing-action "qif-import:qif-xtn-to-gnc-xtn" "Missing investment action."
+ #f #f))
+
;; Determine the extended price of all shares without commission.
(if xtn-amt
;; Adjust for commission (if any).

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jul 26 20:32:32 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Update to 5.8
+ Edit account to make it sub account under other account
- Update to 5.7
+ Bugfixes
+ Save the Scheduled Transactions number of months
+ Save the Scheduled Transaction divider position
+ Move to blank transaction
+ AutoComplete Only Considers Visible Transactions
+ Reports calculating net worth incorrectly after stock split
+ Failed import QIF investment
+ option account selector fails to include appropriate hidden accounts.
+ Cannot write a check over $1000
+ Crashes when pasting a copied transaction
+ Import Matcher (CSV) does not compute correctly the share amount based on
security price
+ Deleting a transaction may trigger a crash
+ Invoice register context menu issue
+ Shortcut Ctrl-G does not work in the General Journal register for the
default date value
+ Nullpointer exception in gnc_quote_source_s
+ Crash when there is more than one unknown quote source for commodities
+ Import Multi-split CSV can duplicate 'Notes' field from one transaction to
next
+ GNUCash Immediately Exits on Startup
+ Invalid free in gvalue_from_kvp_value()
+ GnuCash re-opens to incorrect account window if there are transient tabs
present when closed.
+ Stock Assistant closes with its New Account dialog
+ RFE: Add Document Link for Payments to Owner Report
- Drop gnucash-fix-qif-import.patch: merged upstream
-------------------------------------------------------------------
Tue May 21 08:58:50 UTC 2024 - Peter Conrad <conrad@quisquis.de>

View File

@ -34,7 +34,7 @@
%endif
Name: gnucash
Version: 5.6
Version: 5.8
Release: 0
Summary: Personal Finance Manager
License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception
@ -48,7 +48,6 @@ Patch0: gnucash-cpan-warning.patch
# PATCH-FIX-UPSTREAM gnucash-libm.patch gh#gnucash/gnucash#632 dimstar@opensuse.org -- Link libm: gnucash uses e.g. log10 without explicitly requesting libm
Patch1: gnucash-libm.patch
Patch2: gnucash-4.1-fix-gtest-path.patch
Patch3: gnucash-fix-qif-import.patch
BuildRequires: cmake >= 3.14
BuildRequires: doxygen
@ -212,8 +211,8 @@ rm %{buildroot}%{_docdir}/%{name}/LICENSE
%if %{with python}
%files -n python3-gnucash
%{_datadir}/gnucash/python
%dir %{python3_sitelib}/gnucash
%{python3_sitelib}/gnucash
%dir %{python3_sitearch}/gnucash
%{python3_sitearch}/gnucash
%endif
%files devel