From e7ca748c27202c405ba932442db87b8276e2510c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Mar 2026 08:16:42 +0100 Subject: update to 8.4.20RC1 --- php.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 0ff5479..052780a 100644 --- a/php.spec +++ b/php.spec @@ -93,8 +93,8 @@ #global gh_date 20230605 %global gh_owner php %global gh_project php-src -%global upver 8.4.19 -#global rcver RC1 +%global upver 8.4.20 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -589,7 +589,8 @@ will need to install this package and the php package. %package xml Summary: A module for PHP applications which use XML # All files licensed under PHP version 3.01 -License: PHP-3.01 +# lexbor is Apache-2.0 +License: PHP-3.01 AND Apache-2.0 Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} Provides: %{?scl_prefix}php-dom, %{?scl_prefix}php-dom%{?_isa} Provides: %{?scl_prefix}php-domxml, %{?scl_prefix}php-domxml%{?_isa} @@ -597,6 +598,8 @@ Provides: %{?scl_prefix}php-simplexml, %{?scl_prefix}php-simplexml%{?_isa} Provides: %{?scl_prefix}php-xmlreader, %{?scl_prefix}php-xmlreader%{?_isa} Provides: %{?scl_prefix}php-xmlwriter, %{?scl_prefix}php-xmlwriter%{?_isa} Provides: %{?scl_prefix}php-xsl, %{?scl_prefix}php-xsl%{?_isa} +# See ext/dom/lexbor/patches/README.md +Provides: bundled(lexbor) = 2.5.0 BuildRequires: pkgconfig(libxslt) >= 1.1 BuildRequires: pkgconfig(libexslt) BuildRequires: pkgconfig(libxml-2.0) >= 2.7.6 @@ -885,6 +888,7 @@ cp ext/mbstring/libmbfl/LICENSE libmbfl_LICENSE cp ext/fileinfo/libmagic/LICENSE libmagic_LICENSE cp ext/bcmath/libbcmath/LICENSE libbcmath_LICENSE cp ext/date/lib/LICENSE.rst timelib_LICENSE +cp ext/dom/lexbor/LICENSE lexbor_LICENSE # Multiple builds for multiple SAPIs # mod_php (apache2handler) and libphp (embed) can not be built from same tree @@ -1623,6 +1627,7 @@ fi %files ldap -f files.ldap %files snmp -f files.snmp %files xml -f files.xml +%license lexbor_LICENSE %files mbstring -f files.mbstring %license libmbfl_LICENSE %files gd -f files.gd @@ -1658,6 +1663,9 @@ fi %changelog +* Wed Mar 25 2026 Remi Collet - 8.4.20~RC1-1 +- update to 8.4.20RC1 + * Wed Mar 11 2026 Remi Collet - 8.4.19-1 - Update to 8.4.19 - http://www.php.net/releases/8_4_19.php -- cgit