[perl-Coro] Fix ucontext on ARM

Nicolas Chauvet kwizart at fedoraproject.org
Thu Nov 3 15:35:07 UTC 2011


commit 37543fd9f1b8b4f1b5358385d21b020caaf1ee1c
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Thu Nov 3 16:35:06 2011 +0100

    Fix ucontext on ARM

 perl-Coro.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 7d2f9ca..a186149 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,6 +1,6 @@
 Name:           perl-Coro
 Version:        6.06
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The only real threads in perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -76,7 +76,7 @@ programming much safer and easier than using other thread models.
 %prep
 %setup -q -n Coro-%{version}
 # use ucontext backend on non-x86 (setjmp didn't work on s390(x))
-%ifnarch %{ix86} x86_64
+%ifnarch %{ix86} x86_64 %{arm}
 %patch0 -p1 -b .ucontext-default
 %endif
 
@@ -120,6 +120,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Nov 03 2011 Nicolas Chauvet <kwizart at gmail.com> - 6.06-2
+- Fix ucontext on ARM - rhbz750805
+
 * Fri Aug 12 2011 Petr Sabata <contyk at redhat.com> - 6.06-1
 - 6.06 bump
 


More information about the scm-commits mailing list