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 2023-01-18 13:11:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hledger-interest (Old)
and /work/SRC/openSUSE:Factory/.hledger-interest.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hledger-interest"
Wed Jan 18 13:11:09 2023 rev:11 rq:1059136 version:1.6.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/hledger-interest/hledger-interest.changes
2022-10-13 15:44:00.670956483 +0200
+++
/work/SRC/openSUSE:Factory/.hledger-interest.new.32243/hledger-interest.changes
2023-01-18 13:11:34.833027768 +0100
@@ -1,0 +2,6 @@
+Mon Jan 16 11:44:38 UTC 2023 - Peter Simons <[email protected]>
+
+- Update hledger-interest to version 1.6.5.
+ Upstream does not provide a change log file.
+
+-------------------------------------------------------------------
Old:
----
hledger-interest-1.6.4.tar.gz
hledger-interest.cabal
New:
----
hledger-interest-1.6.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hledger-interest.spec ++++++
--- /var/tmp/diff_new_pack.KEyHKL/_old 2023-01-18 13:11:35.497030341 +0100
+++ /var/tmp/diff_new_pack.KEyHKL/_new 2023-01-18 13:11:35.505030372 +0100
@@ -1,7 +1,7 @@
#
# spec file for package hledger-interest
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,12 @@
Name: hledger-interest
-Version: 1.6.4
+Version: 1.6.5
Release: 0
Summary: Computes interest for a given account
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/1.cabal#/%{name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Decimal-devel
BuildRequires: ghc-hledger-lib-devel
@@ -89,7 +88,6 @@
%prep
%autosetup
-cp -p %{SOURCE1} %{name}.cabal
%build
%ghc_bin_build
++++++ hledger-interest-1.6.4.tar.gz -> hledger-interest-1.6.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hledger-interest-1.6.4/hledger-interest.cabal
new/hledger-interest-1.6.5/hledger-interest.cabal
--- old/hledger-interest-1.6.4/hledger-interest.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/hledger-interest-1.6.5/hledger-interest.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
Name: hledger-interest
-Version: 1.6.4
+Version: 1.6.5
Synopsis: computes interest for a given account
License: BSD3
License-file: LICENSE
@@ -11,8 +11,8 @@
Cabal-version: >= 1.10
Extra-source-files: README.md
Stability: stable
-tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7
-
+tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC ==
8.10.7,
+ GHC == 9.0.2, GHC == 9.2.5, GHC == 9.4.4
Description:
hledger-interest is a small command-line utility based on Simon
@@ -114,12 +114,12 @@
Source-Repository head
Type: git
- Location: git://github.com/peti/hledger-interest.git
+ Location: https://github.com/peti/hledger-interest.git
Executable hledger-interest
default-language: Haskell2010
Main-is: Main.hs
- Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.27, time,
mtl, Cabal, Decimal, text
+ Build-depends: base >= 3 && < 5, hledger-lib >= 1.26 && < 1.29, time,
mtl, Cabal, Decimal, text
other-modules: Hledger.Interest
Hledger.Interest.DayCountConvention
Hledger.Interest.Rate