From 755d4a29313843f0f73a2d94360e446cb9aa71af7bb0b1a92a3e0187a39b3057 Mon Sep 17 00:00:00 2001
From: Johannes Engel <jcnengel@gmail.com>
Date: Fri, 23 Dec 2022 12:17:31 +0000
Subject: [PATCH 1/2] Accepting request 1044277 from home:j-engel:banking

- Update to 4.13
  + Bugfixes
    o Bug 760274 - The Statusbar "forgets" when register doesn't
      have focus
    o Bug 798545 - Crash when updating document link on vendor bill
    o Bug 798614 - Croatia to join the Euro
    o Bug 798629 - gnucash crashes attempting to import OFX file
    o Bug 798633 - 4.12 build failure on 32-bit Linux: "No code for
      module"
    o Bug 798640 - Segfault when running saved report
    o Bug 798649 - Crash when closing Edit Style Sheets dialog while
      Style Sheet Properties dialog is still open.
    o Bug 798653 - Schedule Calendar event description pop up window
      does not track mouse position
    o Bug 798657 - Import Summary language is wrong
    o Bug 798664 - Result of 'gnucash --nofile' is marked dirty
    o Bug 798669 - Multicolumn Balance Sheet not printing exchange
      rates
    o Bug 798672 - Preferences are not saved nor loaded, ERROR
      <GLib-GIO> g_settings_new_full: assertion 'schema != NULL'
      failed
    o Bug 798680 - Not able to match a reverse transaction of a
      previously matched transaction.
    o Bug 798681 - Previously imported investment income transactions
      may not be filtered.
    o Bug 798694 - Cursor in the wrong place after pasting with
      auto-completion
  + Enhancements
    o Include equity accounts in the exchange rate commodities list.
    o Don't normalize text when pasting from the clipboard or
      appending descriptions or notes during imports.
    o [register] Delay post-ime reset of the selection to work
      around bug 798587.
    o [ofx import] Clean up importing investment transactions for
      smoother workflow and better UI behavior.
    o [account-piecharts] drill-down piechart: tree-depth is at
      most 6
    o Fix numerous memory leaks.
    o [ifrs-report] From Bug 798004 allow Cr cash to offset Dr fee
      and remove invalid "dividend reinvestment" during short.
    o [gtest-qofevent.cpp] Add comprehensive tests for qofevent
    o [test-qofbook] Test that gnc_features_test_unknown returns
      a suitable error message
    o [test-qofbook.c] add test for gnc_features_set_unused
    o [gnc-features.cpp] backport gnc_features_set_unused from master
    o [qofbook.cpp] backport qof_book_unset_feature from master
    o Moove gnc-euro.[ch] to engine and unit test it.
    o [test-qofbook] basic features test: Sets a feature and tests
      it's set. it's impossible to design a book with unknown
      features using the API.
    o po/README: Remove relics from ancient context forms
    o [test-ifrs-cost-basis] amend tests to accommodate extra column.
    o [ifrs-cost-basis] compare register vs calculated capgain per
      transaction.
    o Accomodate WebKit package version update to webkit2gtk-4.1.
    o [assistant-stock-transaction] input positive capgains for
      Credit income account.

OBS-URL: https://build.opensuse.org/request/show/1044277
OBS-URL: https://build.opensuse.org/package/show/Office/gnucash?expand=0&rev=25
---
 gnucash-4.13.tar.bz2 |  3 +++
 gnucash.changes      | 61 ++++++++++++++++++++++++++++++++++++++++++++
 gnucash.spec         |  2 +-
 3 files changed, 65 insertions(+), 1 deletion(-)
 create mode 100644 gnucash-4.13.tar.bz2

diff --git a/gnucash-4.13.tar.bz2 b/gnucash-4.13.tar.bz2
new file mode 100644
index 0000000..8b11145
--- /dev/null
+++ b/gnucash-4.13.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:401a158086635ea17fbb145325558537289aa1d24d022f7c3317e12f3dabd8e7
+size 14658572
diff --git a/gnucash.changes b/gnucash.changes
index 64c204c..0e88172 100644
--- a/gnucash.changes
+++ b/gnucash.changes
@@ -1,3 +1,64 @@
+-------------------------------------------------------------------
+Thu Dec 22 13:33:56 UTC 2022 - Johannes Engel <jcnengel@gmail.com>
+
+- Update to 4.13
+  + Bugfixes
+    o Bug 760274 - The Statusbar "forgets" when register doesn't 
+      have focus
+    o Bug 798545 - Crash when updating document link on vendor bill
+    o Bug 798614 - Croatia to join the Euro
+    o Bug 798629 - gnucash crashes attempting to import OFX file
+    o Bug 798633 - 4.12 build failure on 32-bit Linux: "No code for 
+      module"
+    o Bug 798640 - Segfault when running saved report
+    o Bug 798649 - Crash when closing Edit Style Sheets dialog while 
+      Style Sheet Properties dialog is still open.
+    o Bug 798653 - Schedule Calendar event description pop up window
+      does not track mouse position
+    o Bug 798657 - Import Summary language is wrong
+    o Bug 798664 - Result of 'gnucash --nofile' is marked dirty
+    o Bug 798669 - Multicolumn Balance Sheet not printing exchange 
+      rates
+    o Bug 798672 - Preferences are not saved nor loaded, ERROR 
+      <GLib-GIO> g_settings_new_full: assertion 'schema != NULL'
+      failed
+    o Bug 798680 - Not able to match a reverse transaction of a 
+      previously matched transaction.
+    o Bug 798681 - Previously imported investment income transactions 
+      may not be filtered.
+    o Bug 798694 - Cursor in the wrong place after pasting with 
+      auto-completion
+  + Enhancements
+    o Include equity accounts in the exchange rate commodities list.
+    o Don't normalize text when pasting from the clipboard or 
+      appending descriptions or notes during imports.
+    o [register] Delay post-ime reset of the selection to work 
+      around bug 798587.
+    o [ofx import] Clean up importing investment transactions for 
+      smoother workflow and better UI behavior.
+    o [account-piecharts] drill-down piechart: tree-depth is at 
+      most 6
+    o Fix numerous memory leaks.
+    o [ifrs-report] From Bug 798004 allow Cr cash to offset Dr fee
+      and remove invalid "dividend reinvestment" during short.
+    o [gtest-qofevent.cpp] Add comprehensive tests for qofevent
+    o [test-qofbook] Test that gnc_features_test_unknown returns 
+      a suitable error message
+    o [test-qofbook.c] add test for gnc_features_set_unused
+    o [gnc-features.cpp] backport gnc_features_set_unused from master
+    o [qofbook.cpp] backport qof_book_unset_feature from master
+    o Moove gnc-euro.[ch] to engine and unit test it.
+    o [test-qofbook] basic features test: Sets a feature and tests 
+      it's set. it's impossible to design a book with unknown 
+      features using the API.
+    o po/README: Remove relics from ancient context forms
+    o [test-ifrs-cost-basis] amend tests to accommodate extra column.
+    o [ifrs-cost-basis] compare register vs calculated capgain per
+      transaction.
+    o Accomodate WebKit package version update to webkit2gtk-4.1.
+    o [assistant-stock-transaction] input positive capgains for 
+      Credit income account.
+
 -------------------------------------------------------------------
 Sat Oct  1 09:27:07 UTC 2022 - Johannes Engel <jcnengel@gmail.com>
 
diff --git a/gnucash.spec b/gnucash.spec
index d08eb24..2c90ed7 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -28,7 +28,7 @@
 %endif
 
 Name:           gnucash
-Version:        4.12
+Version:        4.13
 Release:        0
 Summary:        Personal Finance Manager
 License:        SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception

From 26acd8fbd2f2eab2efacc9f4c65f3e702b97dbdf0ed7d4f6d06e9d6ded3d4a18 Mon Sep 17 00:00:00 2001
From: Johannes Engel <jcnengel@gmail.com>
Date: Fri, 23 Dec 2022 12:18:52 +0000
Subject: [PATCH 2/2] OBS-URL:
 https://build.opensuse.org/package/show/Office/gnucash?expand=0&rev=26

---
 gnucash-4.12.tar.bz2 | 3 ---
 1 file changed, 3 deletions(-)
 delete mode 100644 gnucash-4.12.tar.bz2

diff --git a/gnucash-4.12.tar.bz2 b/gnucash-4.12.tar.bz2
deleted file mode 100644
index dc51863..0000000
--- a/gnucash-4.12.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:cc8c051a56b8bb433566d6e2890df59f3d895a395c8cf5246c1b728102ce10ae
-size 14552115