From 7653ddd9897da7d2849d20e33448a097c2c23f23 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 20 Mar 2012 17:18:26 +0900 Subject: [PATCH] update to 3.2.0.2 --- .gitignore | 1 + ghc-parallel.spec | 32 ++++++++++++++++++++++++++------ sources | 2 +- 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index cad38e7..6297398 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ parallel-2.2.0.1.tar.gz /parallel-3.1.0.1.tar.gz +/parallel-3.2.0.2.tar.gz diff --git a/ghc-parallel.spec b/ghc-parallel.spec index a717a2f..82595de 100644 --- a/ghc-parallel.spec +++ b/ghc-parallel.spec @@ -1,3 +1,7 @@ +# cabal2spec-0.25 +# https://fedoraproject.org/wiki/Packaging:Haskell +# https://fedoraproject.org/wiki/PackagingDrafts/Haskell + %global pkg_name parallel %global common_summary Haskell parallel programming library @@ -5,19 +9,20 @@ %global common_description A parallel programming library for Haskell. Name: ghc-%{pkg_name} -# part of haskell-platform-2011.2.0.1 -Version: 3.1.0.1 -Release: 8%{?dist}.3 +# part of haskell-platform +Version: 3.2.0.2 +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 -BuildRequires: hscolour +BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} +# END cabal2spec BuildRequires: ghc-deepseq-prof %description @@ -36,10 +41,25 @@ BuildRequires: ghc-deepseq-prof %ghc_lib_install -%ghc_lib_package +# devel subpackage +%ghc_devel_package + +%ghc_devel_description + + +%ghc_devel_post_postun + + +%ghc_files LICENSE %changelog +* Tue Mar 20 2012 Jens Petersen - 3.2.0.2-1 +- update to 3.2.0.2 + +* Sun Mar 18 2012 Jens Petersen - 3.1.0.1-9 +- update to cabal2spec-0.25 + * Fri Jan 13 2012 Fedora Release Engineering - 3.1.0.1-8.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 9a73e82..ceed3b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -591979e7897dbc09157edf73a4614957 parallel-3.1.0.1.tar.gz +a4201b7bcf33bb481303185d46b61b02 parallel-3.2.0.2.tar.gz