diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-yaml.spec | 7 | 
3 files changed, 7 insertions, 4 deletions
| @@ -2,7 +2,7 @@  yaml  LibYAML Support => enabled -Module Version => 2.2.0b1 +Module Version => 2.2.0b2  LibYAML Version => 0.2.2  Directive => Local Value => Master Value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #104 yaml version 2.2.0b1 ] { +Extension [ <persistent> extension #105 yaml version 2.2.0b2 ] {    - Dependencies {      Dependency [ date (Optional) ] diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index d180358..fe9469a 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  b1 +%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 @@ -246,6 +246,9 @@ fi  %changelog +* Mon Sep 14 2020 Remi Collet <remi@remirepo.net> - 2.2.0~b2-1 +- update to 2.2.0b2 (no change) +  * Wed Sep  2 2020 Remi Collet <remi@remirepo.net> - 2.2.0~b1-2  - rebuild for PHP 8.0.0beta3 | 
