summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-01-03 18:46:26 +0100
committerRemi Collet <remi@php.net>2023-01-03 18:46:26 +0100
commit7ef988e3f02ed363e158db04bde4c57401a6bf17 (patch)
treeeeefd503ae2ff3af15ec50eec6b1b478a64f8299
parentbca335f99c721c91cadb0871f9535d0d897b0ef8 (diff)
Update to 8.0.27 - http://www.php.net/releases/8_0_27.phpv8.0.27
use oracle client library version 21.8
-rw-r--r--failed.txt2
-rw-r--r--php80.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index c4f2415..c118cea 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.0.26 (2022-11-24)
+===== 8.0.27 (2023-01-05)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php80.spec b/php80.spec
index c797c96..604cbc3 100644
--- a/php80.spec
+++ b/php80.spec
@@ -24,7 +24,7 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%global oraclever 21.7
+%global oraclever 21.8
%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests
@@ -100,8 +100,7 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.0.26
-#global rcver RC1
+%global upver 8.0.27
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2181,6 +2180,10 @@ fi
%changelog
+* Tue Jan 3 2023 Remi Collet <remi@remirepo.net> - 8.0.27-1
+- Update to 8.0.27 - http://www.php.net/releases/8_0_27.php
+- use oracle client library version 21.8
+
* Wed Nov 23 2022 Remi Collet <remi@remirepo.net> - 8.0.26-1
- Update to 8.0.26 - http://www.php.net/releases/8_0_26.php