From d1f793624175247a5f7b00ee4ddf9ada339d268a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 12:04:46 +0900 Subject: [PATCH] update to 2.1.0 --- .gitignore | 1 + ghc-async.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d937059..45bec3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /async-2.0.1.4.tar.gz /async-2.0.1.5.tar.gz /async-2.0.2.tar.gz +/async-2.1.0.tar.gz diff --git a/ghc-async.spec b/ghc-async.spec index 128064e..9e0ef88 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} # part of Haskell Platform -Version: 2.0.2 +Version: 2.1.0 Release: 1%{?dist} Summary: Run IO operations asynchronously and wait for their results @@ -89,6 +89,9 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %changelog +* Thu Jun 23 2016 Jens Petersen - 2.1.0-1 +- update to 2.1.0 + * Tue Jun 7 2016 Jens Petersen - 2.0.2-1 - update to 2.0.2 diff --git a/sources b/sources index 6921ae5..80fc56d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -801c094592caacb0306fa05f754f9d20 async-2.0.2.tar.gz +8e10f5773417b8e3da61a702e00b3e4e async-2.1.0.tar.gz