diff options
-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 |