diff --git a/.gitignore b/.gitignore index 1af365c..f2cd15a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /monad-control-0.3.1.tar.gz /monad-control-0.3.1.3.tar.gz +/monad-control-0.3.1.4.tar.gz diff --git a/ghc-monad-control.spec b/ghc-monad-control.spec index 68171d8..82b5c5a 100644 --- a/ghc-monad-control.spec +++ b/ghc-monad-control.spec @@ -1,4 +1,3 @@ -# cabal2spec-0.25.4 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell @@ -23,21 +22,21 @@ simplify and speedup most definitions. A criterion benchmark shows\ that monad-control is on average about 99% faster than monad-peel. Name: ghc-%{pkg_name} -Version: 0.3.1.3 -Release: 3%{?dist} +Version: 0.3.1.4 +Release: 1%{?dist} Summary: %{common_summary} -Group: System Environment/Libraries License: BSD -# BEGIN cabal2spec URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz -ExclusiveArch: %{ghc_arches} + BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} -# END cabal2spec +BuildRequires: ghc-rpm-macros +# Begin cabal-rpm deps: BuildRequires: ghc-base-unicode-symbols-devel +BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-base-devel +# End cabal-rpm deps %description %{common_description} @@ -55,7 +54,6 @@ BuildRequires: ghc-transformers-base-devel %ghc_lib_install -# devel subpackage %ghc_devel_package %ghc_devel_description @@ -69,6 +67,9 @@ BuildRequires: ghc-transformers-base-devel %changelog +* Wed Nov 07 2012 Jens Petersen - 0.3.1.4-1 +- update to 0.3.1.4 + * Thu Jul 19 2012 Fedora Release Engineering - 0.3.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 113ed00..82f38c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc70988f3911fd317bbea80edd29f335 monad-control-0.3.1.3.tar.gz +ea20f9fa1d65db2ae60afeb8954b547e monad-control-0.3.1.4.tar.gz