From 10b55adcdd65520e4ab5034d91d0a708f7375dcf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Sep 2021 06:54:45 +0200 Subject: update to 3.0.0RC3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-eio.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 96301b7..e8cc00c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,4 +3,4 @@ eio eio support => enabled Debug support => disabled -Version => 3.0.0RC2 +Version => 3.0.0RC3 diff --git a/REFLECTION b/REFLECTION index 75969e9..f8a7dee 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 eio version 3.0.0RC2 ] { +Extension [ extension #124 eio version 3.0.0RC3 ] { - Dependencies { Dependency [ sockets (Optional) ] diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index fc4d9f4..324eacb 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -22,7 +22,7 @@ %endif %global upstream_version 3.0.0 -%global upstream_prever RC2 +%global upstream_prever RC3 # # NOTE: bundled libeio (which is retired from Fedora) @@ -31,7 +31,7 @@ Summary: Provides interface to the libeio library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?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}.tgz @@ -252,6 +252,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 21 2021 Remi Collet - 3.0.0~RC3-1 +- update to 3.0.0RC3 + * Thu Sep 9 2021 Remi Collet - 3.0.0~RC2-2 - ignore 4 tests for 8.1 (deprecated calls) -- cgit