SHA256
1
0
forked from pool/hledger

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:hledger revision:17, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger?expand=0&rev=17
This commit is contained in:
Ondřej Súkup 2021-01-08 10:06:22 +00:00 committed by Git OBS Bridge
parent 19b1de039c
commit d34c9e4a35
4 changed files with 16 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 29 21:16:52 UTC 2020 - psimons@suse.com
- Update hledger to version 1.20.2.
# 1.20.2 2020-12-28
- help: Fix loss of capitalisation in part of the hledger-ui manual.
- Fix the info manuals' node structure.
- Drop unused parsec dependency.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -19,7 +19,7 @@
%global pkg_name hledger
%bcond_with tests
Name: %{pkg_name}
Version: 1.20.1
Version: 1.20.2
Release: 0
Summary: Command-line interface for the hledger accounting system
License: GPL-3.0-or-later
@ -47,7 +47,6 @@ BuildRequires: ghc-math-functions-devel
BuildRequires: ghc-megaparsec-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-old-time-devel
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-process-devel
BuildRequires: ghc-regex-tdfa-devel
BuildRequires: ghc-rpm-macros