diff options
author | Remi Collet <remi@remirepo.net> | 2018-11-24 08:42:12 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-11-24 08:42:12 +0100 |
commit | a4001e9faeb33ca80b3583b62080d785391555da (patch) | |
tree | 645c928fa293d6580bc8d80d164a5a2cb98cf9db | |
parent | 5584ee208e6a29014215abfceb204152b65a8f88 (diff) |
v2.0.4 (php 7)
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-yaml.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -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 @@ -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 |