commit hledger for openSUSE:Factory
Hello community, here is the log from the commit of package hledger for openSUSE:Factory checked in at 2017-08-31 20:48:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hledger (Old) and /work/SRC/openSUSE:Factory/.hledger.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "hledger" Thu Aug 31 20:48:48 2017 rev:2 rq:513566 version:1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/hledger/hledger.changes 2017-04-18 13:51:24.741858929 +0200 +++ /work/SRC/openSUSE:Factory/.hledger.new/hledger.changes 2017-08-31 20:48:50.899584570 +0200 @@ -1,0 +2,5 @@ +Thu Jul 27 14:06:44 UTC 2017 - psimons@suse.com + +- Update to version 1.2 revision 1. + +------------------------------------------------------------------- Old: ---- hledger-1.1.tar.gz New: ---- hledger-1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hledger.spec ++++++ --- /var/tmp/diff_new_pack.pjFJPK/_old 2017-08-31 20:48:52.263393135 +0200 +++ /var/tmp/diff_new_pack.pjFJPK/_new 2017-08-31 20:48:52.267392574 +0200 @@ -19,7 +19,7 @@ %global pkg_name hledger %bcond_with tests Name: %{pkg_name} -Version: 1.1 +Version: 1.2 Release: 0 Summary: Command-line interface for the hledger accounting tool License: GPL-3.0+ @@ -41,6 +41,7 @@ BuildRequires: ghc-filepath-devel BuildRequires: ghc-hashable-devel BuildRequires: ghc-haskeline-devel +BuildRequires: ghc-here-devel BuildRequires: ghc-hledger-lib-devel BuildRequires: ghc-megaparsec-devel BuildRequires: ghc-mtl-compat-devel ++++++ hledger-1.1.tar.gz -> hledger-1.2.tar.gz ++++++ ++++ 12143 lines of diff (skipped) ++++++ hledger.cabal ++++++ --- /var/tmp/diff_new_pack.pjFJPK/_old 2017-08-31 20:48:52.511358329 +0200 +++ /var/tmp/diff_new_pack.pjFJPK/_new 2017-08-31 20:48:52.511358329 +0200 @@ -1,12 +1,10 @@ --- This file has been generated from package.yaml by hpack version 0.15.0. +-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: hledger -version: 1.1 +version: 1.2 x-revision: 1 -stability: stable -category: Finance, Console synopsis: Command-line interface for the hledger accounting tool description: This is hledger's command-line interface. Its basic function is to read a plain text file describing @@ -18,15 +16,17 @@ with ledger(1). hledger provides command-line, curses and web interfaces, and aims to be a reliable, practical tool for daily use. -license: GPL -license-file: LICENSE -author: Simon Michael <simon@joyful.com> -maintainer: Simon Michael <simon@joyful.com> +category: Finance, Console +stability: stable homepage: http://hledger.org bug-reports: http://bugs.hledger.org -cabal-version: >= 1.10 -build-type: Simple +author: Simon Michael <simon@joyful.com> +maintainer: Simon Michael <simon@joyful.com> +license: GPL-3 +license-file: LICENSE tested-with: GHC==7.10.3, GHC==8.0 +build-type: Simple +cabal-version: >= 1.10 extra-source-files: bench/10000x1000x10.journal @@ -75,24 +75,25 @@ default: True flag threaded - default: True description: Build with support for multithreaded execution manual: False + default: True library ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans - cpp-options: -DVERSION="1.1" + cpp-options: -DVERSION="1.2" build-depends: base >=4.8 && <5 , base-compat >=0.8.1 , directory , file-embed >=0.0.10 && <0.1 , filepath + , here , pretty-show >=1.6.4 , process , temporary , tabular >=0.2 && <0.3 - , hledger-lib >= 1.1 && < 1.2 + , hledger-lib >= 1.2 && < 1.3 , bytestring , containers , unordered-containers @@ -105,7 +106,7 @@ , mtl , mtl-compat , old-time - , megaparsec >=5.0 && < 5.3 + , megaparsec >=5.0 && < 5.4 , regex-tdfa , safe >=0.2 , split >=0.1 && <0.3 @@ -145,6 +146,7 @@ Hledger.Cli.Accounts Hledger.Cli.Balance Hledger.Cli.Balancesheet + Hledger.Cli.BalanceView Hledger.Cli.Cashflow Hledger.Cli.Help Hledger.Cli.Histogram @@ -164,19 +166,20 @@ 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 - cpp-options: -DVERSION="1.1" + cpp-options: -DVERSION="1.2" build-depends: base >=4.8 && <5 , base-compat >=0.8.1 , directory , file-embed >=0.0.10 && <0.1 , filepath + , here , pretty-show >=1.6.4 , process , temporary , tabular >=0.2 && <0.3 - , hledger-lib >= 1.1 && < 1.2 - , hledger == 1.1 + , hledger-lib >= 1.2 && < 1.3 + , hledger == 1.2 , bytestring , containers , unordered-containers @@ -225,19 +228,20 @@ 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 - cpp-options: -DVERSION="1.1" + cpp-options: -DVERSION="1.2" build-depends: base >=4.8 && <5 , base-compat >=0.8.1 , directory , file-embed >=0.0.10 && <0.1 , filepath + , here , pretty-show >=1.6.4 , process , temporary , tabular >=0.2 && <0.3 - , hledger-lib >= 1.1 && < 1.2 - , hledger == 1.1 + , hledger-lib >= 1.2 && < 1.3 + , hledger == 1.2 , bytestring , containers , unordered-containers @@ -282,23 +286,23 @@ benchmark bench type: exitcode-stdio-1.0 + main-is: bench.hs hs-source-dirs: bench - main-is: bench.hs ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans - default-language: Haskell2010 build-depends: base >=4.8 && <5 , base-compat >=0.8.1 , directory , file-embed >=0.0.10 && <0.1 , filepath + , here , pretty-show >=1.6.4 , process , temporary , tabular >=0.2 && <0.3 - , hledger-lib >= 1.1 && < 1.2 - , hledger == 1.1 + , hledger-lib >= 1.2 && < 1.3 + , hledger == 1.2 , criterion , html , timeit @@ -309,3 +313,4 @@ else build-depends: time >=1.5 + default-language: Haskell2010
participants (1)
-
root@hilbert.suse.de