diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:16:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:16:46 +0200 |
commit | 69dd4764473126c05dc670fa90cb196d4116d3a6 (patch) | |
tree | 7294356225dd1abe0cddf55d1810cd624066d724 /php-pecl-yaml.spec | |
parent | 8e355c19cf7d5519320e4d4e0c0a42e6eb3997ea (diff) |
rebuild for 7.3.0beta2 new ABI
Diffstat (limited to 'php-pecl-yaml.spec')
-rw-r--r-- | php-pecl-yaml.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index c1e9174..d51ecca 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -22,7 +22,7 @@ Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml Version: 2.0.2 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/yaml @@ -243,6 +243,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.2-5 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.2-4 - rebuild for 7.3.0alpha4 new ABI |