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 /php-pecl-yaml.spec | |
parent | 5584ee208e6a29014215abfceb204152b65a8f88 (diff) |
v2.0.4 (php 7)
Diffstat (limited to 'php-pecl-yaml.spec')
-rw-r--r-- | php-pecl-yaml.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 |