From 9e837a33126b265175149f967fe445768bc80137 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Mar 2020 07:32:02 +0100 Subject: update to 0.3.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-csv.spec | 7 +++++-- 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 [ extension #73 csv version 0.3.0 ] { +Extension [ extension #73 csv version 0.3.1 ] { - Functions { Function [ 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 - 0.3.1-1 +- update to 0.3.1 + * Wed Mar 4 2020 Remi Collet - 0.3.0-1 - initial package, version 0.3.0 (stable) - open https://gitlab.com/Girgias/csv-php-extension/issues/1 bad perms -- cgit