From d41e55ca5568b02a774acaf9b9bd0ef7a4f0f08a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Sep 2021 14:48:20 +0200 Subject: update to 1.1.5 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-ev.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index ae17100..014db6f 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,4 +3,4 @@ ev Ev support => enabled Debug support => disabled -Version => 1.1.4 +Version => 1.1.5 diff --git a/REFLECTION b/REFLECTION index 6445e53..f5af01b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 ev version 1.1.4 ] { +Extension [ extension #124 ev version 1.1.5 ] { - Dependencies { Dependency [ sockets (Optional) ] diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec index d53bcce..a3bfa47 100644 --- a/php-pecl-ev.spec +++ b/php-pecl-ev.spec @@ -24,14 +24,14 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 1.1.4 +%global upstream_version 1.1.5 #global upstream_prever RC3 #global upstream_postver r1 Summary: Provides interface to libev library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}%{?upstream_postver:+%{upstream_postver}} -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}%{?upstream_postver}.tgz @@ -230,6 +230,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Sep 18 2021 Remi Collet - 1.1.5-1 +- update to 1.1.5 + * Wed Sep 01 2021 Remi Collet - 1.1.4-2 - rebuild for 8.1.0RC1 -- cgit