From 5ed6a5c72146198d66300ebfa48d9ae2ab2dce595d9d06a9a411ff7aa338b7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 7 Oct 2021 13:19:59 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-async revision:18, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=54 --- async-2.2.3.tar.gz | 3 --- async-2.2.4.tar.gz | 3 +++ ghc-async.changes | 8 ++++++++ ghc-async.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 async-2.2.3.tar.gz create mode 100644 async-2.2.4.tar.gz diff --git a/async-2.2.3.tar.gz b/async-2.2.3.tar.gz deleted file mode 100644 index cf1876a..0000000 --- a/async-2.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:467af3a0037947a5232ecf5f4efbd4cf2118aaa2310566d7f40ac82b0e32935c -size 14056 diff --git a/async-2.2.4.tar.gz b/async-2.2.4.tar.gz new file mode 100644 index 0000000..2658c19 --- /dev/null +++ b/async-2.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484df85be0e76c4fed9376451e48e1d0c6e97952ce79735b72d54297e7e0a725 +size 14148 diff --git a/ghc-async.changes b/ghc-async.changes index 3be55fe..73ab280 100644 --- a/ghc-async.changes +++ b/ghc-async.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 7 07:57:09 UTC 2021 - psimons@suse.com + +- Update async to version 2.2.4. + ## Changes in 2.2.4: + + - Support for GHC 9.2 + ------------------------------------------------------------------- Fri Feb 19 23:02:58 UTC 2021 - psimons@suse.com diff --git a/ghc-async.spec b/ghc-async.spec index fa7b4ab..a18ed5d 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -19,7 +19,7 @@ %global pkg_name async %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.2.3 +Version: 2.2.4 Release: 0 Summary: Run IO operations asynchronously and wait for their results License: BSD-3-Clause