diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-eio.spec | 25 |
3 files changed, 22 insertions, 7 deletions
@@ -3,4 +3,4 @@ eio eio support => enabled Debug support => disabled -Version => 3.1.2 +Version => 3.1.4 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #66 eio version 3.1.2 ] { +Extension [ <persistent> extension #77 eio version 3.1.4 ] { - Dependencies { Dependency [ sockets (Optional) ] diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index 75b32a3..6b0583b 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -1,8 +1,8 @@ # remirepo spec file for php-pecl-eio # -# Copyright (c) 2013-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -26,7 +26,7 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.1.2 +%global upstream_version 3.1.4 #global upstream_prever RC1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -38,7 +38,7 @@ Summary: Provides interface to the libeio library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is PHP-3.01, library is BSD-2-Clause (or GPL-2.0-or-later) License: PHP-3.01 AND BSD-2-Clause URL: https://pecl.php.net/package/%{pecl_name} @@ -216,6 +216,21 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 3.1.4-2 +- rebuild for 8.5.0alpha3 + +* Thu Jul 17 2025 Remi Collet <remi@remirepo.net> - 3.1.4-1 +- update to 3.1.4 +- drop patch merged upstream + +* Thu Jul 17 2025 Remi Collet <remi@remirepo.net> - 3.1.3-2 +- fix build with PHP 8.5.0alpha2 using patch from + https://github.com/rosmanov/pecl-eio/pull/25 +- re-license spec file to CECILL-2.1 + +* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 3.1.3-1 +- update to 3.1.3 + * Wed Feb 21 2024 Remi Collet <remi@remirepo.net> - 3.1.2-1 - update to 3.1.2 |
