From 1bd7f219c9ec2b91a23be8a8fd07a4829416b284 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Dec 2011 16:37:18 +0900 Subject: [PATCH] update to 4000.1.2 for haskell-platform-2011.4.0.0 - update to cabal2spec-0.25.1 --- .gitignore | 1 + ghc-HTTP.spec | 28 +++++++++++++++++++++------- sources | 2 +- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f2d7f9a..519c4e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ HTTP-4000.0.9.tar.gz /HTTP-4000.1.0.tar.gz /HTTP-4000.1.1.tar.gz +/HTTP-4000.1.2.tar.gz diff --git a/ghc-HTTP.spec b/ghc-HTTP.spec index 5413447..0a07699 100644 --- a/ghc-HTTP.spec +++ b/ghc-HTTP.spec @@ -5,9 +5,9 @@ %global common_description A Haskell library for client-side HTTP. Name: ghc-%{pkg_name} -# part of haskell-platform-2011.2.0.1 -Version: 4000.1.1 -Release: 8%{?dist}.3 +# part of haskell-platform-2011.4.0.0 +Version: 4000.1.2 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries @@ -16,9 +16,10 @@ URL: http://projects.haskell.org/http/ 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-network-prof ghc-mtl-prof +BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} +# END cabal2spec +BuildRequires: ghc-mtl-prof +BuildRequires: ghc-network-prof %description %{common_description} @@ -36,10 +37,23 @@ BuildRequires: ghc-network-prof ghc-mtl-prof %ghc_lib_install -%ghc_lib_package +%ghc_devel_package + +%ghc_devel_description + + +%ghc_devel_post_postun + + +%ghc_files +%doc CHANGES %changelog +* Wed Dec 28 2011 Jens Petersen - 4000.1.2-1 +- update to 4000.1.2 for haskell-platform-2011.4.0.0 +- update to cabal2spec-0.25.1 + * Mon Oct 24 2011 Marcela Mašláňová - 4000.1.1-8.3 - rebuild with new gmp without compat lib diff --git a/sources b/sources index 8e2f0ba..bff885e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddf23d46c4d6dc0048c454e3d01caa57 HTTP-4000.1.1.tar.gz +0871666457aeabe4ed8ebce0acb424b7 HTTP-4000.1.2.tar.gz