From 292bbf5baf39af5cc722ab3ac8aba048a53d84ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Oct 2017 13:52:41 +0200 Subject: update to 7.2.0RC4 oci8 version is now 2.1.8 --- php.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 8ed35d7..2753cdd 100644 --- a/php.spec +++ b/php.spec @@ -26,7 +26,7 @@ %global zendver 20170718 %global pdover 20170320 # Extension version -%global oci8ver 2.1.7 +%global oci8ver 2.1.8 # Adds -z now to the linker flags %global _hardened_build 1 @@ -62,7 +62,7 @@ # Regression tests take a long time, you can skip 'em with this %{!?runselftest: %global runselftest 1} -#global runselftest 0 +%global runselftest 0 # Use the arch-specific mysql_config binary to avoid mismatch with the # arch detection heuristic used by bindir/mysql_config. @@ -129,8 +129,8 @@ #global gh_date 20170828 %global gh_owner php %global gh_project php-src -%global rcver RC3 -%global rpmrel 27 +%global rcver RC4 +%global rpmrel 28 Summary: PHP scripting language for creating dynamic web sites @@ -1851,6 +1851,10 @@ fi %changelog +* Tue Oct 10 2017 Remi Collet - 7.2.0-0.28.RC4 +- update to 7.2.0RC4 +- oci8 version is now 2.1.8 + * Thu Sep 28 2017 Remi Collet - 7.2.0-0.27.RC3 - dont obsolete php72-php-pecl-libsodium -- cgit