diff options
-rw-r--r-- | php-pecl-eio.spec | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index 9e3e73c..c3a0881 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.3 +%global upstream_version 3.1.4 #global upstream_prever RC1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -216,6 +216,15 @@ REPORT_EXIT_STATUS=1 \ %changelog +* 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 |