summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php74.spec b/php74.spec
index d21f745..85f2135 100644
--- a/php74.spec
+++ b/php74.spec
@@ -29,7 +29,7 @@
%global oraclelib 19.1
%global oracledir 19.19
%else
-%global oraclever 21.12
+%global oraclever 21.13
%global oraclelib 21.1
%global oracledir 21
%endif
@@ -109,7 +109,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 10%{?dist}
+Release: 11%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -152,6 +152,7 @@ Patch6: php-7.4.0-embed.patch
Patch7: php-7.4.33-libxml212.patch
Patch8: php-7.2.0-libdb.patch
Patch9: php-7.0.7-curl.patch
+Patch10: php-7.4.33-gcc14.patch
# Functional changes
Patch42: php-7.3.3-systzdata-v19.patch
@@ -1170,6 +1171,7 @@ in pure PHP.
%if 0%{?rhel} == 7
%patch -P9 -p1 -b .curltls
%endif
+%patch -P10 -p1 -b .gcc14
%patch -P42 -p1 -b .systzdata
%patch -P43 -p1 -b .headers
@@ -2212,6 +2214,10 @@ EOF
%changelog
+* Wed Feb 14 2024 Remi Collet <remi@remirepo.net> - 7.4.33-11
+- add build patch for GCC 14
+- use oracle client library version 21.13 on x86_64
+
* Tue Dec 12 2023 Remi Collet <remi@remirepo.net> - 7.4.33-10
- use ICU 73.2
- use oracle client library version 21.12 on x86_64, 19.19 on aarch64