From 30d3b63ad4760d2813bff6f6368d387e3c31feae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Dec 2015 08:35:19 +0100 Subject: php-pecl-yaml: 2.0.0RC7 (php 7, beta) --- REFLECTION-PHP7 | 2 +- php-pecl-yaml-php7.spec | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index c2ab2e5..10f28d4 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ extension #102 yaml version 2.0.0RC6 ] { +Extension [ extension #63 yaml version 2.0.0RC7 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-yaml-php7.spec b/php-pecl-yaml-php7.spec index 574bdac..1819348 100644 --- a/php-pecl-yaml-php7.spec +++ b/php-pecl-yaml-php7.spec @@ -24,17 +24,13 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name yaml -%if "%{php_version}" < "5.6" -%global ini_name %{pecl_name}.ini -%else %global ini_name 40-%{pecl_name}.ini -%endif -%global prever RC6 +%global prever RC7 Summary: PHP Bindings for yaml Name: %{?sub_prefix}php-pecl-yaml Version: 2.0.0 -Release: 0.5.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.6.%{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 @@ -61,19 +57,13 @@ Obsoletes: php53-pecl-%{pecl_name} <= %{version} Obsoletes: php53u-pecl-%{pecl_name} <= %{version} Obsoletes: php54-pecl-%{pecl_name} <= %{version} Obsoletes: php54w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "5.5" Obsoletes: php55u-pecl-%{pecl_name} <= %{version} Obsoletes: php55w-pecl-%{pecl_name} <= %{version} -%endif -%if "%{php_version}" > "5.6" Obsoletes: php56u-pecl-%{pecl_name} <= %{version} Obsoletes: php56w-pecl-%{pecl_name} <= %{version} -%endif -%if "%{php_version}" > "7.0" Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %endif -%endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter private shared @@ -246,6 +236,9 @@ fi %changelog +* Thu Dec 31 2015 Remi Collet - 2.0.0-0.6.RC7 +- update to 2.0.0RC7 + * Tue Dec 8 2015 Remi Collet - 2.0.0-0.5.RC6 - update to 2.0.0RC6 -- cgit