summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-11 06:29:37 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-11 06:29:37 +0200
commita26a3c58d666d21e4899a21e1e313d9a1627f5a8 (patch)
treeb5d4f49e379742d54ac3af1e9edb95356ee6e083
parentce6061d15c3bc2c7f6f29ef65302318c347b463d (diff)
php-pecl-pthreads: 3.0.1
-rw-r--r--php-pecl-pthreads-dev.spec10
1 files changed, 4 insertions, 6 deletions
diff --git a/php-pecl-pthreads-dev.spec b/php-pecl-pthreads-dev.spec
index 2ddbc0b..57eb295 100644
--- a/php-pecl-pthreads-dev.spec
+++ b/php-pecl-pthreads-dev.spec
@@ -20,7 +20,7 @@
Summary: Threading API
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 3.0.0
+Version: 3.0.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
@@ -146,11 +146,6 @@ fi
%check
cd %{pecl_name}-%{version}
-: ignore failed tests for now
-rm tests/workers-no-start.phpt
-rm tests/workers-ok-unstack.phpt
-rm tests/crazy-refcounting-stuff.phpt
-
: Minimal load test for ZTS extension
%{__ztsphp} --no-php-ini \
--define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
@@ -179,6 +174,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Sep 10 2015 Remi Collet <remi@fedoraproject.org> - 3.0.1-1
+- Update to 3.0.1 (stable)
+
* Thu Sep 10 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-1
- Update to 3.0.0 (stable)
- raise minimum PHP version to 7