diff options
-rw-r--r-- | php-pecl-uploadprogress.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-uploadprogress.spec b/php-pecl-uploadprogress.spec index 10b7af3..60fde78 100644 --- a/php-pecl-uploadprogress.spec +++ b/php-pecl-uploadprogress.spec @@ -22,7 +22,7 @@ Summary: An extension to track progress of a file upload Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.3 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: https://pecl.php.net/package/%{pecl_name} @@ -215,6 +215,9 @@ cd ../ZTS %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.1.3-3 +- rebuild for 8.1.0RC1 + * Thu Jul 22 2021 Remi Collet <remi@remirepo.net> - 1.1.3-2 - Fix segmentation fault in uploadprogress, patch from https://github.com/php/pecl-php-uploadprogress/pull/8 |