summaryrefslogtreecommitdiffstats
path: root/php-pecl-ev.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-29 08:24:46 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-29 08:24:46 +0200
commitac576b20d349c8837dfd2487e113bb24cce76480 (patch)
tree0210e5b223aba3a9d4b0c3eff0da1e638ac730be /php-pecl-ev.spec
parent47c9bf7e02d64bdb2def89b8e31ee1bf41d4f55a (diff)
php-pecl-ev: 1.0.2
Diffstat (limited to 'php-pecl-ev.spec')
-rw-r--r--php-pecl-ev.spec10
1 files changed, 4 insertions, 6 deletions
diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec
index 5022d96..f80bebc 100644
--- a/php-pecl-ev.spec
+++ b/php-pecl-ev.spec
@@ -31,7 +31,7 @@
Summary: Provides interface to libev library
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.0.1
+Version: 1.0.2
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
@@ -192,11 +192,6 @@ fi
%check
-%if "%{php_version}" < "5.5"
-# https://bitbucket.org/osmanov/pecl-ev/issues/28/101-failed-test-with-php-54
-rm ?TS/tests/16_generator_cb.phpt
-%endif
-
DEPMOD=
[ -f %{php_extdir}/sockets.so ] && DEPMOD="$DEPMOD -d extension=sockets.so"
[ -f %{php_extdir}/posix.so ] && DEPMOD="$DEPMOD -d extension=posix.so"
@@ -254,6 +249,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Jul 29 2016 Remi Collet <remi@fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2 (stable)
+
* Fri Jul 29 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1 (stable)
- ignore 1 failed test with PHP 5.4, see