diff options
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -102,8 +102,8 @@ #global gh_date 20250630 %global gh_owner php %global gh_project php-src -%global upver 8.5.4 -#global rcver RC1 +%global upver 8.5.5 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -117,7 +117,8 @@ Release: 1%{?dist} # ext/date/lib is MIT # Zend/zend_sort is NCSA # Zend/asm is Boost -License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0 +# lexbor is Apache-2.0 +License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND Apache-2.0 AND NCSA AND BSL-1.0 URL: http://www.php.net/ %if 0%{?gh_date} @@ -274,7 +275,7 @@ which adds support for the PHP language to system Apache HTTP Server. %package cli Summary: Command-line interface for PHP # sapi/cli/ps_title.c is PostgreSQL -License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND PostgreSQL +License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND Apache-2.0 AND NCSA AND BSL-1.0 AND PostgreSQL Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} Provides: %{?scl_prefix}php-cgi = %{version}-%{release}, %{?scl_prefix}php-cgi%{?_isa} = %{version}-%{release} Provides: %{?scl_prefix}php-pcntl, %{?scl_prefix}php-pcntl%{?_isa} @@ -374,6 +375,8 @@ Provides: %{?scl_prefix}php-ftp, %{?scl_prefix}php-ftp%{?_isa} Provides: %{?scl_prefix}php-gettext, %{?scl_prefix}php-gettext%{?_isa} Provides: %{?scl_prefix}php-hash, %{?scl_prefix}php-hash%{?_isa} Provides: %{?scl_prefix}php-lexbor, %{?scl_prefix}php-lexbor%{?_isa} +# See ext/lexbor/patches/README.md +Provides: bundled(lexbor) = 2.5.0 Provides: %{?scl_prefix}php-mhash = %{version}, %{?scl_prefix}php-mhash%{?_isa} = %{version} Provides: %{?scl_prefix}php-iconv, %{?scl_prefix}php-iconv%{?_isa} Obsoletes: %{?scl_prefix}php-json < 8.0.0 @@ -887,6 +890,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/lexbor/LICENSE lexbor_LICENSE # Multiple builds for multiple SAPIs # mod_php (apache2handler) and libphp (embed) can not be built from same tree @@ -1537,6 +1541,7 @@ fi %license LICENSE TSRM_LICENSE ZEND_LICENSE BOOST_LICENSE %license libmagic_LICENSE %license timelib_LICENSE +%license lexbor_LICENSE %doc php.ini-* %config(noreplace) %{_sysconfdir}/php.ini %config(noreplace) %{_sysconfdir}/php.d/10-opcache.ini @@ -1658,6 +1663,9 @@ fi %changelog +* Wed Mar 25 2026 Remi Collet <remi@remirepo.net> - 8.5.5~RC1-1 +- update to 8.5.5RC1 + * Wed Mar 11 2026 Remi Collet <remi@remirepo.net> - 8.5.4-1 - Update to 8.5.4 - http://www.php.net/releases/8_5_4.php |
