From 675bc06156fdc2e4afdae6c25af1dc86a123abdc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Mar 2016 08:21:25 +0100 Subject: php-pecl-event: 2.0.1 (stable) --- REFLECTION | 2 +- php-pecl-event.spec | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index c105071..805309c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #211 event version 2.0.0 ] { +Extension [ extension #211 event version 2.0.1 ] { - Dependencies { Dependency [ sockets (Required) ] diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 10cf8b3..e5cb99e 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -34,7 +34,7 @@ Summary: Provides interface to libevent library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages @@ -108,6 +108,8 @@ Version 1.0.0 introduces: * new OO API breaking backwards compatibility * support of libevent 2+ including HTTP, DNS, OpenSSL and the event listener. +Documentation: http://php.net/event + Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. @@ -274,6 +276,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 17 2016 Remi Collet - 2.0.1-1 +- Update to 2.0.1 (php 5 and 7, stable) + * Mon Feb 29 2016 Remi Collet - 2.0.0-1 - Update to 2.0.0 (php 5 and 7, stable) -- cgit