summaryrefslogtreecommitdiffstats
path: root/php-pecl-csv.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-csv.spec')
-rw-r--r--php-pecl-csv.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-csv.spec b/php-pecl-csv.spec
index 54c4f1f..898f03d 100644
--- a/php-pecl-csv.spec
+++ b/php-pecl-csv.spec
@@ -21,7 +21,7 @@
Summary: CSV PHP extension
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 0.3.0
+Version: 0.3.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/%{proj_name}
@@ -83,7 +83,7 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-chmod -x *
+find . -type f -exec chmod -x {} \;
%patch0 -p1 -b .pr2
: Sanity check, really often broken
@@ -214,6 +214,9 @@ fi
%changelog
+* Thu Mar 5 2020 Remi Collet <remi@remirepo.net> - 0.3.1-1
+- update to 0.3.1
+
* Wed Mar 4 2020 Remi Collet <remi@remirepo.net> - 0.3.0-1
- initial package, version 0.3.0 (stable)
- open https://gitlab.com/Girgias/csv-php-extension/issues/1 bad perms