[ghc] tweak shared lib comment for x86

Jens Petersen petersen at fedoraproject.org
Mon Jan 31 05:18:26 UTC 2011


commit aa31ff096e61a0b4e3ec6e3901f1dfed6b130e00
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jan 31 15:17:56 2011 +1000

    tweak shared lib comment for x86

 ghc.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ghc.spec b/ghc.spec
index af2195e..7379b85 100644
--- a/ghc.spec
+++ b/ghc.spec
@@ -1,5 +1,5 @@
 ## default enabled options ##
-# haskell shared library support available in 6.12 and later for x86
+# haskell shared library support available in 6.12 and later for x86*
 %ifarch %{ix86} x86_64
 %bcond_without shared
 %endif
@@ -27,7 +27,7 @@ Name: ghc
 # haskell-platform-2011.1.0.0
 Version: 7.0.1
 # can't be reset - used by versioned library subpackages
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: Glasgow Haskell Compilation system
 # fedora ghc has only been bootstrapped on the following archs:
 ExclusiveArch: %{ix86} x86_64 ppc alpha
@@ -347,7 +347,7 @@ fi
 %endif
 
 %changelog
-* Mon Jan 24 2011 Jens Petersen <petersen at redhat.com>
+* Mon Jan 31 2011 Jens Petersen <petersen at redhat.com> - 7.0.1-7
 - include LICENSE files in the shared lib subpackages
 
 * Sat Jan 22 2011 Jens Petersen <petersen at redhat.com> - 7.0.1-6


More information about the scm-commits mailing list