From ded14aeaf8a7ed56c9e8394071ee2fc6928bf3ca Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 24 Feb 2017 17:48:07 +0900 Subject: [PATCH] refresh to cabal-rpm-0.11.1 --- ghc-NumInstances.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ghc-NumInstances.spec b/ghc-NumInstances.spec index 4ba8ae6..5ad6719 100644 --- a/ghc-NumInstances.spec +++ b/ghc-NumInstances.spec @@ -1,15 +1,17 @@ +# generated by cabal-rpm-0.11.1 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name NumInstances +%global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Instances of numeric classes for functions and tuples License: BSD 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 @@ -34,7 +36,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%setup -q -n %{pkgver} %build @@ -61,6 +63,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Feb 24 2017 Jens Petersen - 1.4-5 +- refresh to cabal-rpm-0.11.1 + * Fri Feb 10 2017 Fedora Release Engineering - 1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild