summaryrefslogtreecommitdiffstats
path: root/php-pecl-parle.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-09-04 11:06:52 +0200
committerRemi Collet <remi@php.net>2025-09-04 11:06:52 +0200
commitaff94630078d500bd42d7a43d4fadf72a8345c74 (patch)
treeba8e3d47038ed7948ede2f6585fe70d3e0e3e4c8 /php-pecl-parle.spec
parent54d1328486f9bb55c2a5f9f4dc5c3fea7047e42a (diff)
more fix for PHP 8.5.0beta2 using patch fromHEADmaster
https://github.com/weltling/parle/pull/59
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