[ghc-haskeline] update to 0.6.4.0 and cabal2spec-0.22.6

Jens Petersen petersen at fedoraproject.org
Fri May 6 04:51:47 UTC 2011


commit b50cb7822a2eeff6433aff9b60fa19334acdbc2d
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri May 6 13:51:33 2011 +0900

    update to 0.6.4.0 and cabal2spec-0.22.6

 .gitignore         |    1 +
 ghc-haskeline.spec |   22 ++++++++++------------
 sources            |    2 +-
 3 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f4fa339..00aee58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ haskeline-0.6.2.2.tar.gz
 /haskeline-0.6.3.tar.gz
 /haskeline-0.6.3.1.tar.gz
 /haskeline-0.6.3.2.tar.gz
+/haskeline-0.6.4.0.tar.gz
diff --git a/ghc-haskeline.spec b/ghc-haskeline.spec
index 7f95b52..4055930 100644
--- a/ghc-haskeline.spec
+++ b/ghc-haskeline.spec
@@ -10,12 +10,9 @@ Haskeline runs both on POSIX-compatible systems and on Windows.
 
 %global ghc_pkg_deps ghc-mtl-devel ghc-utf8-string-devel, ghc-terminfo-devel
 
-# debuginfo is not useful for ghc
-%global debug_package %{nil}
-
 Name:           ghc-%{pkg_name}
-Version:        0.6.3.2
-Release:        5%{?dist}
+Version:        0.6.4.0
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -23,7 +20,7 @@ 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
+ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9 ppc64
 BuildRequires:  ghc, ghc-doc, ghc-prof
 BuildRequires:  ghc-rpm-macros >= 0.7.3
 BuildRequires:  hscolour
@@ -31,12 +28,6 @@ BuildRequires:  hscolour
 
 %description
 %{common_description}
-%if %{with shared}
-This package provides the shared library.
-%endif
-
-
-%{?ghc_lib_package}
 
 
 %prep
@@ -51,7 +42,14 @@ This package provides the shared library.
 %ghc_lib_install
 
 
+%ghc_lib_package
+
+
 %changelog
+* Fri May  6 2011 Jens Petersen <petersen at redhat.com> - 0.6.4.0-1
+- update to 0.6.4.0
+- update to cabal2spec-0.22.6
+
 * Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto at redhat.com> - 0.6.3.2-5
 - Enable build on sparcv9
 
diff --git a/sources b/sources
index a24cf78..b0be136 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d75863f63a1cfb499d0198e4f28ac2af  haskeline-0.6.3.2.tar.gz
+c3f71e2bba5686f0fdd30fb0cda5e5ea  haskeline-0.6.4.0.tar.gz


More information about the scm-commits mailing list