From 7f0e7f3e1825a0ffc3a40cf19520572f119a06d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Jul 2013 17:12:15 +0200 Subject: php-pecl-event: cleanups for review --- php-pecl-event-dev.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'php-pecl-event-dev.spec') diff --git a/php-pecl-event-dev.spec b/php-pecl-event-dev.spec index 0f4a50a..de941f5 100644 --- a/php-pecl-event-dev.spec +++ b/php-pecl-event-dev.spec @@ -53,8 +53,8 @@ Obsoletes: php55-pecl-%{pecl_name} %description This is an extension to efficiently schedule I/O, time and signal based -events using the best I/O notification mechanism available for specific platform. -This is a port of libevent to the PHP infrastructure. +events using the best I/O notification mechanism available for specific +platform. This is a port of libevent to the PHP infrastructure. Version 1.0.0 introduces: * new OO API breaking backwards compatibility @@ -85,8 +85,6 @@ EOF %build -# --with-event-pthreads cause test failure - cd %{pecl_name}-%{version} %{_bindir}/phpize %configure \ -- cgit