update to 1.16.2
This commit is contained in:
parent
481625e0d1
commit
17af6c8a00
2
.gitignore
vendored
2
.gitignore
vendored
@ -31,3 +31,5 @@
|
||||
/hledger-1.12.1.tar.gz
|
||||
/hledger-1.14.2.tar.gz
|
||||
/lucid-2.9.12.tar.gz
|
||||
/hledger-1.16.2.tar.gz
|
||||
/utility-ht-0.0.15.tar.gz
|
||||
|
15
hledger.spec
15
hledger.spec
@ -4,14 +4,14 @@
|
||||
%global pkg_name hledger
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
%global utilityht utility-ht-0.0.14
|
||||
%global utilityht utility-ht-0.0.15
|
||||
%global lucid lucid-2.9.12
|
||||
%global subpkgs %{utilityht} %{lucid}
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 1.14.2
|
||||
Version: 1.16.2
|
||||
# can only be reset when all subpkgs bumped
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?dist}
|
||||
Summary: Command-line interface for the hledger accounting tool
|
||||
|
||||
License: GPLv3+
|
||||
@ -35,7 +35,7 @@ BuildRequires: ghc-cmdargs-prof
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-data-default-prof
|
||||
BuildRequires: ghc-directory-prof
|
||||
BuildRequires: ghc-easytest-prof
|
||||
BuildRequires: ghc-extra-prof
|
||||
BuildRequires: ghc-filepath-prof
|
||||
BuildRequires: ghc-hashable-prof
|
||||
BuildRequires: ghc-haskeline-prof
|
||||
@ -53,10 +53,12 @@ BuildRequires: ghc-safe-prof
|
||||
BuildRequires: ghc-shakespeare-prof
|
||||
BuildRequires: ghc-split-prof
|
||||
BuildRequires: ghc-tabular-prof
|
||||
BuildRequires: ghc-tasty-prof
|
||||
BuildRequires: ghc-temporary-prof
|
||||
BuildRequires: ghc-terminfo-prof
|
||||
BuildRequires: ghc-text-prof
|
||||
BuildRequires: ghc-time-prof
|
||||
BuildRequires: ghc-timeit-prof
|
||||
BuildRequires: ghc-transformers-prof
|
||||
BuildRequires: ghc-unordered-containers-prof
|
||||
BuildRequires: ghc-utf8-string-prof
|
||||
@ -74,7 +76,7 @@ text file describing financial transactions and produce useful reports.
|
||||
hledger is a cross-platform program for tracking money, time, or any other
|
||||
commodity, using double-entry accounting and a simple, editable file format.
|
||||
It is inspired by and largely compatible with ledger(1). hledger provides
|
||||
command-line, curses and web interfaces, and aims to be a reliable, practical
|
||||
command-line, terminal and web interfaces, and aims to be a reliable, practical
|
||||
tool for daily use.
|
||||
|
||||
|
||||
@ -194,6 +196,9 @@ install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 10 2020 Jens Petersen <petersen@redhat.com> - 1.16.2-18
|
||||
- https://hackage.haskell.org/package/hledger-1.16.2/changelog
|
||||
|
||||
* Tue Feb 25 2020 Jens Petersen <petersen@redhat.com> - 1.14.2-17
|
||||
- https://hackage.haskell.org/package/hledger-1.14.2/changelog
|
||||
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (utility-ht-0.0.14.tar.gz) = 57e4f3fef2770c9906d4003b3a8182ecf875d19f155757752a2e4d0695c5c4be3c9d87da5774e802c1774a6d8ae4ca64e8f924146169af26501a9d77dbb0f762
|
||||
SHA512 (hledger-1.14.2.tar.gz) = 87d1bc94a24d73c6da231520da6de55f1b64ace090cd9e64e264c68fefb4857d1d49c9d6c21e8cb44845f17eeed2dac96ad22cf50afded10248edad57e712cbe
|
||||
SHA512 (hledger-1.16.2.tar.gz) = efd03857ce1ae15d221176ade334caecc72e89d35f695594cb52d54b291dc7e7c291b6354f237a2334e8446f0a318ecd19fc4867dc6af029142159d1493474cb
|
||||
SHA512 (lucid-2.9.12.tar.gz) = d26bd0889032482d91c69f23b237437a9ab133e87143364f9b134434bdd5cc849b6393f837f6096410dae51058a47e444c2d4b04a56e8f4f64d5104732180a54
|
||||
SHA512 (utility-ht-0.0.15.tar.gz) = 29be7ed40c4dc025df0997f7d8611b0f86125ba6a6aa3e4d65844f996f19f3d417b4b1dc7da58589a5259ddb9f473c71af0fc32891105a364a3dbc7f05671905
|
||||
|
Loading…
x
Reference in New Issue
Block a user