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-11-11 21:37:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-lifted-async (Old)
and /work/SRC/openSUSE:Factory/.ghc-lifted-async.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lifted-async"
Thu Nov 11 21:37:38 2021 rev:15 rq:930439 version:0.10.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-lifted-async/ghc-lifted-async.changes
2021-08-25 20:57:51.241189091 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-lifted-async.new.1890/ghc-lifted-async.changes
2021-11-11 21:38:27.912978061 +0100
@@ -1,0 +2,8 @@
+Wed Nov 3 15:52:06 UTC 2021 - [email protected]
+
+- Update lifted-async to version 0.10.2.2.
+ ## v0.10.2.2 - 2021-11-02
+
+ * Allow base-4.17 for GHC 9.2.1
([#37](https://github.com/maoe/lifted-async/pull/37))
+
+-------------------------------------------------------------------
Old:
----
lifted-async-0.10.2.1.tar.gz
New:
----
lifted-async-0.10.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-lifted-async.spec ++++++
--- /var/tmp/diff_new_pack.tE0mTF/_old 2021-11-11 21:38:28.512978499 +0100
+++ /var/tmp/diff_new_pack.tE0mTF/_new 2021-11-11 21:38:28.516978502 +0100
@@ -19,7 +19,7 @@
%global pkg_name lifted-async
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.10.2.1
+Version: 0.10.2.2
Release: 0
Summary: Run lifted IO operations asynchronously and wait for their
results
License: BSD-3-Clause
++++++ lifted-async-0.10.2.1.tar.gz -> lifted-async-0.10.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lifted-async-0.10.2.1/CHANGELOG.md
new/lifted-async-0.10.2.2/CHANGELOG.md
--- old/lifted-async-0.10.2.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/lifted-async-0.10.2.2/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,5 +1,9 @@
# Revision history for lifted-async
+## v0.10.2.2 - 2021-11-02
+
+* Allow base-4.17 for GHC 9.2.1
([#37](https://github.com/maoe/lifted-async/pull/37))
+
## v0.10.2.1 - 2021-07-23
* Relax upper version bound for tasty-bench
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lifted-async-0.10.2.1/README.md
new/lifted-async-0.10.2.2/README.md
--- old/lifted-async-0.10.2.1/README.md 2001-09-09 03:46:40.000000000 +0200
+++ new/lifted-async-0.10.2.2/README.md 2001-09-09 03:46:40.000000000 +0200
@@ -11,5 +11,5 @@
Contact information
==========
-This library is written and maintained by Mitsutoshi Aoe <[email protected]>.
+This library is written and maintained by Mitsutoshi Aoe <[email protected]>.
[Pull requests](https://github.com/maoe/lifted-async/pulls) and [bug
reports](https://github.com/maoe/lifted-async/issues) are welcome. A chat room
is available on [Gitter](https://gitter.im/maoe/lifted-async).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lifted-async-0.10.2.1/lifted-async.cabal
new/lifted-async-0.10.2.2/lifted-async.cabal
--- old/lifted-async-0.10.2.1/lifted-async.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/lifted-async-0.10.2.2/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.1
+version: 0.10.2.2
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
@@ -12,9 +12,10 @@
category: Concurrency
build-type: Simple
tested-with:
+ GHC == 9.2.1
GHC == 9.0.1
- GHC == 8.10.3
- GHC == 8.8.3
+ GHC == 8.10.7
+ GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
@@ -34,7 +35,7 @@
Control.Concurrent.Async.Lifted
Control.Concurrent.Async.Lifted.Safe
build-depends:
- base >= 4.5 && < 4.16
+ base >= 4.5 && < 4.17
, async >= 2.2 && < 2.3
, lifted-base >= 0.2 && < 0.3
, transformers-base >= 0.4 && < 0.5