[perl-re-engine-RE2: 3/8] Remove incorrect executable bits

Mathieu Bridon bochecha at fedoraproject.org
Thu Mar 7 06:05:19 UTC 2013


commit 5a40846eb0c68a9a7a15ac9d8c6939f266c506d6
Author: Mathieu Bridon <bochecha at fedoraproject.org>
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 at fedoraproject.org> - 0.11-1
 - Initial package, with help from cpanspec.


More information about the scm-commits mailing list