Accepting request 1059138 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/1059138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hledger?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2023-01-18 12:11:11 +00:00 committed by Git OBS Bridge
commit 9dfe6afb9e
4 changed files with 13 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 1 17:16:30 UTC 2022 - Peter Simons <psimons@suse.com>
- Update hledger to version 1.28.
Upstream's change log file format is strange (too much unmodified
text at at the top). The automatic updater cannot extract the
relevant additions. You can find the file at:
http://hackage.haskell.org/package/hledger-1.28/src/CHANGES.md
-------------------------------------------------------------------
Sun Sep 18 19:41:56 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@ -19,7 +19,7 @@
%global pkg_name hledger
%bcond_with tests
Name: %{pkg_name}
Version: 1.27.1
Version: 1.28
Release: 0
Summary: Command-line interface for the hledger accounting system
License: GPL-3.0-or-later
@ -31,7 +31,6 @@ BuildRequires: ghc-Decimal-devel
BuildRequires: ghc-Diff-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-ansi-terminal-devel
BuildRequires: ghc-breakpoint-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-cmdargs-devel
BuildRequires: ghc-containers-devel