From a5cce75e0e2300a4ccf6f6bcbe7de1b51d235cda Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Aug 2013 16:48:23 +0200 Subject: php-pecl-zip: really fix all spurious-executable-perm --- php-pecl-zip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-zip.spec') diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index e6cbcb4..0a869ea 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -18,7 +18,7 @@ Summary: A ZIP archive management extension Summary(fr): Une extension de gestion des ZIP Name: php-pecl-zip Version: 1.12.1 -Release: 3%{?dist} +Release: 4%{?dist} %if %{with_libzip} License: PHP %else @@ -79,7 +79,7 @@ rm lib/*.c %endif # make rpmlint happy (fixed in upstream git) -chmod -x *.c *.h lib/*.h examples/* CREDITS +chmod -x *.c *.h lib/*.h lib/*.c examples/* CREDITS cd .. : Create the configuration file @@ -191,6 +191,9 @@ fi %changelog +* Thu Aug 22 2013 Remi Collet 1.12.1-4 +- really fix all spurious-executable-perm + * Thu Aug 22 2013 Remi Collet 1.12.1-3 - fixes from review comments #999313: clarify License - drop execution right from sources -- cgit