diff options
| -rw-r--r-- | failed.txt | 28 | ||||
| -rw-r--r-- | php.spec | 18 |
2 files changed, 26 insertions, 20 deletions
@@ -1,21 +1,23 @@ -===== 8.5.1 (2025-12-18) +===== 8.5.2RC1 (2026-01-01) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/scl83el8a/build.log:Tests failed : 0 -/var/lib/mock/scl83el8x/build.log:Tests failed : 0 -/var/lib/mock/scl83el9a/build.log:Tests failed : 0 -/var/lib/mock/scl83el9x/build.log:Tests failed : 0 -/var/lib/mock/scl83el10a/build.log:Tests failed : 0 -/var/lib/mock/scl83el10x/build.log:Tests failed : 0 -/var/lib/mock/scl83fc41a/build.log:Tests failed : 0 -/var/lib/mock/scl83fc41x/build.log:Tests failed : 0 -/var/lib/mock/scl83fc42a/build.log:Tests failed : 0 -/var/lib/mock/scl83fc42x/build.log:Tests failed : 0 -/var/lib/mock/scl83fc43a/build.log:Tests failed : 0 -/var/lib/mock/scl83fc43x/build.log:Tests failed : 0 +/var/lib/mock/scl83el8a/build.log:Tests failed : 1 +/var/lib/mock/scl83el8x/build.log:Tests failed : 1 +/var/lib/mock/scl83el9a/build.log:Tests failed : 1 +/var/lib/mock/scl83el9x/build.log:Tests failed : 1 +/var/lib/mock/scl83el10a/build.log:Tests failed : 1 +/var/lib/mock/scl83el10x/build.log:Tests failed : 1 +/var/lib/mock/scl83fc41a/build.log:Tests failed : 1 +/var/lib/mock/scl83fc41x/build.log:Tests failed : 1 +/var/lib/mock/scl83fc42a/build.log:Tests failed : 1 +/var/lib/mock/scl83fc42x/build.log:Tests failed : 1 +/var/lib/mock/scl83fc43a/build.log:Tests failed : 1 +/var/lib/mock/scl83fc43x/build.log:Tests failed : 1 +all: + 3 GH-20582 (Heap Buffer Overflow in iptcembed) [ext/standard/tests/image/gh20582.phpt] (1) proc_open give erratic test results :( @@ -87,8 +87,10 @@ %else %bcond_with openssl32 %endif + +%global liburiparser_ver 1.0.0 %if 0 -# liburiparser version 0.9.10 required +# yse system liburiparser when available %bcond_without liburiparser %else # use bundled library instead @@ -100,14 +102,13 @@ #global gh_date 20250630 %global gh_owner php %global gh_project php-src -%global upver 8.5.1 -#global rcver RC2 -#global lowrc RC2 +%global upver 8.5.2 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: %{upver}%{?lowrc:~%{lowrc}}%{?gh_date:.%{gh_date}} +Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -222,9 +223,9 @@ BuildRequires: %{?dtsprefix}systemtap-sdt-dtrace %endif %endif %if %{with liburiparser} -BuildRequires: pkgconfig(liburiparser) >= 0.9.10 +BuildRequires: pkgconfig(liburiparser) >= %{liburiparser_ver} %else -Provides: bundled(liburiparser) = 0.9.10 +Provides: bundled(liburiparser) = %{liburiparser_ver} %endif %if 0%{?gh_date} BuildRequires: bison @@ -1657,6 +1658,9 @@ fi %changelog +* Wed Dec 31 2025 Remi Collet <remi@remirepo.net> - 8.5.2~RC1-1 +- update to 8.5.2RC1 + * Wed Dec 17 2025 Remi Collet <remi@remirepo.net> - 8.5.1-1 - Update to 8.5.1 - http://www.php.net/releases/8_5_1.php |
