commit 5a40846eb0c68a9a7a15ac9d8c6939f266c506d6 Author: Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> Date: Thu Feb 21 11:09:32 2013 +0800 Remove incorrect executable bits perl-re-engine-RE2.spec | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) --- diff --git a/perl-re-engine-RE2.spec b/perl-re-engine-RE2.spec index 1132de5..2231bae 100644 --- a/perl-re-engine-RE2.spec +++ b/perl-re-engine-RE2.spec @@ -26,6 +26,9 @@ This module replaces perl's regex engine in a given lexical scope with RE2. %prep %setup -q -n re-engine-RE2-%{version} +# Remove incorrect executable bits +chmod -x lib/re/engine/RE2.pm + %patch0 -p1 @@ -55,5 +58,7 @@ make test %changelog +- Remove incorrect executable bits. + * Wed Feb 20 2013 Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> - 0.11-1 - Initial package, with help from cpanspec. -- 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