From 78a140f9bff566ce303c890bf2cad0d6654b2cb1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Apr 2026 08:14:50 +0200 Subject: update to 8.5.6RC2 --- php.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index a60a2ea..726559c 100644 --- a/php.spec +++ b/php.spec @@ -88,7 +88,8 @@ %bcond_with openssl32 %endif -%global liburiparser_ver 1.0.0 +%global liburiparser_minver 1.0.0 +%global liburiparser_bunver 1.0.1 %if 0%{?fedora} >= 42 # use system liburiparser when available %bcond_without liburiparser @@ -103,7 +104,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.5.6 -%global rcver RC1 +%global rcver RC2 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -224,9 +225,9 @@ BuildRequires: %{?dtsprefix}systemtap-sdt-dtrace %endif %endif %if %{with liburiparser} -BuildRequires: pkgconfig(liburiparser) >= %{liburiparser_ver} +BuildRequires: pkgconfig(liburiparser) >= %{liburiparser_minver} %else -Provides: bundled(liburiparser) = %{liburiparser_ver} +Provides: bundled(liburiparser) = %{liburiparser_bunver} %endif %if 0%{?gh_date} BuildRequires: bison @@ -1671,6 +1672,9 @@ fi %changelog +* Wed Apr 29 2026 Remi Collet - 8.5.6~RC2-1 +- update to 8.5.6RC2 + * Wed Apr 22 2026 Remi Collet - 8.5.6~RC1-1 - update to 8.5.6RC1 -- cgit