From 7ec5bd55efe8b37e93915e3f1d3777daf8c455de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 8 Mar 2014 18:23:33 +0100 Subject: php-pecl-pthreads: rebuild with new sources + PR 249 --- php-pecl-pthreads.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'php-pecl-pthreads.spec') diff --git a/php-pecl-pthreads.spec b/php-pecl-pthreads.spec index 87f90b9..2ff7542 100644 --- a/php-pecl-pthreads.spec +++ b/php-pecl-pthreads.spec @@ -13,12 +13,15 @@ Summary: Threading API Name: php-pecl-%{pecl_name} Version: 1.0.0 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +# https://github.com/krakjoe/pthreads/pull/249 +Patch0: %{pecl_name}.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: php-zts-devel > 5.3 BuildRequires: php-pear @@ -63,6 +66,7 @@ This extension is only available for PHP in ZTS mode. %setup -q -c cd %{pecl_name}-%{version} +%patch0 -p1 -b .github # Sanity check, really often broken extver=$(sed -n '/#define PHP_PTHREADS_VERSION/{s/.* "//;s/".*$//;p}' php_pthreads.h) @@ -129,11 +133,6 @@ cd %{pecl_name}-%{version} --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ --modules | grep %{pecl_name} -%if "%{php_version}" < "5.5" -# syntax issue -rm tests/pools.phpt -%endif - : Upstream test suite for ZTS extension TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ @@ -156,6 +155,11 @@ rm -rf %{buildroot} %changelog +* Fri Mar 07 2014 Remi Collet - 1.0.0-2 +- rebuild with new sources :( +- open https://github.com/krakjoe/pthreads/pull/249 + fix test suite for PHP 5.4, and clean build warnings + * Fri Mar 07 2014 Remi Collet - 1.0.0-1 - Update to 1.0.0 (stable) -- cgit