summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-08-13 06:31:55 +0200
committerRemi Collet <remi@php.net>2025-08-13 06:31:55 +0200
commitd06dd9337d67178f3b7e81198cd3156c9affe913 (patch)
treea8143b2e78e3294e3894e3fb2ed88a3fe78e5d0c /php.spec
parent609abe4b140b564dd79b3edfd63c7ae73632ff68 (diff)
update to 8.5.0beta1
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec10
1 files changed, 8 insertions, 2 deletions
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 <remi@remirepo.net> - 8.5.0~beta1-1
+- update to 8.5.0beta1
+
* Thu Jul 31 2025 Remi Collet <remi@remirepo.net> - 8.5.0~alpha4-1
- update to 8.5.0alpha4
- drop patch merged upstream