[kaya] Set ExcludeArch to the same values as ghc Add include to unistd.h to fix gcc-4.7 build issue

Jochen Schmitt s4504kr at fedoraproject.org
Thu Jan 19 19:47:25 UTC 2012


commit 29a92c4f61c7ffe5135aa24b679d3c243a6b238c
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Thu Jan 19 20:47:16 2012 +0100

    Set ExcludeArch to the same values as ghc
    Add include to unistd.h to fix gcc-4.7 build issue

 kaya.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kaya.spec b/kaya.spec
index 7d912ab..6cdf68e 100644
--- a/kaya.spec
+++ b/kaya.spec
@@ -4,7 +4,7 @@
 
 Name:		kaya
 Version:	0.5.2
-Release:	12%{?dist}.3
+Release:	13%{?dist}
 Summary:	A Statically typed, imperative programming-language
 
 Group:		Development/Languages
@@ -20,6 +20,7 @@ Patch2:	        kaya-0.5.2-ghc612.patch
 Patch3:		kaya-0.5.2-gc.patch
 Patch4:		kaya-0.5.2-dyn.patch
 Patch5:		kaya-0.5.2-codegen.patch
+Patch6:		kaya-0.5.2-gcc47.patch
 
 # fedora ghc has only been bootstrapped on the following archs:
 #ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9
@@ -66,6 +67,7 @@ Additional you may find samples for this language.
 %patch3 -p1 -b .gc
 %patch4 -p1 -b .dyn
 %patch5 -p1 -b .codegen
+%patch6 -p1 -b .gcc47
 
 %build
 autoconf
@@ -113,8 +115,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc examples/ docs/
 
 %changelog
-* Thu Jan 19 2012 Jochen Schmitt <Jochen herr-schmitt de> - 0.5.2-12.3
+* Thu Jan 19 2012 Jochen Schmitt <Jochen herr-schmitt de> - 0.5.2-133
 - Set ExcludeArch to the same values as ghc
+- Add include to unistd.h to fix gcc-4.7 build issue
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.2-12.2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list