diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-17 08:21:25 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-17 08:21:25 +0100 |
commit | 675bc06156fdc2e4afdae6c25af1dc86a123abdc (patch) | |
tree | d92b2a7fb9a26559e01851d9b22cc030000c03d4 | |
parent | 4dcd71fd7370baeb4fc4d7c7406ef26c9df6ae4c (diff) |
php-pecl-event: 2.0.1 (stable)
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-event.spec | 7 |
2 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #211 event version 2.0.0 ] { +Extension [ <persistent> 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 <remi@fedoraproject.org> - 2.0.1-1 +- Update to 2.0.1 (php 5 and 7, stable) + * Mon Feb 29 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1 - Update to 2.0.0 (php 5 and 7, stable) |