SHA256
1
0
forked from pool/hledger

Accepting request 1008551 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1008551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hledger?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-10-13 13:43:39 +00:00 committed by Git OBS Bridge
commit d400264e00
4 changed files with 23 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Sep 18 19:41:56 UTC 2022 - Peter Simons <psimons@suse.com>
- Update hledger to version 1.27.1.
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.27.1/src/CHANGES.md
-------------------------------------------------------------------
Fri Sep 2 01:32:53 UTC 2022 - Peter Simons <psimons@suse.com>
- Update hledger to version 1.27.
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.27/src/CHANGES.md
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 11 09:36:23 UTC 2022 - Peter Simons <psimons@suse.com> Mon Jul 11 09:36:23 UTC 2022 - Peter Simons <psimons@suse.com>

View File

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