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 2021-08-25 20:57:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hledger-interest (Old)
and /work/SRC/openSUSE:Factory/.hledger-interest.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hledger-interest"
Wed Aug 25 20:57:38 2021 rev:6 rq:912761 version:1.6.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/hledger-interest/hledger-interest.changes
2021-03-17 20:19:44.823300472 +0100
+++
/work/SRC/openSUSE:Factory/.hledger-interest.new.1899/hledger-interest.changes
2021-08-25 20:58:53.473107391 +0200
@@ -1,0 +2,6 @@
+Tue Aug 17 08:49:48 UTC 2021 - [email protected]
+
+- Update hledger-interest to version 1.6.2.
+ Upstream does not provide a change log file.
+
+-------------------------------------------------------------------
Old:
----
hledger-interest-1.6.1.tar.gz
New:
----
hledger-interest-1.6.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hledger-interest.spec ++++++
--- /var/tmp/diff_new_pack.t5tRRO/_old 2021-08-25 20:58:53.881106856 +0200
+++ /var/tmp/diff_new_pack.t5tRRO/_new 2021-08-25 20:58:53.885106850 +0200
@@ -17,7 +17,7 @@
Name: hledger-interest
-Version: 1.6.1
+Version: 1.6.2
Release: 0
Summary: Computes interest for a given account
License: BSD-3-Clause
++++++ hledger-interest-1.6.1.tar.gz -> hledger-interest-1.6.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hledger-interest-1.6.1/Hledger/Interest.hs
new/hledger-interest-1.6.2/Hledger/Interest.hs
--- old/hledger-interest-1.6.1/Hledger/Interest.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/hledger-interest-1.6.2/Hledger/Interest.hs 2001-09-09
03:46:40.000000000 +0200
@@ -89,7 +89,7 @@
}
pTarget = nullposting
{ paccount = targetAcc
- , pamount = Mixed [ a { aquantity = (aquantity a *
ratePerAnno) / fromInteger perDayScalar * fromInteger days } | a <- amounts bal
]
+ , pamount = mixed [ a { aquantity = (aquantity a *
ratePerAnno) / fromInteger perDayScalar * fromInteger days } | a <- amounts bal
]
, ptype = RegularPosting
, ptransaction = Just t
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hledger-interest-1.6.1/Main.hs
new/hledger-interest-1.6.2/Main.hs
--- old/hledger-interest-1.6.1/Main.hs 2001-09-09 03:46:40.000000000 +0200
+++ new/hledger-interest-1.6.2/Main.hs 2001-09-09 03:46:40.000000000 +0200
@@ -91,7 +91,7 @@
when (null (optTargetAcc opts)) (commandLineError "required --target option
is missing\n")
when (isNothing (optDCC opts)) (commandLineError "no day counting convention
specified\n")
when (isNothing (optRate opts)) (commandLineError "no interest rate
specified\n")
- let ledgerInputOptions = definputopts { ignore_assertions_ =
optIgnoreAssertions opts }
+ let ledgerInputOptions = definputopts { balancingopts_ = (balancingopts_
definputopts) { ignore_assertions_ = optIgnoreAssertions opts } }
jnl' <- readJournalFiles ledgerInputOptions (reverse (optInput opts)) >>=
either fail return
interestAcc <- case args of
[] -> commandLineError "required argument ACCOUNT is
missing\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/hledger-interest-1.6.1/hledger-interest.cabal
new/hledger-interest-1.6.2/hledger-interest.cabal
--- old/hledger-interest-1.6.1/hledger-interest.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/hledger-interest-1.6.2/hledger-interest.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
Name: hledger-interest
-Version: 1.6.1
+Version: 1.6.2
Synopsis: computes interest for a given account
License: BSD3
License-file: LICENSE
@@ -119,7 +119,7 @@
Executable hledger-interest
default-language: Haskell2010
Main-is: Main.hs
- Build-depends: base >= 3 && < 5, hledger-lib == 1.21.*, time, mtl,
Cabal, Decimal, text
+ Build-depends: base >= 3 && < 5, hledger-lib == 1.22.*, time, mtl,
Cabal, Decimal, text
other-modules: Hledger.Interest
Hledger.Interest.DayCountConvention
Hledger.Interest.Rate