[ghc-network] update to 2.3.0.5 for haskell-platform-2011.4.0.0

Jens Petersen petersen at fedoraproject.org
Wed Dec 28 05:57:26 UTC 2011


commit cac0287bdcf3e6f490da2e695159711883f5afab
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Dec 28 14:57:21 2011 +0900

    update to 2.3.0.5 for haskell-platform-2011.4.0.0

 .gitignore       |    1 +
 ghc-network.spec |   27 +++++++++++++++++++++------
 sources          |    2 +-
 3 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53c7015..99b6cfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 network-2.2.1.7.tar.gz
 /network-2.3.tar.gz
 /network-2.3.0.2.tar.gz
+/network-2.3.0.5.tar.gz
diff --git a/ghc-network.spec b/ghc-network.spec
index 4f21bff..c16bc32 100644
--- a/ghc-network.spec
+++ b/ghc-network.spec
@@ -5,19 +5,20 @@
 %global common_description A Haskell network library.
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2011.2.0.1
-Version:        2.3.0.2
-Release:        5%{?dist}.3
+# part of haskell-platform-2011.4.0.0
+Version:        2.3.0.5
+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-parsec-prof
 
 %description
@@ -36,10 +37,24 @@ BuildRequires:  ghc-parsec-prof
 %ghc_lib_install
 
 
-%ghc_lib_package
+%ghc_devel_package
+
+%ghc_devel_description
+
+
+%ghc_devel_post_postun
+
+
+%ghc_files
+%doc examples
 
 
 %changelog
+* Wed Dec 28 2011 Jens Petersen <petersen at redhat.com> - 2.3.0.5-1
+- update to 2.3.0.5 for haskell-platform-2011.4.0.0
+- cabal2spec-0.25.1
+- includes examples in devel doc
+
 * Mon Oct 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 2.3.0.2-5.3
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index 41e234d..5a8a2d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a739fe9b75af744cfa1c05e39d41ac1f  network-2.3.0.2.tar.gz
+716fbe9e01059582503d2920d2618ef3  network-2.3.0.5.tar.gz


More information about the scm-commits mailing list