diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-08 18:23:33 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-08 18:23:33 +0100 |
commit | 7ec5bd55efe8b37e93915e3f1d3777daf8c455de (patch) | |
tree | 3fb19ef6566c42f9eabd9267639ab7e800796cf9 /php-pecl-pthreads.spec | |
parent | 6a19a81e46bda971bb29a2c3f406d98decf85265 (diff) |
php-pecl-pthreads: rebuild with new sources + PR 249
Diffstat (limited to 'php-pecl-pthreads.spec')
-rw-r--r-- | php-pecl-pthreads.spec | 16 |
1 files changed, 10 insertions, 6 deletions
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 <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 1.0.0-1 - Update to 1.0.0 (stable) |