From 2e5230819fb65319a5744dcf372aee3deb2a31b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Aug 2024 17:17:22 +0200 Subject: Update to 8.4.0beta1 --- php.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index ac54500..a348542 100644 --- a/php.spec +++ b/php.spec @@ -82,7 +82,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.4.0 -%global rcver alpha4 +%global rcver beta1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -141,7 +141,7 @@ Patch45: php-8.4.0-ldap_r.patch Patch46: php-8.0.7-argon2.patch # drop "Configure command" from phpinfo output # and only use gcc (instead of full version) -Patch47: php-8.1.0-phpinfo.patch +Patch47: php-8.4.0-phpinfo.patch # Always warn about missing curve_name # Both Fedora and RHEL do not support arbitrary EC parameters Patch48: php-8.3.0-openssl-ec-param.patch @@ -1076,7 +1076,7 @@ build --libdir=%{_libdir}/php \ --enable-opcache \ --enable-opcache-file \ --with-capstone \ - --enable-phpdbg \ + --enable-phpdbg --enable-phpdbg-readline \ --enable-mbstring=shared \ --enable-mbregex \ --enable-gd=shared \ @@ -1636,6 +1636,9 @@ fi %changelog +* Tue Aug 13 2024 Remi Collet - 8.4.0~beta1-1 +- Update to 8.4.0beta1 + * Thu Aug 1 2024 Remi Collet - 8.4.0~alpha4-1 - Update to 8.4.0alpha4 -- cgit