summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-10 11:54:03 +0200
committerRemi Collet <remi@php.net>2022-05-10 11:54:03 +0200
commit34e72f5d46a4f4c24373dba7ea3b6ba353d94031 (patch)
tree35baf7571a375c5a7c321cf5325c84ceaa724d55
parent47ae5cd8089ae278e3d8ac6c971fe7d9fee0c1c6 (diff)
Update to 8.0.19 - http://www.php.net/releases/8_0_19.phpv8.0.19
use oracle client library version 21.6
-rw-r--r--failed.txt2
-rw-r--r--php80.spec8
2 files changed, 7 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index 2138793..8d66fa1 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.0.19RC1 (2022-04-28)
+===== 8.0.19 (2022-05-12)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php80.spec b/php80.spec
index cef8cbe..e92da96 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.5
+%global oraclever 21.6
%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests
@@ -101,7 +101,7 @@
%bcond_with zip
%global upver 8.0.19
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2180,6 +2180,10 @@ fi
%changelog
+* Tue May 10 2022 Remi Collet <remi@remirepo.net> - 8.0.19-1
+- Update to 8.0.19 - http://www.php.net/releases/8_0_19.php
+- use oracle client library version 21.6
+
* Tue Apr 26 2022 Remi Collet <remi@remirepo.net> - 8.0.19~RC1-1
- update to 8.0.19RC1