commit a4c51fbbb6d57079e6294de725b19a0d39b0b6ae Author: Nicolas Chauvet <kwizart@xxxxxxxxx> Date: Thu Nov 3 16:36:17 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 1695810..1048fe8 100644 --- a/perl-Coro.spec +++ b/perl-Coro.spec @@ -1,6 +1,6 @@ Name: perl-Coro Version: 5.372 -Release: 5%{?dist} +Release: 6%{?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 %if 0%{?fix_shbang_line} @@ -112,6 +112,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Nov 03 2011 Nicolas Chauvet <kwizart@xxxxxxxxx> - 5.372-6 +- Fix ucontext on ARM - rhbz750805 + * Fri Jul 29 2011 Petr Pisar <ppisar@xxxxxxxxxx> - 5.372-5 - Add RPM 4.9 filters -- 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