Hello community,

here is the log from the commit of package hledger for openSUSE:Factory checked 
in at 2020-09-15 16:21:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hledger (Old)
 and      /work/SRC/openSUSE:Factory/.hledger.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hledger"

Tue Sep 15 16:21:52 2020 rev:5 rq:833313 version:1.19.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/hledger/hledger.changes  2020-09-07 
21:32:55.897313750 +0200
+++ /work/SRC/openSUSE:Factory/.hledger.new.4249/hledger.changes        
2020-09-15 16:21:54.730230413 +0200
@@ -1,0 +2,13 @@
+Tue Sep  8 02:00:34 UTC 2020 - psim...@suse.com
+
+- Update hledger to version 1.19.1.
+  # 1.19.1 2020-09-07
+
+  - Fix alignment of coloured numbers (#1345, #1349, Stephen Morgan)
+
+  - Fix a regression in account type autodetection for accounts with
+    capitalised names. (#1341)
+
+  - Allow megaparsec 9
+
+-------------------------------------------------------------------

Old:
----
  hledger-1.19.tar.gz

New:
----
  hledger-1.19.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hledger.spec ++++++
--- /var/tmp/diff_new_pack.iE03Q0/_old  2020-09-15 16:21:56.502232109 +0200
+++ /var/tmp/diff_new_pack.iE03Q0/_new  2020-09-15 16:21:56.502232109 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hledger
 %bcond_with tests
 Name:           %{pkg_name}
-Version:        1.19
+Version:        1.19.1
 Release:        0
 Summary:        Command-line interface for the hledger accounting system
 License:        GPL-3.0-or-later

++++++ hledger-1.19.tar.gz -> hledger-1.19.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-1.19/CHANGES.md new/hledger-1.19.1/CHANGES.md
--- old/hledger-1.19/CHANGES.md 2020-09-02 05:39:58.000000000 +0200
+++ new/hledger-1.19.1/CHANGES.md       2020-09-08 00:41:25.000000000 +0200
@@ -1,6 +1,15 @@
 User-visible changes in the hledger command line tool and library.
 
 
+# 1.19.1 2020-09-07
+
+- Fix alignment of coloured numbers (#1345, #1349, Stephen Morgan)
+
+- Fix a regression in account type autodetection for accounts with
+  capitalised names. (#1341)
+
+- Allow megaparsec 9
+
 # 1.19 2020-09-01
 
 ## general
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-1.19/Hledger/Cli/Commands/Balance.hs 
new/hledger-1.19.1/Hledger/Cli/Commands/Balance.hs
--- old/hledger-1.19/Hledger/Cli/Commands/Balance.hs    2020-09-01 
01:04:28.000000000 +0200
+++ new/hledger-1.19.1/Hledger/Cli/Commands/Balance.hs  2020-09-07 
01:21:00.000000000 +0200
@@ -305,10 +305,9 @@
 -- | The balance command, prints a balance report.
 balance :: CliOpts -> Journal -> IO ()
 balance opts@CliOpts{rawopts_=rawopts,reportopts_=ropts@ReportOpts{..}} j = do
-  -- PARTIAL:
   d <- getCurrentDay
   case lineFormatFromOpts ropts of
-    Left err -> error' $ unlines [err]
+    Left err -> error' $ unlines [err]  -- PARTIAL:
     Right _ -> do
       let budget      = boolopt "budget" rawopts
           multiperiod = interval_ /= NoInterval
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-1.19/hledger.cabal 
new/hledger-1.19.1/hledger.cabal
--- old/hledger-1.19/hledger.cabal      2020-09-02 05:38:36.000000000 +0200
+++ new/hledger-1.19.1/hledger.cabal    2020-09-08 00:41:25.000000000 +0200
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 57200bf2d62853fd94cae6fdd76f98cd03cfba2b551e706fc6ac8e7650796c7f
+-- hash: 6318476983e12bab8c8835a0781d94162a98e306fa19d4a916a2c750d4e353c4
 
 name:           hledger
-version:        1.19
+version:        1.19.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
@@ -148,7 +148,7 @@
   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.19"
+  cpp-options: -DVERSION="1.19.1"
   build-depends:
       Decimal >=0.5.1
     , Diff
@@ -165,10 +165,10 @@
     , filepath
     , hashable >=1.2.4
     , haskeline >=0.6
-    , hledger-lib >=1.19 && <1.20
+    , hledger-lib >=1.19.1 && <1.20
     , lucid
     , math-functions >=0.3.3.0
-    , megaparsec >=7.0.0 && <8.1
+    , megaparsec >=7.0.0 && <9.1
     , mtl >=2.2.1
     , old-time
     , parsec >=3
@@ -201,7 +201,7 @@
   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.19"
+  cpp-options: -DVERSION="1.19.1"
   build-depends:
       Decimal >=0.5.1
     , aeson >=1
@@ -217,9 +217,9 @@
     , filepath
     , haskeline >=0.6
     , hledger
-    , hledger-lib >=1.19 && <1.20
+    , hledger-lib >=1.19.1 && <1.20
     , math-functions >=0.3.3.0
-    , megaparsec >=7.0.0 && <8.1
+    , megaparsec >=7.0.0 && <9.1
     , mtl >=2.2.1
     , old-time
     , parsec >=3
@@ -253,7 +253,7 @@
   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.19"
+  cpp-options: -DVERSION="1.19.1"
   build-depends:
       Decimal >=0.5.1
     , aeson >=1
@@ -269,9 +269,9 @@
     , filepath
     , haskeline >=0.6
     , hledger
-    , hledger-lib >=1.19 && <1.20
+    , hledger-lib >=1.19.1 && <1.20
     , math-functions >=0.3.3.0
-    , megaparsec >=7.0.0 && <8.1
+    , megaparsec >=7.0.0 && <9.1
     , mtl >=2.2.1
     , old-time
     , parsec >=3
@@ -319,10 +319,10 @@
     , filepath
     , haskeline >=0.6
     , hledger
-    , hledger-lib >=1.19 && <1.20
+    , hledger-lib >=1.19.1 && <1.20
     , html
     , math-functions >=0.3.3.0
-    , megaparsec >=7.0.0 && <8.1
+    , megaparsec >=7.0.0 && <9.1
     , mtl >=2.2.1
     , old-time
     , parsec >=3


Reply via email to