summaryrefslogtreecommitdiffstats
path: root/php-pecl-ion.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-ion.spec')
-rw-r--r--php-pecl-ion.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-ion.spec b/php-pecl-ion.spec
index 1a469aa..5e0f051 100644
--- a/php-pecl-ion.spec
+++ b/php-pecl-ion.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-ion
#
-# Copyright (c) 2022-2023 Remi Collet
+# Copyright (c) 2022-2024 Remi Collet
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -37,7 +37,7 @@
Summary: Amazon ION support
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD-2-Clause
URL: https://pecl.php.net/package/%{pecl_name}
@@ -199,6 +199,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
%changelog
+* Wed Nov 20 2024 Remi Collet <remi@remirepo.net> - 0.2.1-6
+- fix previous patch to fix PHP < 8.4 builds
+
* Tue Oct 1 2024 Remi Collet <remi@remirepo.net> - 0.2.1-5
- fix test suite with 8.4 using patch from
https://github.com/awesomized/ext-ion/pull/10