forked from pool/hledger
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
c4a2234630 | ||
|
a7f7f42e3b | ||
|
43d512de20 | ||
|
ce391a2b73 | ||
|
c53a8a0558 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f4814c229032966039179cd2dc5d1bb14a25b1f60a4b57dfdbdc6ad14e9cf23
|
||||
size 780946
|
3
hledger-1.41.tar.gz
Normal file
3
hledger-1.41.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:936ac5fc4b2a45857e13af0eeb1c5254cfcccac096d4aecddcdc6e6db23f5446
|
||||
size 842495
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 00:56:10 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger to version 1.41.
|
||||
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.41/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 21:16:33 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hledger to version 1.40.
|
||||
Upstream has edited the change log file since the last release in
|
||||
a non-trivial way, i.e. they did more than just add a new entry
|
||||
at the top. You can review the file at:
|
||||
http://hackage.haskell.org/package/hledger-1.40/src/CHANGES.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 2 00:46:12 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: %{pkg_name}
|
||||
Version: 1.34
|
||||
Version: 1.41
|
||||
Release: 0
|
||||
Summary: Command-line interface for the hledger accounting system
|
||||
License: GPL-3.0-or-later
|
||||
@ -68,6 +68,8 @@ BuildRequires: ghc-megaparsec-devel
|
||||
BuildRequires: ghc-megaparsec-prof
|
||||
BuildRequires: ghc-microlens-devel
|
||||
BuildRequires: ghc-microlens-prof
|
||||
BuildRequires: ghc-modern-uri-devel
|
||||
BuildRequires: ghc-modern-uri-prof
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-mtl-prof
|
||||
BuildRequires: ghc-process-devel
|
||||
|
Loading…
Reference in New Issue
Block a user