[ghc-fgl] update to 5.4.2.4 for haskell-platform-2011.4

Jens Petersen petersen at fedoraproject.org
Mon Dec 19 01:53:18 UTC 2011


commit cf4507806dfe15351ea5538619c30172ab621be3
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Dec 19 10:53:06 2011 +0900

    update to 5.4.2.4 for haskell-platform-2011.4

 .gitignore   |    1 +
 ghc-fgl.spec |   14 +++++++++-----
 sources      |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 838f440..e8c5bdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 fgl-5.4.2.3.tar.gz
+/fgl-5.4.2.4.tar.gz
diff --git a/ghc-fgl.spec b/ghc-fgl.spec
index cbc2abc..0fa7f1c 100644
--- a/ghc-fgl.spec
+++ b/ghc-fgl.spec
@@ -5,19 +5,20 @@
 %global common_description Martin Erwig's Functional Graph Library.
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2011.2.0.1
-Version:        5.4.2.3
-Release:        8%{?dist}.2
+# part of haskell-platform-2011.4.0.0
+Version:        5.4.2.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
-BuildRequires:  hscolour
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
 BuildRequires:  ghc-mtl-prof
 
 %description
@@ -40,6 +41,9 @@ BuildRequires:  ghc-mtl-prof
 
 
 %changelog
+* Mon Dec 19 2011 Jens Petersen <petersen at redhat.com> - 5.4.2.4-1
+- update to 5.4.2.4 for haskell-platform-2011.4
+
 * Thu Oct 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 5.4.2.3-8.2
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index dd7b7dd..eb830f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29ccab8bebed16a8d7346c3ed52c5d9c  fgl-5.4.2.3.tar.gz
+6b5430f4a5ad374bc4351acaf3d81e4f  fgl-5.4.2.4.tar.gz


More information about the scm-commits mailing list