diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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 |