diff --git a/homebank-5.0.9.tar.gz b/homebank-5.0.9.tar.gz deleted file mode 100644 index 29e6029..0000000 --- a/homebank-5.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0bc763e94da0cba544495b07070e79faecf1d5de0cfb092d126482525e062b7 -size 2734386 diff --git a/homebank-5.1.4.tar.gz b/homebank-5.1.4.tar.gz new file mode 100644 index 0000000..dc5560e --- /dev/null +++ b/homebank-5.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af35f848c9be864db838868c14977e3f873b54b20be24b6b30189766c5afd1f +size 2688564 diff --git a/homebank.changes b/homebank.changes index 3304e85..a16abb2 100644 --- a/homebank.changes +++ b/homebank.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Wed Mar 8 21:33:06 UTC 2017 - zaitor@opensuse.org + +- Update to version 5.1.4: + + Change: + - filter: + . Reworked the layout. + . Category select change now propagate to subcategories. + + Wish: + - lp#1661806: Show overdraft amount in account window (balance + column). + - lp#1655542: Improve handling of end of month scheduled + transactions. + + Bugs fixed: lp#1663795, lp#1663789, lp#1663399, lp#1662197, + lp#1662189, lp#1661279, lp#1660910, lp#1658538, lp#1656720, + lp#1655626. +- Changes from version 5.1.3: + + New: Your account, added expand/collapse button. + + Wish: + - lp#1653350: Cvs import default category for payee. + - lp#1645126: Remember the size of columns listview in the main + window. + - lp#1530784 easy way to see closed accounts in account list. + - lp#1164643 totals per Financial Institution in account + summary. + + Bugs fixed: lp#1658047, lp#1658045, lp#1658043, lp#1656531, + lp#1653957, lp#1652994, lp#1652527, lp#1649081, lp#1649078, + lp#1648856. +- Changes from version 5.1.2: + + Wish: + - lp#1645126: Remember the size of columns in the main window. + - lp#1639862: Multiple edit transactions date. + - lp#1638023: Remind scheduled listview column width. + - lp#916690: Qif option (info to desc; payee to desc). + - lp#462919: Option to choose to import OFX name to payee or + memo. + + Bugs fixed: lp#1645001, lp#1640885, lp#1638064. +- Changes from version 5.1.1: + + Wish: + - lp#1634615: Get currency format from system again. + - lp#1634182: Template chooser popover could be wider by + default. + - lp#1629647: 'Multiple Edit' to include account. + + Bugs fixed: lp#1638035, lp#1637805, lp#1635857, lp#1635260, + lp#1635053, lp#1633915, lp#1633895. +- Changes from version 5.1: + + Change: + - Xhb data file format (v1.2). + - Internal storage of txn into accounts. + - Transaction dialog, changed the layout. + - Template/scheduled dialog, changed the layout. + - Register, refactored toolbar grouping single and multiple + actions. + - Listview: + . Removed deprecated rule hint (alternate row color). + . Added line grid (new GTK+ option). + - Preferences, reworked layout. + + Wish: + - lp#1610672: Multiple edit should allow clearing fields. + - lp#1608025: Revert prefill with shift/ctrl clicked txn when + multiple edit. + - lp#1500235: Automatic assignments based on regular + expressions. + - lp#1500220: Allow auto assignments to overwrite payee. + - lp#1484449: Warn when amount sign and category don't match. + - lp#1448613: Display full category name in autocompletion. + - lp#1424365: Separate scheduled transaction from template + transaction. + - lp#1242312: Category split for template/scheduled + transaction. + - lp#1102981: Add comment bloc for accounts. + - lp#1094528: Auto-assign Payment. + - lp#844576: Payee default category and payment type. + - lp#552565: Multiple currency accounting. + + Bugs fixed: lp#1631888, lp#1628664, lp#1625913, lp#1615245. +- Add pkgconfig(libsoup-2.4) BuildRequires: New dependency. + ------------------------------------------------------------------- Wed Sep 7 09:38:06 UTC 2016 - fcrozat@suse.com diff --git a/homebank.spec b/homebank.spec index c2474d4..58e2564 100644 --- a/homebank.spec +++ b/homebank.spec @@ -1,7 +1,7 @@ # # spec file for package homebank # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: homebank -Version: 5.0.9 +Version: 5.1.4 Release: 0 Summary: Application to manage personal accounts License: GPL-2.0+ @@ -32,6 +32,7 @@ BuildRequires: shared-mime-info BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) >= 2.34 BuildRequires: pkgconfig(gtk+-3.0) >= 3.6 +BuildRequires: pkgconfig(libsoup-2.4) Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build