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 2026-06-10 16:10:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hledger-interest (Old)
and /work/SRC/openSUSE:Factory/.hledger-interest.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hledger-interest"
Wed Jun 10 16:10:38 2026 rev:24 rq:1358482 version:1.6.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/hledger-interest/hledger-interest.changes
2025-12-19 16:49:29.267009721 +0100
+++
/work/SRC/openSUSE:Factory/.hledger-interest.new.2375/hledger-interest.changes
2026-06-10 16:16:04.301702747 +0200
@@ -1,0 +2,6 @@
+Thu Apr 9 08:20:07 UTC 2026 - Peter Simons <[email protected]>
+
+- Update hledger-interest to version 1.6.7 revision 5.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hledger-interest.spec ++++++
--- /var/tmp/diff_new_pack.2Qo9Hn/_old 2026-06-10 16:16:07.281826243 +0200
+++ /var/tmp/diff_new_pack.2Qo9Hn/_new 2026-06-10 16:16:07.289826576 +0200
@@ -1,7 +1,7 @@
#
# spec file for package hledger-interest
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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/4.cabal#/%{name}.cabal
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/5.cabal#/%{name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Cabal-prof
BuildRequires: ghc-Decimal-devel
++++++ hledger-interest.cabal ++++++
--- /var/tmp/diff_new_pack.2Qo9Hn/_old 2026-06-10 16:16:07.561837847 +0200
+++ /var/tmp/diff_new_pack.2Qo9Hn/_new 2026-06-10 16:16:07.589839008 +0200
@@ -1,6 +1,6 @@
Name: hledger-interest
Version: 1.6.7
-x-revision: 4
+x-revision: 5
Synopsis: computes interest for a given account
License: BSD3
License-file: LICENSE
@@ -121,7 +121,7 @@
Executable hledger-interest
default-language: Haskell2010
Main-is: Main.hs
- Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.52, time,
mtl, Cabal, Decimal, text
+ Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.53, time,
mtl, Cabal, Decimal, text
other-modules: Hledger.Interest
Hledger.Interest.DayCountConvention
Hledger.Interest.Rate