summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-11 07:50:08 +0200
committerRemi Collet <remi@php.net>2024-09-11 07:50:08 +0200
commit20e4874876c06b6ff71516e357ec6d22cd43c9ab (patch)
treee0a13d42bccb6a4c96632867d0a38a30d4b3dce0 /php.spec
parent3febc051c66521f68117c3210ff245de85b3b191 (diff)
Update to 8.4.0beta5
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php.spec b/php.spec
index fe3143d..a5855e5 100644
--- a/php.spec
+++ b/php.spec
@@ -84,13 +84,13 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.4.0
-%global rcver beta4
+%global rcver beta5
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -125,9 +125,9 @@ Source53: 20-ffi.ini
# Build fixes
Patch1: php-8.4.0-httpd.patch
-Patch5: php-7.2.0-includedir.patch
+Patch5: php-8.4.0-includedir.patch
Patch6: php-8.4.0-embed.patch
-Patch8: php-8.1.0-libdb.patch
+Patch8: php-8.4.0-libdb.patch
# Functional changes
# Use system nikic/php-parser
@@ -1047,6 +1047,9 @@ ln -sf ../configure
--with-exec-dir=%{_bindir} \
--without-gdbm \
--with-openssl \
+%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
+ --with-openssl-argon2 \
+%endif
--with-system-ciphers \
%if %{with libpcre}
--with-external-pcre \
@@ -1649,6 +1652,9 @@ fi
%changelog
+* Wed Sep 11 2024 Remi Collet <remi@remirepo.net> - 8.4.0~beta5-1
+- Update to 8.4.0beta5
+
* Fri Aug 30 2024 Remi Collet <remi@remirepo.net> - 8.4.0~beta4-2
- use ICU 74.2