diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 14:36:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 14:36:59 +0200 |
commit | 44ca563ccaaedd04df1352c1bb4036f2cccfc5af (patch) | |
tree | 4ab223f9d964d9b9033fffa37fb30e45c6489751 | |
parent | d42ad4d359821ba29ae6711ebebeba6a42c4e51d (diff) |
rebuild for 7.4.0RC1
-rw-r--r-- | php-pecl-wddx.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-wddx.spec b/php-pecl-wddx.spec index e7234bd..e413e1d 100644 --- a/php-pecl-wddx.spec +++ b/php-pecl-wddx.spec @@ -35,7 +35,7 @@ Summary: Web Distributed Data Exchange Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -198,6 +198,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.0~DEV.20190320-6 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.0.0~DEV.20190320-5 - rebuild for 7.4.0beta1 |