update to 3.2.0.2

This commit is contained in:
Jens Petersen 2012-03-20 17:18:26 +09:00
parent e2bb9585d0
commit 7653ddd989
3 changed files with 28 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <petersen@redhat.com> - 3.2.0.2-1
- update to 3.2.0.2
* Sun Mar 18 2012 Jens Petersen <petersen@redhat.com> - 3.1.0.1-9
- update to cabal2spec-0.25
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0.1-8.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
591979e7897dbc09157edf73a4614957 parallel-3.1.0.1.tar.gz
a4201b7bcf33bb481303185d46b61b02 parallel-3.2.0.2.tar.gz