From ca9523a52db569764cc8d03a5ef52624f35a1f77 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Sep 2016 07:44:29 +0200 Subject: php-pecl-yaml: 2.0.0 (php 7) --- REFLECTION-PHP7 | 2 +- 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 [ extension #83 yaml version 2.0.0RC8 ] { +Extension [ 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 - 2.0.0-1 +- update to 2.0.0 (php 7) + * Wed Sep 14 2016 Remi Collet - 2.0.0-0.10.RC8 - rebuild for PHP 7.1 new API version -- cgit