update to 1.20.3

This commit is contained in:
Jens Petersen 2021-08-05 13:02:54 +08:00
parent a439c38234
commit 0008b5eb2a
4 changed files with 6 additions and 353 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@
/utility-ht-0.0.15.tar.gz
/hledger-1.18.tar.gz
/hledger-1.18.1.tar.gz
/hledger-1.20.3.tar.gz

View File

@ -1,347 +0,0 @@
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a143aaa15c1e629724eac79aa6eb29b5a1af4432366e8855450a1e53ee8c30e4
name: hledger
version: 1.18.1
x-revision: 1
synopsis: Command-line interface for the hledger accounting system
description: The command-line interface for the hledger accounting system.
Its basic function is to read a plain text file describing
financial transactions and produce useful reports.
.
hledger is a robust, cross-platform set of tools for tracking money,
time, or any other commodity, using double-entry accounting and a
simple, editable file format, with command-line, terminal and web
interfaces. It is a Haskell rewrite of Ledger, and one of the leading
implementations of Plain Text Accounting. Read more at:
<https://hledger.org>
category: Finance, Console
stability: stable
homepage: http://hledger.org
bug-reports: http://bugs.hledger.org
author: Simon Michael <simon@joyful.com>
maintainer: Simon Michael <simon@joyful.com>
license: GPL-3
license-file: LICENSE
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.0.20200123
build-type: Simple
extra-source-files:
CHANGES.md
README.md
test/unittest.hs
bench/10000x1000x10.journal
hledger.1
hledger.txt
hledger.info
embeddedfiles/hledger.1
embeddedfiles/hledger.txt
embeddedfiles/hledger.info
embeddedfiles/hledger-ui.1
embeddedfiles/hledger-ui.txt
embeddedfiles/hledger-ui.info
embeddedfiles/hledger-web.1
embeddedfiles/hledger-web.txt
embeddedfiles/hledger-web.info
embeddedfiles/hledger_journal.5
embeddedfiles/hledger_journal.txt
embeddedfiles/hledger_journal.info
embeddedfiles/hledger_csv.5
embeddedfiles/hledger_csv.txt
embeddedfiles/hledger_csv.info
embeddedfiles/hledger_timeclock.5
embeddedfiles/hledger_timeclock.txt
embeddedfiles/hledger_timeclock.info
embeddedfiles/hledger_timedot.5
embeddedfiles/hledger_timedot.txt
embeddedfiles/hledger_timedot.info
Hledger/Cli/Commands/Accounts.txt
Hledger/Cli/Commands/Activity.txt
Hledger/Cli/Commands/Add.txt
Hledger/Cli/Commands/Balance.txt
Hledger/Cli/Commands/Balancesheet.txt
Hledger/Cli/Commands/Balancesheetequity.txt
Hledger/Cli/Commands/Cashflow.txt
Hledger/Cli/Commands/Checkdates.txt
Hledger/Cli/Commands/Checkdupes.txt
Hledger/Cli/Commands/Close.txt
Hledger/Cli/Commands/Commodities.txt
Hledger/Cli/Commands/Descriptions.txt
Hledger/Cli/Commands/Diff.txt
Hledger/Cli/Commands/Files.txt
Hledger/Cli/Commands/Help.txt
Hledger/Cli/Commands/Import.txt
Hledger/Cli/Commands/Incomestatement.txt
Hledger/Cli/Commands/Notes.txt
Hledger/Cli/Commands/Payees.txt
Hledger/Cli/Commands/Prices.txt
Hledger/Cli/Commands/Print.txt
Hledger/Cli/Commands/Printunique.txt
Hledger/Cli/Commands/Register.txt
Hledger/Cli/Commands/Registermatch.txt
Hledger/Cli/Commands/Rewrite.txt
Hledger/Cli/Commands/Roi.txt
Hledger/Cli/Commands/Stats.txt
Hledger/Cli/Commands/Tags.txt
Hledger/Cli/Commands/Test.txt
source-repository head
type: git
location: https://github.com/simonmichael/hledger
flag terminfo
description: On POSIX systems, build with the terminfo lib for detecting terminal width.
manual: False
default: True
flag threaded
description: Build with support for multithreaded execution
manual: False
default: True
library
exposed-modules:
Hledger.Cli
Hledger.Cli.Main
Hledger.Cli.CliOptions
Hledger.Cli.DocFiles
Hledger.Cli.Utils
Hledger.Cli.Anon
Hledger.Cli.Version
Hledger.Cli.Commands
Hledger.Cli.Commands.Accounts
Hledger.Cli.Commands.Activity
Hledger.Cli.Commands.Add
Hledger.Cli.Commands.Balance
Hledger.Cli.Commands.Balancesheet
Hledger.Cli.Commands.Balancesheetequity
Hledger.Cli.Commands.Cashflow
Hledger.Cli.Commands.Checkdates
Hledger.Cli.Commands.Checkdupes
Hledger.Cli.Commands.Close
Hledger.Cli.Commands.Commodities
Hledger.Cli.Commands.Descriptions
Hledger.Cli.Commands.Diff
Hledger.Cli.Commands.Help
Hledger.Cli.Commands.Files
Hledger.Cli.Commands.Import
Hledger.Cli.Commands.Incomestatement
Hledger.Cli.Commands.Notes
Hledger.Cli.Commands.Payees
Hledger.Cli.Commands.Prices
Hledger.Cli.Commands.Print
Hledger.Cli.Commands.Printunique
Hledger.Cli.Commands.Register
Hledger.Cli.Commands.Registermatch
Hledger.Cli.Commands.Rewrite
Hledger.Cli.Commands.Roi
Hledger.Cli.Commands.Stats
Hledger.Cli.Commands.Tags
Hledger.Cli.CompoundBalanceCommand
other-modules:
Paths_hledger
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.18.1"
build-depends:
Decimal >=0.5.1
, Diff
, aeson >=1
, ansi-terminal >=0.6.2.3
, base >=4.9 && <4.15
, base-compat-batteries >=0.10.1 && <0.12
, bytestring
, cmdargs >=0.10
, containers
, data-default >=0.5
, directory
, extra >=1.6.3
, filepath
, hashable >=1.2.4
, haskeline >=0.6
, hledger-lib >=1.18.1 && <1.19
, lucid
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <8.1
, mtl >=2.2.1
, old-time
, parsec >=3
, pretty-show >=1.6.4
, process
, regex-tdfa
, safe >=0.2
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
, tasty >=1.2.3
, temporary
, text >=0.11
, time >=1.5
, timeit
, transformers
, unordered-containers
, utf8-string >=0.3.5
, utility-ht >=0.0.13
, wizards >=1.0
if (!(os(windows))) && (flag(terminfo))
build-depends:
terminfo
default-language: Haskell2010
executable hledger
main-is: hledger-cli.hs
other-modules:
Paths_hledger
hs-source-dirs:
app
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.18.1"
build-depends:
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.6.2.3
, base >=4.9 && <4.15
, base-compat-batteries >=0.10.1 && <0.12
, bytestring
, cmdargs >=0.10
, containers
, data-default >=0.5
, directory
, extra >=1.6.3
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.18.1 && <1.19
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <8.1
, mtl >=2.2.1
, old-time
, parsec >=3
, pretty-show >=1.6.4
, process
, regex-tdfa
, safe >=0.2
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
, tasty >=1.2.3
, temporary
, text >=0.11
, time >=1.5
, timeit
, transformers
, unordered-containers
, utf8-string >=0.3.5
, utility-ht >=0.0.13
, wizards >=1.0
if (!(os(windows))) && (flag(terminfo))
build-depends:
terminfo
if flag(threaded)
ghc-options: -threaded
default-language: Haskell2010
test-suite unittest
type: exitcode-stdio-1.0
main-is: unittest.hs
hs-source-dirs:
test
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
cpp-options: -DVERSION="1.18.1"
build-depends:
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.6.2.3
, base >=4.9 && <4.15
, base-compat-batteries >=0.10.1 && <0.12
, bytestring
, cmdargs >=0.10
, containers
, data-default >=0.5
, directory
, extra >=1.6.3
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.18.1 && <1.19
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <8.1
, mtl >=2.2.1
, old-time
, parsec >=3
, pretty-show >=1.6.4
, process
, regex-tdfa
, safe >=0.2
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
, tasty >=1.2.3
, temporary
, text >=0.11
, time >=1.5
, timeit
, transformers
, unordered-containers
, utf8-string >=0.3.5
, utility-ht >=0.0.13
, wizards >=1.0
if (!(os(windows))) && (flag(terminfo))
build-depends:
terminfo
default-language: Haskell2010
benchmark bench
type: exitcode-stdio-1.0
main-is: bench.hs
hs-source-dirs:
bench
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
build-depends:
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.6.2.3
, base >=4.9 && <4.15
, base-compat-batteries >=0.10.1 && <0.12
, bytestring
, cmdargs >=0.10
, containers
, criterion
, data-default >=0.5
, directory
, extra >=1.6.3
, filepath
, haskeline >=0.6
, hledger
, hledger-lib >=1.18.1 && <1.19
, html
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <8.1
, mtl >=2.2.1
, old-time
, parsec >=3
, pretty-show >=1.6.4
, process
, regex-tdfa
, safe >=0.2
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
, tasty >=1.2.3
, temporary
, text >=0.11
, time >=1.5
, timeit
, transformers
, unordered-containers
, utf8-string >=0.3.5
, utility-ht >=0.0.13
, wizards >=1.0
buildable: False
if (!(os(windows))) && (flag(terminfo))
build-depends:
terminfo
default-language: Haskell2010

View File

@ -11,7 +11,7 @@
# testsuite missing deps: timeit
Name: %{pkg_name}
Version: 1.18.1
Version: 1.20.3
# can only be reset when all subpkgs bumped
Release: 23%{?dist}
Summary: Command-line interface for the hledger accounting system
@ -22,7 +22,6 @@ Url: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
Source1: https://hackage.haskell.org/package/%{utilityht}/%{utilityht}.tar.gz
Source2: https://hackage.haskell.org/package/%{lucid}/%{lucid}.tar.gz
Source3: https://hackage.haskell.org/package/%{pkgver}/%{name}.cabal#/%{pkgver}.cabal
# End cabal-rpm sources
# Begin cabal-rpm deps:
@ -49,8 +48,6 @@ BuildRequires: ghc-math-functions-prof
BuildRequires: ghc-megaparsec-prof
BuildRequires: ghc-mtl-prof
BuildRequires: ghc-old-time-prof
BuildRequires: ghc-parsec-prof
BuildRequires: ghc-pretty-show-prof
BuildRequires: ghc-process-prof
BuildRequires: ghc-regex-tdfa-prof
BuildRequires: ghc-safe-prof
@ -139,7 +136,6 @@ This package provides the Haskell %{name} profiling library.
%prep
# Begin cabal-rpm setup:
%setup -q -a1 -a2
cp -bp %{SOURCE3} %{name}.cabal
# End cabal-rpm setup
cabal-tweak-drop-dep mtl-compat
@ -192,6 +188,9 @@ install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
%changelog
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 1.20.3-23
- update to 1.20.3
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.1-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

View File

@ -1,3 +1,3 @@
SHA512 (lucid-2.9.12.tar.gz) = d26bd0889032482d91c69f23b237437a9ab133e87143364f9b134434bdd5cc849b6393f837f6096410dae51058a47e444c2d4b04a56e8f4f64d5104732180a54
SHA512 (utility-ht-0.0.15.tar.gz) = 29be7ed40c4dc025df0997f7d8611b0f86125ba6a6aa3e4d65844f996f19f3d417b4b1dc7da58589a5259ddb9f473c71af0fc32891105a364a3dbc7f05671905
SHA512 (hledger-1.18.1.tar.gz) = f75e6fcc009c6ce9e3f73f473d698dc5b872ea1bbfb7f2ca32dd22345bffc5b9131ab51454df7131414312751c3a8b35ce4b6a29d8985517838c128dcbb56e19
SHA512 (hledger-1.20.3.tar.gz) = 09a23d1d003e842f39bf7df8a3b221d0d46e44b6c0fd68e6d51c641f5485a807d5b4b2685748507978d4831b7f8630d13dad1660bb24eb04ea4443e1f7a0f3d6