summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt2
-rw-r--r--php85.spec18
2 files changed, 16 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index 27ac16f..a19e23c 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.5.6 (2026-05-07)
+===== 8.5.7RC1 (2026-05-21)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php85.spec b/php85.spec
index 800895c..4fc3221 100644
--- a/php85.spec
+++ b/php85.spec
@@ -66,7 +66,7 @@
%endif
%global liburiparser_minver 1.0.0
-%global liburiparser_bunver 1.0.1
+%global liburiparser_bunver 1.0.2
%if 0%{?fedora} >= 42
# use system liburiparser when available
%bcond_without liburiparser
@@ -90,8 +90,8 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.5.6
-#global rcver RC3
+%global upver 8.5.7
+%global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -1130,6 +1130,15 @@ if test "x${vlexbor}" != "x%{lexborver}"; then
exit 1
fi
+vurimaj=$(sed -n '/define URI_VER_MAJ/{s/.* //;s/\.$//;p}' ext/uri/uriparser/include/uriparser/UriBase.h)
+vurimin=$(sed -n '/define URI_VER_MIN/{s/.* //;s/\.$//;p}' ext/uri/uriparser/include/uriparser/UriBase.h)
+vurirel=$(sed -n '/define URI_VER_REL/{s/.* //;s/\.$//;p}' ext/uri/uriparser/include/uriparser/UriBase.h)
+if test "x${vurimaj}.${vurimin}.${vurirel}" != "x%{liburiparser_bunver}"; then
+ : Error: Upstream uriparser version is now ${vurimaj}.${vurimin}.${vurirel}, expecting %{liburiparser_bunver}.
+ : Update the liburiparser_bunver macro and rebuild.
+ exit 1
+fi
+
# https://bugs.php.net/63362 - Not needed but installed headers.
# Drop some Windows specific headers to avoid installation,
# before build to ensure they are really not needed.
@@ -1885,6 +1894,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%changelog
+* Wed May 20 2026 Remi Collet <remi@remirepo.net> - 8.5.7~RC1-1
+- update to 8.5.7RC1
+
* Wed May 6 2026 Remi Collet <remi@remirepo.net> - 8.5.6-1
- Update to 8.5.6 - http://www.php.net/releases/8_5_6.php