[haskell-platform] apply the alex fix-bang-pattern patch also to s390 and s390x

Jens Petersen petersen at fedoraproject.org
Mon Jul 23 08:21:32 UTC 2012


commit a3816f4a5bf0cd233a4ce98041e4acc61fe83d1f
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jul 23 17:21:21 2012 +0900

    apply the alex fix-bang-pattern patch also to s390 and s390x

 haskell-platform.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/haskell-platform.spec b/haskell-platform.spec
index 832d94d..c3ba4d2 100644
--- a/haskell-platform.spec
+++ b/haskell-platform.spec
@@ -13,7 +13,7 @@ Version:        2012.2.0.0
 # - release can only be reset if all library versions get bumped simultaneously
 #   (eg for a major release)
 # - minor release numbers should be incremented monotonically
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        Standard Haskell distribution
 
 Group:          Development/Tools
@@ -98,7 +98,7 @@ Group:          Development/Tools
 License:        BSD
 URL:            http://hackage.haskell.org/package/alex
 BuildRequires:  autoconf docbook-style-xsl libxslt
-%ifarch ppc ppc64
+%ifarch ppc ppc64 s390 s390x
 # for the BangPatterns patch
 BuildRequires:  alex
 %endif
@@ -165,7 +165,7 @@ and tools.  It provides a good starting environment for Haskell development.
 cd packages/GLUT-*
 %patch1 -p1 -b .orig
 
-%ifarch ppc ppc64
+%ifarch ppc ppc64 s390 s390x
 cd ../alex-%{alex_version}
 %patch2 -p1 -b .orig
 %endif
@@ -320,6 +320,9 @@ done
 
 
 %changelog
+* Mon Jul 23 2012 Jens Petersen <petersen at redhat.com> - 2012.2.0.0-18
+- also apply the alex fix-bang-pattern patch for s390 and s390x
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2012.2.0.0-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list