commit 3bef4bf0282eb27b5a6403bca063ed45ba83e2ec Author: Nicolas Chauvet <kwizart@xxxxxxxxx> 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@xxxxxxxxx> - 5.372-4 +- Fix ucontext on ARM - rhbz750805 + * Fri Apr 08 2011 Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> - 5.372-3 - Added explicit versionned Requires: on perl(EV) - Removed automatically added unversionned Requires: on perl(EV) -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel