diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-eio.spec | 7 | 
3 files changed, 7 insertions, 4 deletions
@@ -3,4 +3,4 @@ eio  eio support => enabled  Debug support => disabled -Version => 3.0.0RC2 +Version => 3.0.0RC3 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 eio version 3.0.0RC2 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 3.0.0~RC3-1 +- update to 3.0.0RC3 +  * Thu Sep  9 2021 Remi Collet <remi@remirepo.net> - 3.0.0~RC2-2  - ignore 4 tests for 8.1 (deprecated calls)  | 
