From af6060bbd12ece931856739ed85779d298f3c94d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Sep 2018 14:36:47 +0200 Subject: update to 7.3.0RC2 use oracle client library version 18.3 --- php73.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 4ecf3ce..c5f4a9c 100644 --- a/php73.spec +++ b/php73.spec @@ -28,7 +28,7 @@ %ifarch ppc ppc64 %global oraclever 10.2.0.2 %else -%global oraclever 12.2 +%global oraclever 18.3 %endif # Build for LiteSpeed Web Server (LSAPI) @@ -112,8 +112,8 @@ %endif %global upver 7.3.0 -%global rcver RC1 -%global lower rc1 +%global rcver RC2 +%global lower rc2 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -204,7 +204,7 @@ BuildRequires: zlib-devel, smtpdaemon, libedit-devel %if %{with_libpcre} BuildRequires: pcre2-devel >= 10.30 %else -Provides: bundled(pcre2) = 10.31 +Provides: bundled(pcre2) = 10.32 %endif BuildRequires: bzip2 BuildRequires: perl @@ -2171,6 +2171,10 @@ fi %changelog +* Tue Sep 25 2018 Remi Collet - 7.3.0~rc2-1 +- update to 7.3.0RC2 +- use oracle client library version 18.3 + * Tue Sep 11 2018 Remi Collet - 7.3.0~rc1-1 - update to 7.3.0RC1 - with oniguruma 6.9.0 -- cgit