Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-lifted-async for
openSUSE:Factory checked in at 2021-08-25 20:56:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-lifted-async (Old)
and /work/SRC/openSUSE:Factory/.ghc-lifted-async.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lifted-async"
Wed Aug 25 20:56:56 2021 rev:14 rq:912607 version:0.10.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-lifted-async/ghc-lifted-async.changes
2021-04-10 15:28:20.946447045 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-lifted-async.new.1899/ghc-lifted-async.changes
2021-08-25 20:57:51.241189091 +0200
@@ -1,0 +2,9 @@
+Fri Jul 23 08:07:01 UTC 2021 - [email protected]
+
+- Update lifted-async to version 0.10.2.1.
+ Upstream has edited the change log file since the last release in
+ a non-trivial way, i.e. they did more than just add a new entry
+ at the top. You can review the file at:
+ http://hackage.haskell.org/package/lifted-async-0.10.2.1/src/CHANGELOG.md
+
+-------------------------------------------------------------------
Old:
----
lifted-async-0.10.2.tar.gz
New:
----
lifted-async-0.10.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-lifted-async.spec ++++++
--- /var/tmp/diff_new_pack.7CqSFD/_old 2021-08-25 20:57:51.789188372 +0200
+++ /var/tmp/diff_new_pack.7CqSFD/_new 2021-08-25 20:57:51.793188367 +0200
@@ -19,7 +19,7 @@
%global pkg_name lifted-async
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.10.2
+Version: 0.10.2.1
Release: 0
Summary: Run lifted IO operations asynchronously and wait for their
results
License: BSD-3-Clause
++++++ lifted-async-0.10.2.tar.gz -> lifted-async-0.10.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lifted-async-0.10.2/CHANGELOG.md
new/lifted-async-0.10.2.1/CHANGELOG.md
--- old/lifted-async-0.10.2/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/lifted-async-0.10.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,6 +1,10 @@
# Revision history for lifted-async
-## v0.10.2 - 20201-04-02
+## v0.10.2.1 - 2021-07-23
+
+* Relax upper version bound for tasty-bench
+
+## v0.10.2 - 2021-04-02
* Define withAsync in terms of corresponding function from async
([#36](https://github.com/maoe/lifted-async/pull/36))
* Fixes [#34](https://github.com/maoe/lifted-async/issues/34)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lifted-async-0.10.2/lifted-async.cabal
new/lifted-async-0.10.2.1/lifted-async.cabal
--- old/lifted-async-0.10.2/lifted-async.cabal 2001-09-09 03:46:40.000000000
+0200
+++ new/lifted-async-0.10.2.1/lifted-async.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
cabal-version: 1.24
name: lifted-async
-version: 0.10.2
+version: 0.10.2.1
synopsis: Run lifted IO operations asynchronously and wait for
their results
homepage: https://github.com/maoe/lifted-async
bug-reports: https://github.com/maoe/lifted-async/issues
@@ -92,7 +92,7 @@
build-depends:
base
, async
- , tasty-bench < 0.3
+ , tasty-bench < 0.4
, deepseq
, lifted-async
default-language: Haskell2010
@@ -105,7 +105,7 @@
build-depends:
base
, async
- , tasty-bench < 0.3
+ , tasty-bench < 0.4
, deepseq
, lifted-async
default-language: Haskell2010