summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-11-19 17:09:54 +0100
committerRemi Collet <remi@php.net>2024-11-19 17:09:54 +0100
commitc175acde786fd46957c74d93f7ab530224636379 (patch)
tree7dbd5db83dc5545f7962666f00e1a699c357252f /php.spec
parent54ecaca7fd77687e65afe44ce5761ad8923bcd8e (diff)
Update to 8.3.14 - http://www.php.net/releases/8_3_14.phpHEADv8.3.14master
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 8494435..8106054 100644
--- a/php.spec
+++ b/php.spec
@@ -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
@@ -134,7 +138,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.3.14
-%global rcver RC1
+#global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -1895,6 +1899,9 @@ fi
%changelog
+* Tue Nov 19 2024 Remi Collet <remi@remirepo.net> - 8.3.14-1
+- Update to 8.3.14 - http://www.php.net/releases/8_3_14.php
+
* Wed Nov 6 2024 Remi Collet <remi@remirepo.net> - 8.3.14~RC1-1
- update to 8.3.14RC1