diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-20 09:08:01 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-20 09:08:01 +0100 |
commit | dc56f0f43181c10def579818a409ed23d54c5c6b (patch) | |
tree | 28feb328303efc30d50646060c8cfc01fd699a57 /php.spec | |
parent | e444aad3f23845f09d429bdd40123592eb376cb6 (diff) |
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -55,7 +55,7 @@ %global oraclelib 19.1 %global oracledir 19.24 %else -%global oraclever 23.5 +%global oraclever 23.6 %global oraclemax 24 %global oraclelib 23.1 %global oracledir 23 @@ -77,7 +77,11 @@ %bcond_with zip # Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock. %bcond_without imap +%if 0%{?rhel} == 10 +%bcond_with firebird +%else %bcond_without firebird +%endif %bcond_without freetds %bcond_without tidy %bcond_without sqlite3 @@ -131,7 +135,7 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%global upver 8.1.30 +%global upver 8.1.31 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -177,8 +181,6 @@ Patch1: php-7.4.0-httpd.patch Patch5: php-7.2.0-includedir.patch Patch6: php-8.0.0-embed.patch Patch8: php-8.1.0-libdb.patch -# For libxml 2.12 from 8.1 -Patch9: php-8.1.27-libxml212.patch # RHEL backports Patch10: php-7.0.7-curl.patch @@ -970,7 +972,6 @@ in pure PHP. %patch -P5 -p1 -b .includedir %patch -P6 -p1 -b .embed %patch -P8 -p1 -b .libdb -%patch -P9 -p1 -b .libxml212 %if 0%{?rhel} == 7 %patch -P10 -p1 -b .curltls %endif @@ -1871,6 +1872,9 @@ fi %changelog +* Wed Nov 20 2024 Remi Collet <remi@remirepo.net> - 8.1.31-1 +- Update to 8.1.31 - http://www.php.net/releases/8_1_31.php + * Fri Sep 27 2024 Remi Collet <remi@remirepo.net> - 8.1.30-1 - Update to 8.1.30 - http://www.php.net/releases/8_1_30.php - use ICU 74.2 |