summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-zip.spec7
1 files changed, 5 insertions, 2 deletions
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 <rcollet@redhat.com> 1.12.1-4
+- really fix all spurious-executable-perm
+
* Thu Aug 22 2013 Remi Collet <rcollet@redhat.com> 1.12.1-3
- fixes from review comments #999313: clarify License
- drop execution right from sources