petersen pushed to ghc-srpm-macros (master). "reenable ghci on aarch64 (#1203951)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 28 03:36:52 UTC 2015


>From c0c90015fd85675387eeb3a330e84f780b13d952 Mon Sep 17 00:00:00 2001
From: Jens Petersen <petersen at redhat.com>
Date: Mon, 27 Apr 2015 16:03:06 +0900
Subject: reenable ghci on aarch64 (#1203951)


diff --git a/ghc-srpm-macros.spec b/ghc-srpm-macros.spec
index 8aa84c6..74fd1be 100644
--- a/ghc-srpm-macros.spec
+++ b/ghc-srpm-macros.spec
@@ -4,7 +4,7 @@
 %global macros_dir %{_rpmconfigdir}/macros.d
 
 Name:           ghc-srpm-macros
-Version:        1.4.1
+Version:        1.4.2
 Release:        1%{?dist}
 Summary:        RPM macros for building Haskell source packages
 
@@ -35,6 +35,9 @@ install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm
 
 
 %changelog
+* Mon Apr 27 2015 Jens Petersen <petersen at redhat.com> - 1.4.2-1
+- reenable ghci on aarch64 (#1203951)
+
 * Thu Mar 19 2015 Jens Petersen <petersen at fedoraproject.org> - 1.4.1-1
 - disable ghci on aarch64 due to dynlinked runtime problems (see #1195231)
 
diff --git a/macros.ghc-srpm b/macros.ghc-srpm
index 5510e12..5e054dc 100644
--- a/macros.ghc-srpm
+++ b/macros.ghc-srpm
@@ -2,8 +2,7 @@
 
 # from ghc-7.8 ghci is supported on all arch's
 # old archs: armv5tel ppc sparcv9
-# no aarch64 yet due to dynlinked runtime problem (rhbz#1195231)
-%ghc_arches_with_ghci %{ix86} x86_64 armv7hl ppc64 ppc64le s390 s390x
+%ghc_arches_with_ghci %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x
 
 # ghc_arches is not used in current packages but still here for back compat
 # old archs: alpha ppc sparcv9 armv5tel
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ghc-srpm-macros.git/commit/?h=master&id=c0c90015fd85675387eeb3a330e84f780b13d952


More information about the scm-commits mailing list