From 773b62f0bc631684e3b2dab6b4c561f4260af6f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Sep 2021 09:57:36 +0200 Subject: update to 8.1.0RC2 use oracle client library version 21.3 --- php.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 037e532..cfc8d98 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.1 +%global oraclever 21.3 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -107,13 +107,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.0 -%global rcver RC1 -%global lower rc1 +%global rcver RC2 +%global lower rc2 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1817,6 +1817,10 @@ fi %changelog +* Sat Sep 18 2021 Remi Collet - 8.1.0~rc2-1 +- update to 8.1.0RC2 +- use oracle client library version 21.3 + * Wed Sep 1 2021 Remi Collet - 8.1.0~rc1-2 - rebuild with new sources -- cgit