diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 11:50:12 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 11:50:12 +0200 |
commit | 7719b19d3897e54a6865a051b84695a588d0c0ea (patch) | |
tree | 570b934e51d4b65a62443add32d9013823d9b773 | |
parent | 7af89b3f2847e7b28cece043101f765bc35df706 (diff) |
rebuild for 7.3.0beta2 new ABI
-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 8ffdd39..37052f7 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: 17%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 18%{?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} @@ -227,6 +227,9 @@ cd ../ZTS %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.3.1-18 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.0.3.1-17 - rebuild for 7.3.0alpha4 new ABI |