diff options
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -87,8 +87,8 @@ %else %bcond_with openssl32 %endif -%if 0%{?fedora} >= 44 -# liburiparser version 0.9.9 required +%if 0 +# liburiparser version 0.9.10 required %bcond_without liburiparser %else # use bundled library instead @@ -101,8 +101,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.5.0 -%global rcver RC2 -%global lowrc rc2 +%global rcver RC3 +%global lowrc rc3 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -143,7 +143,7 @@ Source53: 20-ffi.ini # Build fixes Patch1: php-8.4.0-httpd.patch -Patch5: php-8.4.0-includedir.patch +Patch5: php-8.5.0-includedir.patch Patch6: php-8.5.0-embed.patch Patch8: php-8.4.0-libdb.patch @@ -222,9 +222,9 @@ BuildRequires: %{?dtsprefix}systemtap-sdt-dtrace %endif %endif %if %{with liburiparser} -BuildRequires: pkgconfig(liburiparser) >= 0.9.9 +BuildRequires: pkgconfig(liburiparser) >= 0.9.10 %else -Provides: bundled(liburiparser) = 0.9.9 +Provides: bundled(liburiparser) = 0.9.10 %endif %if 0%{?gh_date} BuildRequires: bison @@ -1657,7 +1657,10 @@ fi %changelog -* Tue Oct 7 2025 Remi Collet <remi@remirepo.net> - 8.5.0~r21-1 +* Wed Oct 22 2025 Remi Collet <remi@remirepo.net> - 8.5.0~rc3-1 +- update to 8.5.0RC3 + +* Tue Oct 7 2025 Remi Collet <remi@remirepo.net> - 8.5.0~rc2-1 - update to 8.5.0RC2 * Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 8.5.0~rc1-1 |
