From d06dd9337d67178f3b7e81198cd3156c9affe913 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Aug 2025 06:31:55 +0200 Subject: update to 8.5.0beta1 --- php.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index c40617e..7349ac4 100644 --- a/php.spec +++ b/php.spec @@ -94,8 +94,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.5.0 -%global rcver alpha4 -%global lowrc alpha4 +%global rcver beta1 +%global lowrc beta1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -902,6 +902,9 @@ rm ext/openssl/tests/ecc_custom_params.phpt # Failing when build with PHP installed rm ext/opcache/tests/zzz_basic_logging.phpt +# TEMP +sed -e 's/-dev/beta1/' -i main/php_version.h + # Safety check for API version change. pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h) if test "x${pver}" != "x%{upver}%{?rcver}%{!?rcver:%{?gh_date:-dev}}"; then @@ -1638,6 +1641,9 @@ fi %changelog +* Wed Aug 13 2025 Remi Collet - 8.5.0~beta1-1 +- update to 8.5.0beta1 + * Thu Jul 31 2025 Remi Collet - 8.5.0~alpha4-1 - update to 8.5.0alpha4 - drop patch merged upstream -- cgit