[perl-Coro/f15] Fix ucontext for ARM

Nicolas Chauvet kwizart at fedoraproject.org
Thu Nov 3 16:11:58 UTC 2011


commit 3bef4bf0282eb27b5a6403bca063ed45ba83e2ec
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Thu Nov 3 17:11:10 2011 +0100

    Fix ucontext for ARM

 perl-Coro.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 9f67fa4..4b435b4 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,6 +1,6 @@
 Name:           perl-Coro
 Version:        5.372
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The only real threads in perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -60,7 +60,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
 %if 0%{?fix_shbang_line}
@@ -96,6 +96,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Nov 03 2011 Nicolas Chauvet <kwizart at gmail.com> - 5.372-4
+- Fix ucontext on ARM - rhbz750805
+
 * Fri Apr 08 2011 Mathieu Bridon <bochecha at fedoraproject.org> - 5.372-3
 - Added explicit versionned Requires: on perl(EV)
 - Removed automatically added unversionned Requires: on perl(EV)


More information about the scm-commits mailing list