From 409edcdc14cb9270b9bafb75e692f4e99342d2f0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 8 Nov 2012 09:35:08 +0900 Subject: [PATCH] update to 0.4.4 with cabal-rpm --- .gitignore | 1 + ghc-tagged.spec | 20 ++++++++++---------- sources | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 02b646b..3e5d502 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /tagged-0.4.1.tar.gz /tagged-0.4.2.tar.gz /tagged-0.4.2.1.tar.gz +/tagged-0.4.4.tar.gz diff --git a/ghc-tagged.spec b/ghc-tagged.spec index 5e72033..10e38f0 100644 --- a/ghc-tagged.spec +++ b/ghc-tagged.spec @@ -1,4 +1,3 @@ -# cabal2spec-0.25.4 # https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell @@ -6,22 +5,21 @@ %global common_summary Newtype wrappers for phantom types -%global common_description Newtype wrappers for phantom types to avoid unsafely passing dummy arguments. +%global common_description Haskell 98 phantom types to avoid unsafely passing dummy arguments. Name: ghc-%{pkg_name} -Version: 0.4.2.1 -Release: 2%{?dist} +Version: 0.4.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: +# End cabal-rpm deps %description %{common_description} @@ -39,7 +37,6 @@ BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} %ghc_lib_install -# devel subpackage %ghc_devel_package %ghc_devel_description @@ -52,6 +49,9 @@ BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} %changelog +* Thu Nov 08 2012 Jens Petersen - 0.4.4-1 +- update to 0.4.4 + * Thu Jul 19 2012 Fedora Release Engineering - 0.4.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index b24a41e..2a29712 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -42d58bed61bf11466531bc26ecd42f2c tagged-0.4.2.1.tar.gz +2de81344187b2293ba2ba95f07b8ec3b tagged-0.4.4.tar.gz