diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-20 09:16:26 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-20 09:16:26 +0200 |
| commit | 8d19db5179eef12438f4e25960b1461cde47fc72 (patch) | |
| tree | 09268cc474726289ba6c9fd13cda34ba42cbfae2 /php.spec | |
| parent | eb1fb830bc36fa478a61ffeb58445dd164054244 (diff) | |
update to 8.5.7RC1
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -89,7 +89,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 @@ -103,8 +103,8 @@ #global gh_date 20250630 %global gh_owner php %global gh_project php-src -%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 @@ -962,6 +962,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. @@ -1672,6 +1681,9 @@ fi %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 |
