summaryrefslogtreecommitdiffstats
path: root/php-pecl-parle.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-parle.spec')
-rw-r--r--php-pecl-parle.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/php-pecl-parle.spec b/php-pecl-parle.spec
index 5cb487f..4441c2a 100644
--- a/php-pecl-parle.spec
+++ b/php-pecl-parle.spec
@@ -20,7 +20,7 @@
Summary: Parsing and lexing
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 0.8.5
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# Extension is BSD, libraries are Boost
License: BSD-2-Clause AND BSL-1.0
URL: https://pecl.php.net/package/%{pecl_name}
@@ -183,6 +183,10 @@ make test "TESTS=--show-diff -q %{?_smp_mflags}"
######### TODO : use --enable-parle-utf32 ?
%changelog
+* Thu Sep 4 2025 Remi Collet <remi@remirepo.net> - 0.8.5-4
+- more fix for PHP 8.5.0beta2 using patch from
+ https://github.com/weltling/parle/pull/59
+
* Thu Jul 17 2025 Remi Collet <remi@remirepo.net> - 0.8.5-3
- add fix for PHP 8.5.0alpha2 using patch from
https://github.com/weltling/parle/pull/59