Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package hledger-interest for
openSUSE:Factory checked in at 2024-06-11 18:28:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hledger-interest (Old)
and /work/SRC/openSUSE:Factory/.hledger-interest.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hledger-interest"
Tue Jun 11 18:28:16 2024 rev:17 rq:1179758 version:1.6.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/hledger-interest/hledger-interest.changes
2024-04-29 09:10:49.219751256 +0200
+++
/work/SRC/openSUSE:Factory/.hledger-interest.new.19518/hledger-interest.changes
2024-06-11 18:29:01.456279511 +0200
@@ -1,0 +2,6 @@
+Mon Jun 3 16:16:58 UTC 2024 - Peter Simons <[email protected]>
+
+- Update hledger-interest to version 1.6.6 revision 4.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hledger-interest.spec ++++++
--- /var/tmp/diff_new_pack.z47Qib/_old 2024-06-11 18:29:04.812401989 +0200
+++ /var/tmp/diff_new_pack.z47Qib/_new 2024-06-11 18:29:04.812401989 +0200
@@ -23,7 +23,7 @@
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{name}
Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/3.cabal#/%{name}.cabal
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/4.cabal#/%{name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Cabal-prof
BuildRequires: ghc-Decimal-devel
++++++ hledger-interest.cabal ++++++
--- /var/tmp/diff_new_pack.z47Qib/_old 2024-06-11 18:29:05.048410602 +0200
+++ /var/tmp/diff_new_pack.z47Qib/_new 2024-06-11 18:29:05.092412208 +0200
@@ -1,6 +1,6 @@
Name: hledger-interest
Version: 1.6.6
-x-revision: 3
+x-revision: 4
Synopsis: computes interest for a given account
License: BSD3
License-file: LICENSE
@@ -120,7 +120,7 @@
Executable hledger-interest
default-language: Haskell2010
Main-is: Main.hs
- Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.34, time,
mtl, Cabal, Decimal, text
+ Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.35, time,
mtl, Cabal, Decimal, text
other-modules: Hledger.Interest
Hledger.Interest.DayCountConvention
Hledger.Interest.Rate