From fbde430a43e74917e4aa4df8d67460ce86157194 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 29 Nov 2020 07:47:44 +0100 Subject: update to 2.2.0 (stable) --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-pecl-yaml.spec | 7 +++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4fb6128..413d335 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index 079e528..928fd9d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #105 yaml version 2.2.0b2 ] { +Extension [ 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 - 2.2.0-1 +- update to 2.2.0 (stable) + * Wed Sep 30 2020 Remi Collet - 2.2.0~b2-2 - rebuild for PHP 8.0.0RC1 -- cgit