From 9aed9f7fce288350ff90c072e27ca8f8e3bf99b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Mar 2014 09:35:06 +0100 Subject: php-pecl-eio: 1.2.5 (stable) --- php-pecl-eio.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index c17f354..01a5d08 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -15,13 +15,13 @@ # NOTE: bundled libeio (which is retired from Fedora) # -%global with_zts 0%{?__ztsphp:1} %global pecl_name eio +%global with_zts 0%{?__ztsphp:1} Summary: Provides interface to the libeio library Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.2.4 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.2.5 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -38,7 +38,13 @@ Requires(post): %{__pecl} Requires(postun): %{__pecl} Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +%if "%{php_version}" < "5.4" +# php 5.3.3 in EL-6 don't use arched virtual provides +# so only requires real packages instead +Requires: %{?scl_prefix}php-common%{?_isa} +%else Requires: %{?scl_prefix}php-sockets%{?_isa} +%endif Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -82,8 +88,6 @@ available on specific(UNIX-like) platform. %setup -q -c mv %{pecl_name}-%{version} NTS -sed -e '/LICENSE/s/role="src"/role="doc"/' -i package.xml - cd NTS # Sanity check, really often broken @@ -230,6 +234,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 27 2014 Remi Collet - 1.2.5-1 +- Update to 1.2.5 (stable) + * Sun Mar 23 2014 Remi Collet - 1.2.4-2 - allow SCL build -- cgit