petersen pushed to gtk2hs-buildtools (master). "workaround build-tools version check failure on aarch64 (#1210323)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 10 04:44:10 UTC 2015


>From b1565bed83dcbfd390c4895b2058e468d187784d Mon Sep 17 00:00:00 2001
From: Jens Petersen <petersen at redhat.com>
Date: Fri, 10 Apr 2015 10:09:25 +0530
Subject: workaround build-tools version check failure on aarch64 (#1210323)


diff --git a/gtk2hs-buildtools.spec b/gtk2hs-buildtools.spec
index 94d363d..08a6931 100644
--- a/gtk2hs-buildtools.spec
+++ b/gtk2hs-buildtools.spec
@@ -2,7 +2,7 @@
 
 Name:           gtk2hs-buildtools
 Version:        0.13.0.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tools to build the Gtk2Hs suite of User Interface libraries
 
 License:        GPLv2+
@@ -37,6 +37,11 @@ These tools are not needed to actually run Gtk2Hs programs.
 %prep
 %setup -q
 
+%ifarch aarch64
+cabal-tweak-dep-ver alex '>= 3.0.1' ''
+cabal-tweak-dep-ver happy '>= 1.18.9' ''
+%endif
+
 
 %build
 %ghc_bin_build
@@ -55,6 +60,9 @@ These tools are not needed to actually run Gtk2Hs programs.
 
 
 %changelog
+* Fri Apr 10 2015 Jens Petersen <petersen at redhat.com> - 0.13.0.3-2
+- workaround build-tools version check failures on aarch64 (#1210323)
+
 * Fri Jan 23 2015 Jens Petersen <petersen at redhat.com> - 0.13.0.3-1
 - update to 0.13.0.3
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/gtk2hs-buildtools.git/commit/?h=master&id=b1565bed83dcbfd390c4895b2058e468d187784d


More information about the scm-commits mailing list