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 2022-10-13 15:42:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-lifted-async (Old)
and /work/SRC/openSUSE:Factory/.ghc-lifted-async.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lifted-async"
Thu Oct 13 15:42:25 2022 rev:16 rq:1008484 version:0.10.2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-lifted-async/ghc-lifted-async.changes
2021-11-11 21:38:27.912978061 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-lifted-async.new.2275/ghc-lifted-async.changes
2022-10-13 15:42:32.226783829 +0200
@@ -1,0 +2,8 @@
+Sat Aug 13 08:24:01 UTC 2022 - Peter Simons <[email protected]>
+
+- Update lifted-async to version 0.10.2.3.
+ ## v0.10.2.3 - 2022-08-13
+
+ * Allow base-4.17 (GHC 9.4) and bump CI to latest GHC versions
([#39](https://github.com/maoe/lifted-async/pull/39))
+
+-------------------------------------------------------------------
Old:
----
lifted-async-0.10.2.2.tar.gz
New:
----
lifted-async-0.10.2.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-lifted-async.spec ++++++
--- /var/tmp/diff_new_pack.SpGUwl/_old 2022-10-13 15:42:33.062785461 +0200
+++ /var/tmp/diff_new_pack.SpGUwl/_new 2022-10-13 15:42:33.070785477 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-lifted-async
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global pkg_name lifted-async
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.10.2.2
+Version: 0.10.2.3
Release: 0
Summary: Run lifted IO operations asynchronously and wait for their
results
License: BSD-3-Clause
++++++ lifted-async-0.10.2.2.tar.gz -> lifted-async-0.10.2.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lifted-async-0.10.2.2/CHANGELOG.md
new/lifted-async-0.10.2.3/CHANGELOG.md
--- old/lifted-async-0.10.2.2/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/lifted-async-0.10.2.3/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,5 +1,9 @@
# Revision history for lifted-async
+## v0.10.2.3 - 2022-08-13
+
+* Allow base-4.17 (GHC 9.4) and bump CI to latest GHC versions
([#39](https://github.com/maoe/lifted-async/pull/39))
+
## 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))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lifted-async-0.10.2.2/lifted-async.cabal
new/lifted-async-0.10.2.3/lifted-async.cabal
--- old/lifted-async-0.10.2.2/lifted-async.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/lifted-async-0.10.2.3/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.2
+version: 0.10.2.3
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
@@ -8,12 +8,13 @@
license-file: LICENSE
author: Mitsutoshi Aoe
maintainer: Mitsutoshi Aoe <[email protected]>
-copyright: Copyright (C) 2012-2021 Mitsutoshi Aoe
+copyright: Copyright (C) 2012-2022 Mitsutoshi Aoe
category: Concurrency
build-type: Simple
tested-with:
- GHC == 9.2.1
- GHC == 9.0.1
+ GHC == 9.4.1
+ GHC == 9.2.4
+ GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
@@ -35,7 +36,7 @@
Control.Concurrent.Async.Lifted
Control.Concurrent.Async.Lifted.Safe
build-depends:
- base >= 4.5 && < 4.17
+ base >= 4.5 && < 4.18
, async >= 2.2 && < 2.3
, lifted-base >= 0.2 && < 0.3
, transformers-base >= 0.4 && < 0.5