diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-10-18 07:08:54 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-10-18 07:08:54 +0200 | 
| commit | fa5105d79dce153407692bc815d8b9d95a79410d (patch) | |
| tree | 49a5128c767dc03d8e4357a9ab2d5c345d117efb | |
| parent | 25721e053f9c4c73f2a2dc97804a181d07928505 (diff) | |
php-pecl-yaml: 2.0.0RC5
| -rw-r--r-- | REFLECTION-DEV | 4 | ||||
| -rw-r--r-- | php-pecl-yaml-dev.spec | 9 | 
2 files changed, 8 insertions, 5 deletions
| diff --git a/REFLECTION-DEV b/REFLECTION-DEV index 134d207..52b7640 100644 --- a/REFLECTION-DEV +++ b/REFLECTION-DEV @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #99 yaml version 2.0.0RC4 ] { +Extension [ <persistent> extension #99 yaml version 2.0.0RC5 ] {    - Dependencies {      Dependency [ date (Optional) ] @@ -12,7 +12,7 @@ Extension [ <persistent> extension #99 yaml version 2.0.0RC4 ] {        Current = '0'      }      Entry [ yaml.decode_php <ALL> ] -      Current = '1' +      Current = '0'      }      Entry [ yaml.output_canonical <ALL> ]        Current = '0' diff --git a/php-pecl-yaml-dev.spec b/php-pecl-yaml-dev.spec index 6c0e641..e06a9a8 100644 --- a/php-pecl-yaml-dev.spec +++ b/php-pecl-yaml-dev.spec @@ -29,12 +29,12 @@  %else  %global ini_name   40-%{pecl_name}.ini  %endif -%global prever     RC4 +%global prever     RC5  Summary:       PHP Bindings for yaml  Name:          %{?sub_prefix}php-pecl-yaml  Version:       2.0.0 -Release:       0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       0.4.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       MIT  Group:         Development/Languages  URL:           http://pecl.php.net/package/yaml @@ -131,7 +131,7 @@ extension=%{pecl_name}.so  ;yaml.output_width = 80  ; Enable/disable serialized php object processing. -;yaml.decode_php = 1 +;yaml.decode_php = 0  EOF  cp -pr NTS ZTS @@ -246,6 +246,9 @@ fi  %changelog +* Sun Oct 18 2015 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.4.RC5 +- update to 2.0.0RC5 +  * Sat Oct 17 2015 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.3.RC4  - update to 2.0.0RC4 | 
