summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-05 07:32:02 +0100
committerRemi Collet <remi@remirepo.net>2020-03-05 07:32:02 +0100
commit9e837a33126b265175149f967fe445768bc80137 (patch)
tree6283b8337a59c814cd13a05ab6a05fc5b373f765
parenta20e85a081b257a9b3a8bc90c6aa6c08ec3d18d7 (diff)
update to 0.3.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-csv.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index cf3c1c4..056b200 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,6 +2,6 @@
csv
CSV support => enabled
-Version => 0.3.0
+Version => 0.3.1
Author => George Peter Banyard
Bug reports => https://gitlab.com/Girgias/csv-php-extension/issues
diff --git a/REFLECTION b/REFLECTION
index 441c0a2..f829ea7 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #73 csv version 0.3.0 ] {
+Extension [ <persistent> extension #73 csv version 0.3.1 ] {
- Functions {
Function [ <internal:csv> function csv_array_to_row ] {
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