summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-21 06:54:45 +0200
committerRemi Collet <remi@remirepo.net>2021-09-21 06:54:45 +0200
commit10b55adcdd65520e4ab5034d91d0a708f7375dcf (patch)
tree61b115c966b05a50a14bb5e7d7d80891f72bbc6c
parentbccc686442168a4934625ac0fe0af1029cfb175b (diff)
update to 3.0.0RC3
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-eio.spec7
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 [ <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)