summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-30 16:50:19 +0200
committerRemi Collet <remi@php.net>2024-07-30 16:50:19 +0200
commitbd9f6fc5a02693587092efd822aef92c135e66d2 (patch)
tree3081296597d3cb472ad54b4dc7340ee6dc0d6d56
parent34deecded3d4b024d7d47f80a382dc188eb9bb3e (diff)
Update to 8.3.10 - http://www.php.net/releases/8_3_10.phpv8.3.10
use oracle client library version 23.5 on x86_64
-rw-r--r--failed.txt2
-rw-r--r--php.spec11
2 files changed, 10 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index a98f6aa..b0cdc86 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.3.10RC1 (2024-07-18)
+===== 8.3.10 (2024-08-01)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php.spec b/php.spec
index c171e8a..f62281d 100644
--- a/php.spec
+++ b/php.spec
@@ -55,7 +55,7 @@
%global oraclelib 19.1
%global oracledir 19.23
%else
-%global oraclever 23.4
+%global oraclever 23.5
%global oraclemax 24
%global oraclelib 23.1
%global oracledir 23
@@ -132,7 +132,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.3.10
-%global rcver RC1
+#global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -250,6 +250,9 @@ BuildRequires: libtool
BuildRequires: libtool-ltdl-devel
%if %{with dtrace}
BuildRequires: %{?dtsprefix}systemtap-sdt-devel
+%if 0%{?fedora} >= 41
+BuildRequires: %{?dtsprefix}systemtap-sdt-dtrace
+%endif
%endif
%if 0%{?gh_date}
BuildRequires: bison
@@ -1876,6 +1879,10 @@ fi
%changelog
+* Tue Jul 30 2024 Remi Collet <remi@remirepo.net> - 8.3.10-1
+- Update to 8.3.10 - http://www.php.net/releases/8_3_10.php
+- use oracle client library version 23.5 on x86_64
+
* Tue Jul 16 2024 Remi Collet <remi@remirepo.net> - 8.3.10~RC1-1
- update to 8.3.10RC1
- use oracle client library version 23.4 on x86_64, 19.23 on aarch64