summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-18 09:57:36 +0200
committerRemi Collet <remi@remirepo.net>2021-09-18 09:57:36 +0200
commit773b62f0bc631684e3b2dab6b4c561f4260af6f4 (patch)
tree29122be4507edb34588b676bc817be1d198fc725 /php.spec
parent776b99447d29d346eca3a3c89cbe9127798d7c44 (diff)
update to 8.1.0RC2
use oracle client library version 21.3
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 8 insertions, 4 deletions
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 <remi@remirepo.net> - 8.1.0~rc2-1
+- update to 8.1.0RC2
+- use oracle client library version 21.3
+
* Wed Sep 1 2021 Remi Collet <remi@remirepo.net> - 8.1.0~rc1-2
- rebuild with new sources