[ghc-rpm-macros] add %ghc_arches back to macros.ghc-srpm to maintain compatability with

Dennis Gilmore ausil at fedoraproject.org
Wed May 21 14:21:52 UTC 2014


commit e91dddece5ca81e3ee840e67125a5123ba92df7a
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed May 21 09:21:45 2014 -0500

    add %ghc_arches back to macros.ghc-srpm to maintain compatability with
    
    - existing specs

 ghc-rpm-macros.spec |    6 +++++-
 macros.ghc-srpm     |    1 +
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec
index 948b60f..1ce08d3 100644
--- a/ghc-rpm-macros.spec
+++ b/ghc-rpm-macros.spec
@@ -7,7 +7,7 @@
 
 Name:           ghc-rpm-macros
 Version:        1.2.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        RPM macros for building packages for GHC
 
 License:        GPLv3+
@@ -108,6 +108,10 @@ EOF
 
 
 %changelog
+* Wed May 21 2014 Dennis Gilmore <dennis at ausil.us> - 1.2.10-2
+- add %%ghc_arches back to macros.ghc-srpm to maintain compatability with
+- existing specs
+
 * Fri May 16 2014 Jens Petersen <petersen at redhat.com> - 1.2.10-1
 - do bcond cabal configure --enable-tests also for Bin packages
 
diff --git a/macros.ghc-srpm b/macros.ghc-srpm
index 80b8468..6cc1eed 100644
--- a/macros.ghc-srpm
+++ b/macros.ghc-srpm
@@ -1,3 +1,4 @@
 # Macros needed for building srpms of Haskell packages
 
 %ghc_arches_with_ghci %{ix86} x86_64 ppc sparcv9 armv7hl armv5tel
+%ghc_arches %{ix86} x86_64 ppc sparcv9 armv7hl armv5tel


More information about the scm-commits mailing list