From cfef34a8bc7a7be3359489efad85a00d65aa21bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Sep 2025 12:27:49 +0200 Subject: update to 8.5.0beta3 --- php.spec | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 2cc3d09..e4bc819 100644 --- a/php.spec +++ b/php.spec @@ -87,6 +87,13 @@ %else %bcond_with openssl32 %endif +%if 0%{?fedora} >= 44 +# liburiparser version 0.9.9 required +%bcond_without liburiparser +%else +# use bundled library instead +%bcond_with liburiparser +%endif %global gh_commit c9249e2d3aa401bda5d9a3071e86e0594807ed00 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -94,8 +101,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.5.0 -%global rcver beta2 -%global lowrc beta2 +%global rcver beta3 +%global lowrc beta3 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -214,6 +221,11 @@ BuildRequires: %{?dtsprefix}systemtap-sdt-devel BuildRequires: %{?dtsprefix}systemtap-sdt-dtrace %endif %endif +%if %{with liburiparser} +BuildRequires: pkgconfig(liburiparser) >= 0.9.9 +%else +Provides: bundled(liburiparser) = 0.9.9 +%endif %if 0%{?gh_date} BuildRequires: bison BuildRequires: re2c >= 1.0.3 @@ -1061,6 +1073,9 @@ ln -sf ../configure %endif %if %{with libxcrypt} --with-external-libcrypt \ +%endif +%if %{with liburiparser} + --with-external-uriparser \ %endif --with-zlib \ --with-layout=GNU \ @@ -1642,6 +1657,9 @@ fi %changelog +* Tue Sep 9 2025 Remi Collet - 8.5.0~beta3-1 +- update to 8.5.0beta3 + * Wed Aug 27 2025 Remi Collet - 8.5.0~beta2-1 - update to 8.5.0beta2 -- cgit