From 2fb7608e836ac3381f7f361d7501bfa4a681022a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Aug 2014 16:25:54 +0200 Subject: php-pecl-* improve SCL build for 5.6 (wip) --- php-pecl-radius.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/php-pecl-radius.spec b/php-pecl-radius.spec index a702ce9..50bc23f 100644 --- a/php-pecl-radius.spec +++ b/php-pecl-radius.spec @@ -23,7 +23,7 @@ Name: %{?scl_prefix}php-pecl-radius Version: 1.2.7 -Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Radius client library License: BSD @@ -52,16 +52,19 @@ Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if "%{?vendor}" == "Remi Collet" +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} # Other third party repo stuff Obsoletes: php53-pecl-%{pecl_name} Obsoletes: php53u-pecl-%{pecl_name} Obsoletes: php54-pecl-%{pecl_name} +Obsoletes: php54w-pecl-%{pecl_name} %if "%{php_version}" > "5.5" Obsoletes: php55u-pecl-%{pecl_name} +Obsoletes: php55w-pecl-%{pecl_name} %endif %if "%{php_version}" > "5.6" Obsoletes: php56u-pecl-%{pecl_name} +Obsoletes: php56w-pecl-%{pecl_name} %endif %endif @@ -217,6 +220,9 @@ rm -rf %{buildroot} %changelog +* Mon Aug 25 2014 Remi Collet - 1.1.2-5 +- improve SCL build + * Wed Apr 9 2014 Remi Collet - 1.1.2-4 - add numerical prefix to extension configuration file -- cgit