summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-02 08:06:23 +0100
committerRemi Collet <remi@php.net>2021-12-02 08:06:23 +0100
commit12373760018fddcac551568cd4a96cf5b9510884 (patch)
treea4a0ae308def34ed2518fea7209e854df6fd1255 /php.spec
parent5089dde08a7e79fd72c2f8a4c97caa67ef74673e (diff)
update to 8.0.14RC1
use oracle client library version 21.4
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php.spec b/php.spec
index a47bfb9..e0cc953 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.3
+%global oraclever 21.4
%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests
@@ -93,8 +93,7 @@
%bcond_with qdbm
%endif
-# TODO change when 8.5 released (libxcrypt 4.1.1-6)
-%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
+%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8
# switch to bundled library using --without libxcrypt
%bcond_without libxcrypt
%else
@@ -119,8 +118,8 @@
#global gh_date 20200615
%global gh_owner php
%global gh_project php-src
-%global upver 8.0.13
-#global rcver RC1
+%global upver 8.0.14
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1858,6 +1857,10 @@ fi
%changelog
+* Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 8.0.14~RC1-1
+- update to 8.0.14RC1
+- use oracle client library version 21.4
+
* Wed Nov 17 2021 Remi Collet <remi@remirepo.net> - 8.0.13-1
- Update to 8.0.13 - http://www.php.net/releases/8_0_13.php