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 e8c3738..543ae9c 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.0.3.1 -Release: 19%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 20%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -231,6 +231,9 @@ cd ../ZTS %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.3.1-20 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.0.3.1-19 - rebuild for 7.4.0beta1 |