From e614f013eaea8dab94abde908ee72d71e2c7fde9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 10 May 2014 16:31:13 +0200 Subject: php-pecl-event: 1.10.0 --- php-pecl-event.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pecl-event.spec') diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 28f5765..847734e 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -25,8 +25,8 @@ Summary: Provides interface to libevent library Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.9.1 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.10.0 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/event @@ -172,6 +172,9 @@ done %check +# This test hangs +rm ?TS/tests/issue-3.phpt + if [ -f %{php_extdir}/sockets.so ]; then OPTS="-d extension=sockets.so" fi @@ -241,6 +244,9 @@ rm -rf %{buildroot} %changelog +* Sat May 10 2014 Remi Collet - 1.10.0-1 +- Update to 1.10.0 (stable) + * Wed Apr 9 2014 Remi Collet - 1.9.1-3 - add numerical prefix to extension configuration file -- cgit