Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hledger-ui for openSUSE:Factory 
checked in at 2023-12-17 21:31:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hledger-ui (Old)
 and      /work/SRC/openSUSE:Factory/.hledger-ui.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hledger-ui"

Sun Dec 17 21:31:51 2023 rev:21 rq:1133558 version:1.32.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/hledger-ui/hledger-ui.changes    2023-12-05 
17:04:27.291887022 +0100
+++ /work/SRC/openSUSE:Factory/.hledger-ui.new.25432/hledger-ui.changes 
2023-12-17 21:34:27.158223045 +0100
@@ -1,0 +2,9 @@
+Thu Dec  7 21:25:14 UTC 2023 - Peter Simons <[email protected]>
+
+- Update hledger-ui to version 1.32.1.
+  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-ui-1.32.1/src/CHANGES.md
+
+-------------------------------------------------------------------

Old:
----
  hledger-ui-1.32.tar.gz

New:
----
  hledger-ui-1.32.1.tar.gz

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

Other differences:
------------------
++++++ hledger-ui.spec ++++++
--- /var/tmp/diff_new_pack.XNUyiu/_old  2023-12-17 21:34:27.562237724 +0100
+++ /var/tmp/diff_new_pack.XNUyiu/_new  2023-12-17 21:34:27.562237724 +0100
@@ -19,7 +19,7 @@
 %global pkg_name hledger-ui
 %global pkgver %{pkg_name}-%{version}
 Name:           %{pkg_name}
-Version:        1.32
+Version:        1.32.1
 Release:        0
 Summary:        Terminal interface for the hledger accounting system
 License:        GPL-3.0-or-later

++++++ hledger-ui-1.32.tar.gz -> hledger-ui-1.32.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-ui-1.32/CHANGES.md 
new/hledger-ui-1.32.1/CHANGES.md
--- old/hledger-ui-1.32/CHANGES.md      2023-12-02 04:35:21.000000000 +0100
+++ new/hledger-ui-1.32.1/CHANGES.md    2023-12-07 21:16:38.000000000 +0100
@@ -21,8 +21,11 @@
 User-visible changes in hledger-ui.
 See also the hledger changelog.
 
-# 1.32 2023-12-01
+# 1.32.1 2023-12-07
+
+- Use hledger-1.32.1
 
+# 1.32 2023-12-01
 Fixes
 
 - The V key now preserves the valuation mode specified at the command
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-ui-1.32/hledger-ui.1 
new/hledger-ui-1.32.1/hledger-ui.1
--- old/hledger-ui-1.32/hledger-ui.1    2023-12-02 04:28:28.000000000 +0100
+++ new/hledger-ui-1.32.1/hledger-ui.1  2023-12-07 21:15:46.000000000 +0100
@@ -1,5 +1,5 @@
 
-.TH "HLEDGER-UI" "1" "December 2023" "hledger-ui-1.32 " "hledger User Manuals"
+.TH "HLEDGER-UI" "1" "December 2023" "hledger-ui-1.32.1 " "hledger User 
Manuals"
 
 
 
@@ -12,7 +12,7 @@
 .PD
 \f[CR]hledger ui -- [OPTS] [QUERYARGS]\f[R]
 .SH DESCRIPTION
-This manual is for hledger\[aq]s terminal interface, version 1.32.
+This manual is for hledger\[aq]s terminal interface, version 1.32.1.
 See also the hledger manual for common concepts and file formats.
 .PP
 hledger is a robust, user-friendly, cross-platform set of programs for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-ui-1.32/hledger-ui.cabal 
new/hledger-ui-1.32.1/hledger-ui.cabal
--- old/hledger-ui-1.32/hledger-ui.cabal        2023-12-02 05:29:56.000000000 
+0100
+++ new/hledger-ui-1.32.1/hledger-ui.cabal      2023-12-07 21:15:46.000000000 
+0100
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           hledger-ui
-version:        1.32
+version:        1.32.1
 synopsis:       Terminal interface for the hledger accounting system
 description:    A simple terminal user interface for the hledger accounting 
system.
                 It can be a more convenient way to browse your accounts than 
the CLI.
@@ -68,7 +68,7 @@
   hs-source-dirs:
       ./
   ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures 
-Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
-  cpp-options: -DVERSION="1.32" -DVERSION="1.32"
+  cpp-options: -DVERSION="1.32.1" -DVERSION="1.32.1"
   build-depends:
       ansi-terminal >=0.9
     , async
@@ -82,8 +82,8 @@
     , extra >=1.6.3
     , filepath
     , fsnotify ==0.4.*
-    , hledger ==1.32.*
-    , hledger-lib ==1.32.*
+    , hledger >=1.32.1 && <1.33
+    , hledger-lib >=1.32.1 && <1.33
     , megaparsec >=7.0.0 && <9.6
     , microlens >=0.4
     , microlens-platform >=0.2.3.1
@@ -111,7 +111,7 @@
   hs-source-dirs:
       app
   ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures 
-Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
-  cpp-options: -DVERSION="1.32"
+  cpp-options: -DVERSION="1.32.1"
   build-depends:
       base >=4.14 && <4.19
     , hledger-ui
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-ui-1.32/hledger-ui.info 
new/hledger-ui-1.32.1/hledger-ui.info
--- old/hledger-ui-1.32/hledger-ui.info 2023-12-02 04:28:28.000000000 +0100
+++ new/hledger-ui-1.32.1/hledger-ui.info       2023-12-07 21:15:46.000000000 
+0100
@@ -16,7 +16,7 @@
    'hledger-ui [OPTS] [QUERYARGS]'
 'hledger ui -- [OPTS] [QUERYARGS]'
 
-   This manual is for hledger's terminal interface, version 1.32.  See
+   This manual is for hledger's terminal interface, version 1.32.1.  See
 also the hledger manual for common concepts and file formats.
 
    hledger is a robust, user-friendly, cross-platform set of programs
@@ -674,46 +674,46 @@
 
 Tag Table:
 Node: Top223
-Node: OPTIONS1830
-Ref: #options1928
-Node: General help options2951
-Ref: #general-help-options3100
-Node: General input options3382
-Ref: #general-input-options3567
-Node: General reporting options4269
-Ref: #general-reporting-options4433
-Node: MOUSE7823
-Ref: #mouse7918
-Node: KEYS8155
-Ref: #keys8248
-Node: SCREENS12903
-Ref: #screens13001
-Node: Menu13581
-Ref: #menu13674
-Node: Cash accounts13869
-Ref: #cash-accounts14011
-Node: Balance sheet accounts14195
-Ref: #balance-sheet-accounts14376
-Node: Income statement accounts14496
-Ref: #income-statement-accounts14682
-Node: All accounts14846
-Ref: #all-accounts14992
-Node: Register15174
-Ref: #register15298
-Node: Transaction17582
-Ref: #transaction17705
-Node: Error19122
-Ref: #error19216
-Node: TIPS19460
-Ref: #tips19559
-Node: Watch mode19601
-Ref: #watch-mode19708
-Node: Debug output21167
-Ref: #debug-output21278
-Node: ENVIRONMENT21490
-Ref: #environment21600
-Node: BUGS21791
-Ref: #bugs21874
+Node: OPTIONS1832
+Ref: #options1930
+Node: General help options2953
+Ref: #general-help-options3102
+Node: General input options3384
+Ref: #general-input-options3569
+Node: General reporting options4271
+Ref: #general-reporting-options4435
+Node: MOUSE7825
+Ref: #mouse7920
+Node: KEYS8157
+Ref: #keys8250
+Node: SCREENS12905
+Ref: #screens13003
+Node: Menu13583
+Ref: #menu13676
+Node: Cash accounts13871
+Ref: #cash-accounts14013
+Node: Balance sheet accounts14197
+Ref: #balance-sheet-accounts14378
+Node: Income statement accounts14498
+Ref: #income-statement-accounts14684
+Node: All accounts14848
+Ref: #all-accounts14994
+Node: Register15176
+Ref: #register15300
+Node: Transaction17584
+Ref: #transaction17707
+Node: Error19124
+Ref: #error19218
+Node: TIPS19462
+Ref: #tips19561
+Node: Watch mode19603
+Ref: #watch-mode19710
+Node: Debug output21169
+Ref: #debug-output21280
+Node: ENVIRONMENT21492
+Ref: #environment21602
+Node: BUGS21793
+Ref: #bugs21876
 
 End Tag Table
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hledger-ui-1.32/hledger-ui.txt 
new/hledger-ui-1.32.1/hledger-ui.txt
--- old/hledger-ui-1.32/hledger-ui.txt  2023-12-02 04:28:31.000000000 +0100
+++ new/hledger-ui-1.32.1/hledger-ui.txt        2023-12-07 21:15:46.000000000 
+0100
@@ -9,7 +9,7 @@
        hledger ui -- [OPTS] [QUERYARGS]
 
 DESCRIPTION
-       This  manual  is  for  hledger's terminal interface, version 1.32.  See
+       This  manual  is for hledger's terminal interface, version 1.32.1.  See
        also the hledger manual for common concepts and file formats.
 
        hledger is a robust, user-friendly, cross-platform set of programs  for
@@ -537,4 +537,4 @@
 SEE ALSO
        hledger(1), hledger-ui(1), hledger-web(1), ledger(1)
 
-hledger-ui-1.32                  December 2023                   HLEDGER-UI(1)
+hledger-ui-1.32.1                December 2023                   HLEDGER-UI(1)

Reply via email to