diff --git a/.gitignore b/.gitignore index a6534d0..1ec4f97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /MonadCatchIO-mtl-0.3.0.3.tar.gz /MonadCatchIO-mtl-0.3.0.4.tar.gz /MonadCatchIO-mtl-0.3.0.5.tar.gz +/MonadCatchIO-mtl-0.3.1.0.tar.gz diff --git a/ghc-MonadCatchIO-mtl.spec b/ghc-MonadCatchIO-mtl.spec index 8eb6ef4..965fc5f 100644 --- a/ghc-MonadCatchIO-mtl.spec +++ b/ghc-MonadCatchIO-mtl.spec @@ -2,39 +2,42 @@ %global pkg_name MonadCatchIO-mtl +# no useful debuginfo for Haskell packages without C sources +%global debug_package %{nil} + Name: ghc-%{pkg_name} -Version: 0.3.0.5 -Release: 7%{?dist} +Version: 0.3.1.0 +Release: 1%{?dist} Summary: Monad-transformer for Control.Exception 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 # Begin cabal-rpm deps: +BuildRequires: ghc-MonadCatchIO-transformers-devel BuildRequires: ghc-extensible-exceptions-devel -BuildRequires: ghc-mtl-devel # End cabal-rpm deps %description -Provides a monad-transformer version of the -@Control.Exception.catch@ function. For this, it defines the -@MonadCatchIO@ class, a subset of @MonadIO@. It defines -proper instances for most monad transformers in the 'mtl' -library. +Provides a monad-transformer version of the 'Control.Exception.catch' function. +For this, it defines the 'MonadCatchIO' class, a subset of 'MonadIO'. +It defines proper instances for most monad transformers in the 'mtl' library. %package devel Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel -This package provides the Haskell %{pkg_name} library development files. +This package provides the Haskell %{pkg_name} library development +files. %prep @@ -65,6 +68,10 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Mon Sep 01 2014 Jens Petersen - 0.3.1.0-1 +- update to 0.3.1.0 +- refresh to cblrpm-0.8.11 + * Sat Aug 16 2014 Fedora Release Engineering - 0.3.0.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 72c4104..afb2156 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e8401291f4dbd312449a720e8e6fb5e MonadCatchIO-mtl-0.3.0.5.tar.gz +30f2b7f442f33193091f12f8e206f8f7 MonadCatchIO-mtl-0.3.1.0.tar.gz