diff options
| -rw-r--r-- | REFLECTION-PHP7 | 2 | ||||
| -rw-r--r-- | php-pecl-yaml-php7.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index 18a324a..6ff493a 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #83 yaml version 2.0.0RC8 ] { +Extension [ <persistent> extension #137 yaml version 2.0.0 ] {    - Dependencies {      Dependency [ date (Optional) ] diff --git a/php-pecl-yaml-php7.spec b/php-pecl-yaml-php7.spec index ac0b73e..3c04fdb 100644 --- a/php-pecl-yaml-php7.spec +++ b/php-pecl-yaml-php7.spec @@ -17,12 +17,12 @@  %global with_zts   0%{!?_without_zts:%{?__ztsphp:1}}  %global pecl_name  yaml  %global ini_name   40-%{pecl_name}.ini -%global prever     RC8 +#global prever     RC8  Summary:       PHP Bindings for yaml  Name:          %{?sub_prefix}php-pecl-yaml  Version:       2.0.0 -Release:       0.10.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       MIT  Group:         Development/Languages  URL:           http://pecl.php.net/package/yaml @@ -234,6 +234,9 @@ fi  %changelog +* Mon Sep 26 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1 +- update to 2.0.0 (php 7) +  * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.10.RC8  - rebuild for PHP 7.1 new API version  | 
