From a760f43fc6cb7aaa24197236480313ea8af4e673 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Oct 2021 06:40:13 +0200 Subject: update to 2.0.2 (documentation changes only) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-uploadprogress.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index ffb6d56..470a91f 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ uploadprogress uploadprogress support => enabled -Version => 2.0.1 +Version => 2.0.2 Directive => Local Value => Master Value uploadprogress.file.filename_template => /tmp/upt_%s.txt => /tmp/upt_%s.txt diff --git a/REFLECTION b/REFLECTION index 0cce6d1..3b92570 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #125 uploadprogress version 2.0.1 ] { +Extension [ extension #125 uploadprogress version 2.0.2 ] { - INI { Entry [ uploadprogress.file.filename_template ] diff --git a/php-pecl-uploadprogress.spec b/php-pecl-uploadprogress.spec index 4507012..0b9ff7b 100644 --- a/php-pecl-uploadprogress.spec +++ b/php-pecl-uploadprogress.spec @@ -19,7 +19,7 @@ Summary: An extension to track progress of a file upload Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages @@ -203,6 +203,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ %changelog +* Fri Oct 1 2021 Remi Collet - 2.0.2-1 +- update to 2.0.2 (documentation changes only) + * Wed Sep 29 2021 Remi Collet - 2.0.1-1 - update to 2.0.1 -- cgit