diff options
-rw-r--r-- | php-pecl-event.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 847734e..d03c19f 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -25,7 +25,7 @@ Summary: Provides interface to libevent library Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.10.0 +Version: 1.10.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -172,9 +172,6 @@ done %check -# This test hangs -rm ?TS/tests/issue-3.phpt - if [ -f %{php_extdir}/sockets.so ]; then OPTS="-d extension=sockets.so" fi @@ -244,6 +241,9 @@ rm -rf %{buildroot} %changelog +* Sun May 11 2014 Remi Collet <remi@fedoraproject.org> - 1.10.1-1 +- Update to 1.10.1 (stable, no change) + * Sat May 10 2014 Remi Collet <remi@fedoraproject.org> - 1.10.0-1 - Update to 1.10.0 (stable) |