From 15713497314c11adb8efb542d20163a23b261923 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Nov 2025 07:54:05 +0100 Subject: update to 8.5.0RC5 --- php85.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php85.spec') diff --git a/php85.spec b/php85.spec index 48ea162..3807d10 100644 --- a/php85.spec +++ b/php85.spec @@ -88,7 +88,7 @@ %bcond_with zip %global upver 8.5.0 -%global rcver RC4 +%global rcver RC5 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -408,6 +408,7 @@ Provides: php-pecl(Fileinfo) = %{fileinfover}, php-pecl(Fileinfo)%{?_isa} = %{f Obsoletes: php-mhash < 5.3.0 %if 0%{?rhel} >= 10 && "%{?vendeur}" == "remi" Obsoletes: php8.4-common <= %{version} +Obsoletes: php8.4-opcache <= %{version} Obsoletes: php8.5-common <= %{version} Provides: php8.5-common = %{version}-%{release} Provides: php8.5-common%{?_isa} = %{version}-%{release} @@ -1868,6 +1869,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Nov 12 2025 Remi Collet - 8.5.0~RC5-1 +- update to 8.5.0RC5 + * Wed Nov 5 2025 Remi Collet - 8.5.0~RC4-1 - update to 8.5.0RC4 -- cgit