From 10956c0359e903d870ec99f2d2c79e4fcd2f291c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Feb 2016 10:49:53 +0100 Subject: php-pecl-ev: 1.0.0RC8 --- php-pecl-ev-dev.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'php-pecl-ev-dev.spec') diff --git a/php-pecl-ev-dev.spec b/php-pecl-ev-dev.spec index 2867a1f..f892fd2 100644 --- a/php-pecl-ev-dev.spec +++ b/php-pecl-ev-dev.spec @@ -12,8 +12,7 @@ # %global pecl_name ev -# failed test, so disabled for now -%global with_zts 0%{?__ztsphp:1} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %if "%{php_version}" < "5.6" # After sockets %global ini_name z-%{pecl_name}.ini @@ -21,7 +20,7 @@ # After 20-sockets %global ini_name 40-%{pecl_name}.ini %endif -%global prever RC6 +%global prever RC8 Summary: Provides interface to libev library Name: %{?scl_prefix}php-pecl-%{pecl_name} @@ -235,8 +234,8 @@ rm -rf %{buildroot} %changelog -* Mon Feb 22 2016 Remi Collet - 1.0.0-0.5.RC6 -- Update to 1.0.0RC6 +* Mon Feb 22 2016 Remi Collet - 1.0.0-0.5.RC8 +- Update to 1.0.0RC8 * Thu Feb 11 2016 Remi Collet - 1.0.0-0.4.RC4 - Update to 1.0.0RC4 -- cgit