From 37543fd9f1b8b4f1b5358385d21b020caaf1ee1c Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <[email protected]>
Date: Thu, 3 Nov 2011 16:35:06 +0100
Subject: Fix ucontext on ARM
---
perl-Coro.spec | 7 +++++--
1 file 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 <[email protected]> - 6.06-2
+- Fix ucontext on ARM - rhbz750805
+
* Fri Aug 12 2011 Petr Sabata <[email protected]> - 6.06-1
- 6.06 bump
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Coro.git/commit/?h=epel7&id=37543fd9f1b8b4f1b5358385d21b020caaf1ee1c
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]