SHA256
1
0
forked from pool/hledger

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
This commit is contained in:
Ondřej Súkup 2021-01-15 10:54:20 +00:00 committed by Git OBS Bridge
parent d34c9e4a35
commit bf13fad3bd
4 changed files with 43 additions and 5 deletions

View File

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

3
hledger-1.20.3.tar.gz Normal file
View File

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

View File

@ -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

View File

@ -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