summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-11 08:08:44 +0200
committerRemi Collet <remi@php.net>2022-05-11 08:08:44 +0200
commit1a5489ea62111d8b8226bc281bad5443472f5e07 (patch)
treecae0ad96d4e3b30ae558910ce982b15785758e9d
parent54545a3e15ae9486cf3abcc7178aff57187a4c71 (diff)
Update to 8.1.6 - http://www.php.net/releases/8_1_6.phpv8.1.6
use oracle client library version 21.6
-rw-r--r--failed.txt2
-rw-r--r--php.spec10
2 files changed, 8 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index f864f48..f722803 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.1.6RC1 (2022-04-28)
+===== 8.1.6 (2022-05-12)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php.spec b/php.spec
index d716d9b..d434f0b 100644
--- a/php.spec
+++ b/php.spec
@@ -49,7 +49,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
@@ -123,8 +123,8 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.1.6
-%global rcver RC1
-%global lower RC1
+#global rcver RC1
+#global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1840,6 +1840,10 @@ fi
%changelog
+* Wed May 11 2022 Remi Collet <remi@remirepo.net> - 8.1.6-1
+- Update to 8.1.6 - http://www.php.net/releases/8_1_6.php
+- use oracle client library version 21.6
+
* Wed Apr 27 2022 Remi Collet <remi@remirepo.net> - 8.1.6~RC1-1
- update to 8.1.6RC1