[ghc-haskell-src-exts] update to 1.11.1 and cabal2spec-0.23.2

Jens Petersen petersen at fedoraproject.org
Wed Jun 22 02:48:41 UTC 2011


commit 20c23583ed2a79c37fb3975ad2b3fa5715b0cabb
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jun 22 11:48:25 2011 +0900

    update to 1.11.1 and cabal2spec-0.23.2

 .gitignore                |    1 +
 ghc-haskell-src-exts.spec |   23 +++++++++--------------
 sources                   |    2 +-
 3 files changed, 11 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9509370..2d2793d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 haskell-src-exts-1.9.0.tar.gz
 /haskell-src-exts-1.9.6.tar.gz
 /haskell-src-exts-1.10.2.tar.gz
+/haskell-src-exts-1.11.1.tar.gz
diff --git a/ghc-haskell-src-exts.spec b/ghc-haskell-src-exts.spec
index 32fd0f1..d736fdd 100644
--- a/ghc-haskell-src-exts.spec
+++ b/ghc-haskell-src-exts.spec
@@ -15,13 +15,8 @@ and a few more. Apart from these standard extensions, it also handles\
 regular patterns as per the HaRP extension as well as HSX-style embedded\
 XML syntax.
 
-%global ghc_pkg_deps ghc-cpphs-devel
-
-# debuginfo is not useful for ghc
-%global debug_package %{nil}
-
 Name:           ghc-%{pkg_name}
-Version:        1.10.2
+Version:        1.11.1
 Release:        1%{?dist}
 Summary:        %{common_summary}
 
@@ -29,19 +24,15 @@ Group:          System Environment/Libraries
 License:        BSD
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-# fedora ghc archs:
-ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9
-BuildRequires:  ghc, ghc-doc, ghc-prof
-BuildRequires:  ghc-rpm-macros >= 0.7.3
+ExclusiveArch:  %{ghc_arches}
+BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
-%{?ghc_pkg_deps:BuildRequires:  %{ghc_pkg_deps}, %(echo %{ghc_pkg_deps} | sed -e "s/\(ghc-[^, ]\+\)-devel/\1-doc,\1-prof/g")}
 BuildRequires:  happy
+BuildRequires:  ghc-cpphs-prof
 
 %description
 %{common_description}
-%if %{with shared}
-This package provides the shared library.
-%endif
 
 
 %prep
@@ -60,6 +51,10 @@ This package provides the shared library.
 
 
 %changelog
+* Wed Jun 22 2011 Jens Petersen <petersen at redhat.com> - 1.11.1-1
+- update to 1.11.1
+- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
+
 * Fri Mar 11 2011 Jens Petersen <petersen at redhat.com> - 1.10.2-1
 - update to 1.10.2
 
diff --git a/sources b/sources
index f0358cf..43fb42b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f810d859a7afe2cdc7f7174d0abe84fe  haskell-src-exts-1.10.2.tar.gz
+c0c8f214de2e712455a5a250b7f898a9  haskell-src-exts-1.11.1.tar.gz


More information about the scm-commits mailing list