From 420650869a264bd47fe5e00043be8946d898975b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Dec 2014 07:09:54 +0100 Subject: php-pecl-ev: 0.2.13 --- php-pecl-ev.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pecl-ev.spec') diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec index eb8994f..abf8af4 100644 --- a/php-pecl-ev.spec +++ b/php-pecl-ev.spec @@ -29,8 +29,8 @@ Summary: Provides interface to libev library Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.2.12 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 0.2.13 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -82,6 +82,8 @@ Obsoletes: php56w-pecl-%{pecl_name} <= %{version} The ev extension provides interface to libev library - high performance full-featured event loop written in C. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection}. + %prep %setup -q -c @@ -208,6 +210,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) +%{?_licensedir:%license NTS/LICENSE} %doc %{pecl_docdir}/%{pecl_name} %{pecl_xmldir}/%{name}.xml @@ -221,6 +224,9 @@ rm -rf %{buildroot} %changelog +* Tue Dec 09 2014 Remi Collet - 0.2.13-1 +- Update to 0.2.13 (stable, no change) + * Tue Sep 09 2014 Remi Collet - 0.2.12-1 - Update to 0.2.12 (no change, only our patch merged) - enable posix during build as some tests need it -- cgit