From a792afacbc62391fc648b9b5835ee087200db0c3 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 14 May 2014 16:21:47 +0900 Subject: [PATCH] update to 2.0.1.5 for ghc-7.8 --- .gitignore | 1 + ghc-async.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6485beb..764d10a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /async-2.0.1.4.tar.gz +/async-2.0.1.5.tar.gz diff --git a/ghc-async.spec b/ghc-async.spec index 1e6361f..32af98f 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -2,15 +2,18 @@ %global pkg_name async +# no useful debuginfo for Haskell packages without C sources +%global debug_package %{nil} + Name: ghc-%{pkg_name} # part of Haskell Platform -Version: 2.0.1.4 -Release: 30%{?dist} +Version: 2.0.1.5 +Release: 1%{?dist} Summary: Asynchronous IO operations License: BSD URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -74,6 +77,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed May 14 2014 Jens Petersen - 2.0.1.5-1 +- update to 2.0.1.5 + * Tue Feb 4 2014 Jens Petersen - 2.0.1.4-30 - bump release over current haskell-platform diff --git a/sources b/sources index 91f0b38..ff38305 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b62af9134df64aaa6868a7c50c856c38 async-2.0.1.4.tar.gz +fa571b9056764ed6d419dadd1349d1e3 async-2.0.1.5.tar.gz