summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-yaml.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 8c15d34..4fb6128 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -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
diff --git a/REFLECTION b/REFLECTION
index 5e59568..079e528 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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