summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-24 08:42:12 +0100
committerRemi Collet <remi@remirepo.net>2018-11-24 08:42:12 +0100
commita4001e9faeb33ca80b3583b62080d785391555da (patch)
tree645c928fa293d6580bc8d80d164a5a2cb98cf9db
parent5584ee208e6a29014215abfceb204152b65a8f88 (diff)
v2.0.4 (php 7)
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-yaml.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 59dd1f8..6619988 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
yaml
LibYAML Support => enabled
-Module Version => 2.0.3
+Module Version => 2.0.4
LibYAML Version => 0.2.1
Directive => Local Value => Master Value
diff --git a/REFLECTION b/REFLECTION
index 9e5036a..514ae5e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #177 yaml version 2.0.3 ] {
+Extension [ <persistent> extension #177 yaml version 2.0.4 ] {
- Dependencies {
Dependency [ date (Optional) ]
diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec
index 4cb869b..f8c5217 100644
--- a/php-pecl-yaml.spec
+++ b/php-pecl-yaml.spec
@@ -21,7 +21,7 @@
Summary: PHP Bindings for yaml
Name: %{?sub_prefix}php-pecl-yaml
-Version: 2.0.3
+Version: 2.0.4
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
URL: http://pecl.php.net/package/yaml
@@ -239,6 +239,9 @@ fi
%changelog
+* Sat Nov 24 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1
+- update to 2.0.4
+
* Tue Nov 13 2018 Remi Collet <remi@remirepo.net> - 2.0.3-1
- update to 2.0.3
- drop patch merged upstream