[ghc-regex-compat] update to 0.95.1 for haskell-platform-2011.4.0.0

Jens Petersen petersen at fedoraproject.org
Wed Dec 28 08:15:04 UTC 2011


commit 3bfdd2eebadfb90871d0a2223e41537963a6271a
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Dec 28 17:06:59 2011 +0900

    update to 0.95.1 for haskell-platform-2011.4.0.0
    
    - cabal2spec-0.25.1

 .gitignore            |    1 +
 ghc-regex-compat.spec |   24 ++++++++++++++++++------
 sources               |    2 +-
 3 files changed, 20 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ce9491..54d720c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 regex-compat-0.93.1.tar.gz
+/regex-compat-0.95.1.tar.gz
diff --git a/ghc-regex-compat.spec b/ghc-regex-compat.spec
index d65c7bd..3837550 100644
--- a/ghc-regex-compat.spec
+++ b/ghc-regex-compat.spec
@@ -5,19 +5,20 @@
 %global common_description A module layer over regex-posix to replace Text.Regex.
 
 Name:           ghc-%{pkg_name}
-# part of haskell-platform-2011.2.0.1
-Version:        0.93.1
-Release:        9%{?dist}.3
+# part of haskell-platform-2011.4.0.0
+Version:        0.95.1
+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-regex-posix-prof
 
 %description
@@ -36,10 +37,21 @@ BuildRequires:  ghc-regex-posix-prof
 %ghc_lib_install
 
 
-%ghc_lib_package
+%ghc_devel_package
+
+%ghc_devel_description
+
+
+%ghc_devel_post_postun
+
+
+%ghc_files
 
 
 %changelog
+* Wed Dec 28 2011 Jens Petersen <petersen at redhat.com> - 0.95.1-1
+- update to 0.95.1 for haskell-platform-2011.4.0.0
+
 * Mon Oct 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.93.1-9.3
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index b3025ae..6f2cecd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6becec95ea8098cab663116fdce60a5  regex-compat-0.93.1.tar.gz
+d0573ab4e2f3de5faa61380b67333320  regex-compat-0.95.1.tar.gz


More information about the scm-commits mailing list