diff options
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-yaml.spec | 7 |
3 files changed, 8 insertions, 5 deletions
@@ -2,8 +2,8 @@ yaml LibYAML Support => enabled -Module Version => 2.2.0b2 -LibYAML Version => 0.2.2 +Module Version => 2.2.0 +LibYAML Version => 0.2.5 Directive => Local Value => Master Value yaml.decode_binary => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #105 yaml version 2.2.0b2 ] { +Extension [ <persistent> extension #105 yaml version 2.2.0 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 3c8ab27..1d7b4ca 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -19,12 +19,12 @@ %global ini_name 40-%{pecl_name}.ini %global upstream_version 2.2.0 -%global upstream_prever b2 +#global upstream_prever b2 Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/yaml @@ -245,6 +245,9 @@ fi %changelog +* Sun Nov 29 2020 Remi Collet <remi@remirepo.net> - 2.2.0-1 +- update to 2.2.0 (stable) + * Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 2.2.0~b2-2 - rebuild for PHP 8.0.0RC1 |