diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-25 08:16:42 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-25 08:16:42 +0100 |
| commit | e7ca748c27202c405ba932442db87b8276e2510c (patch) | |
| tree | a407faf69f151a7bc2396fc301a5a7a557401d36 /php.spec | |
| parent | e5ac7b704301fdc6416b814e97e1a76c5a91ec02 (diff) | |
update to 8.4.20RC1
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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 <remi@remirepo.net> - 8.4.20~RC1-1 +- update to 8.4.20RC1 + * Wed Mar 11 2026 Remi Collet <remi@remirepo.net> - 8.4.19-1 - Update to 8.4.19 - http://www.php.net/releases/8_4_19.php |
