From bf13fad3bd7399ccf186db747d1dd41619f0d7ef67b87339915a6946cc8e5bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 15 Jan 2021 10:54:20 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:hledger revision:18, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger?expand=0&rev=19 --- hledger-1.20.2.tar.gz | 3 --- hledger-1.20.3.tar.gz | 3 +++ hledger.changes | 38 ++++++++++++++++++++++++++++++++++++++ hledger.spec | 4 ++-- 4 files changed, 43 insertions(+), 5 deletions(-) delete mode 100644 hledger-1.20.2.tar.gz create mode 100644 hledger-1.20.3.tar.gz diff --git a/hledger-1.20.2.tar.gz b/hledger-1.20.2.tar.gz deleted file mode 100644 index 1baf167..0000000 --- a/hledger-1.20.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7915448f4e8d04ab3c5dc659111f1114316f804cf33f3a114bb1402e956967d6 -size 693388 diff --git a/hledger-1.20.3.tar.gz b/hledger-1.20.3.tar.gz new file mode 100644 index 0000000..28680ab --- /dev/null +++ b/hledger-1.20.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9638c12d1eb7325af057d225d77411d60b0f144d907012617b44ec5ee2dc4f3 +size 695709 diff --git a/hledger.changes b/hledger.changes index 391ab2a..133e88a 100644 --- a/hledger.changes +++ b/hledger.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Fri Jan 15 08:54:56 UTC 2021 - psimons@suse.com + +- Update hledger to version 1.20.3. + # 1.20.3 2021-01-14 + + - When searching for price chains during valuation/currency conversion: + + - It no longer hangs when there are price loops. (And in case of + future bugs, it will give up rather than search forever.) (#1439) + - It now really finds the shortest path. (#1443) + - Useful progress info is displayed with `--debug=1` or `--debug=2`. + + - balance, incomestatement: End-valued multi-period balance change + reports (eg: `bal -MV`) have been reverted to show value-of-change, + as in previous hledger versions, rather than change-of-value, for + now. (#1353, #1428) (Stephen Morgan) + + - balance: End-valued balance change reports now choose the same final + valuation date and show consistent results whether single-period or + multi-period. (#1424) (Stephen Morgan) + + - balance: the `--drop` option now works with `csv` and `html` output. + (#1456) (Ilya Konovalov) + + - check: the `commodities` check, and `-s`/`--strict` mode, now ignore + the "AUTO" internal pseudo-commodity. (#1419) (Ilya Konovalov) + + - register: Then-valued multi-period register reports + (eg: `register -M --value=then`) now calculate the correct values. + (#1449) (Stephen Morgan) + + - roi: now shows a better error message when required prices are + missing. (#1446) (Dmitry Astapov) + + - The no-symbol commodity's input number format can now be set by a + `commodity` directive, like other commodities. (#1461) + ------------------------------------------------------------------- Tue Dec 29 21:16:52 UTC 2020 - psimons@suse.com diff --git a/hledger.spec b/hledger.spec index 339ad2c..8249cbe 100644 --- a/hledger.spec +++ b/hledger.spec @@ -1,7 +1,7 @@ # # spec file for package hledger # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name hledger %bcond_with tests Name: %{pkg_name} -Version: 1.20.2 +Version: 1.20.3 Release: 0 Summary: Command-line interface for the hledger accounting system License: GPL-3.0-or-later