diff options
| -rw-r--r-- | failed.txt | 28 | ||||
| -rw-r--r-- | php.spec | 12 |
2 files changed, 22 insertions, 18 deletions
@@ -1,23 +1,21 @@ -===== 8.5.2RC1 (2026-01-01) +===== 8.5.2 (2026-01-15) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/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 +/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 -all: - 3 GH-20582 (Heap Buffer Overflow in iptcembed) [ext/standard/tests/image/gh20582.phpt] (1) proc_open give erratic test results :( @@ -89,8 +89,8 @@ %endif %global liburiparser_ver 1.0.0 -%if 0 -# yse system liburiparser when available +%if 0%{?fedora} >= 42 +# use system liburiparser when available %bcond_without liburiparser %else # use bundled library instead @@ -103,7 +103,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.5.2 -%global rcver RC1 +#global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1658,6 +1658,12 @@ fi %changelog +* Wed Jan 14 2026 Remi Collet <remi@remirepo.net> - 8.5.2-1 +- Update to 8.5.2 - http://www.php.net/releases/8_5_2.php + +* Mon Jan 5 2026 Remi Collet <remi@remirepo.net> - 8.5.2~RC1-2 +- Fedora: use system liburiparser + * Wed Dec 31 2025 Remi Collet <remi@remirepo.net> - 8.5.2~RC1-1 - update to 8.5.2RC1 |
