diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-18 20:34:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-18 20:34:23 +0200 |
commit | ae0cacd7e2e9e3caef1be735da3cfccc6d001b2b (patch) | |
tree | 4aede0a752d657e3f31d2ebf7580a41e3e379434 | |
parent | ec4b3c8b2dc8b361de312066a2227720be1b5e8f (diff) |
v7.0.22RC1
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php70.spec | 10 |
2 files changed, 9 insertions, 7 deletions
@@ -1,11 +1,11 @@ -===== 7.0.21 (2017-07-06) +===== 7.0.22RC1 (2017-07-20) $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el6i/build.log:Tests failed : 0 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/fc23i/build.log:Tests failed : 1 +/var/lib/mock/fc23i/build.log:Tests failed : 0 /var/lib/mock/fc23x/build.log:Tests failed : 0 /var/lib/mock/fc24i/build.log:Tests failed : 0 /var/lib/mock/fc24x/build.log:Tests failed : 0 @@ -13,8 +13,6 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc25x/build.log:Tests failed : 0 -fc23i - (1) Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] (1) proc_open give erratic test results :( @@ -14,7 +14,7 @@ %global pdover 20150127 # Extension version %global fileinfover 1.0.5 -%global oci8ver 2.1.5 +%global oci8ver 2.1.6 %global zipver 1.13.0 %global jsonver 1.4.0 @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.0.21 -#global rcver RC1 +%global upver 7.0.22 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2043,6 +2043,10 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet <remi@fedoraproject.org> - 7.0.22~RC1-1 +- Update to 7.0.22RC1 +- oci8 version is now 2.1.6 + * Tue Jul 4 2017 Remi Collet <remi@fedoraproject.org> - 7.0.21-1 - Update to 7.0.21 - http://www.php.net/releases/7_0_21.php |