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) --- php-pecl-uploadprogress.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-uploadprogress.spec') 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