diff options
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 12 |
2 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 7.1.0RC3 (2017-09-28) +===== 7.1.0RC4 (2017-10-12) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72el6x/build.log:Tests failed : 0 @@ -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 <remi@remirepo.net> - 7.2.0-0.28.RC4 +- update to 7.2.0RC4 +- oci8 version is now 2.1.8 + * Thu Sep 28 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.27.RC3 - dont obsolete php72-php-pecl-libsodium |