summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-29 07:47:44 +0100
committerRemi Collet <remi@remirepo.net>2020-11-29 07:47:44 +0100
commitfbde430a43e74917e4aa4df8d67460ce86157194 (patch)
tree1d801cc42171239c5b09ba363bdb9a3746c866b4
parent5b7b75611d68a30f1ce4628b7f63ed005862142c (diff)
update to 2.2.0 (stable)
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-yaml.spec7
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 [ <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