diff --git a/ghc-enclosed-exceptions.spec b/ghc-enclosed-exceptions.spec index 46e8a56..e89e72d 100644 --- a/ghc-enclosed-exceptions.spec +++ b/ghc-enclosed-exceptions.spec @@ -1,18 +1,19 @@ -# generated by cabal-rpm-0.11 +# generated by cabal-rpm-0.11.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name enclosed-exceptions +%global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} Version: 1.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Catch exceptions within an enclosed computation License: MIT Url: https://hackage.haskell.org/package/%{pkg_name} -Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -51,7 +52,7 @@ files. %prep -%setup -q -n %{pkg_name}-%{version} +%setup -q -n %{pkgver} %build @@ -82,6 +83,9 @@ files. %changelog +* Fri Feb 24 2017 Jens Petersen - 1.0.2-5 +- refresh to cabal-rpm-0.11.1 + * Fri Feb 10 2017 Fedora Release Engineering - 1.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild