diff options
-rw-r--r-- | failed.txt | 10 | ||||
-rw-r--r-- | php.spec | 13 |
2 files changed, 12 insertions, 11 deletions
@@ -1,15 +1,13 @@ -===== 7.4.0-dev 20190605 +===== 7.4.0alpha1 (2019-06-13) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log -/var/lib/mock/scl74el7x/build.log:Tests failed : 1 +/var/lib/mock/scl74el7x/build.log:Tests failed : 0 /var/lib/mock/scl74el8x/build.log:Tests failed : 16 -/var/lib/mock/scl74fc29x/build.log:Tests failed : 1 -/var/lib/mock/scl74fc30x/build.log:Tests failed : 1 +/var/lib/mock/scl74fc29x/build.log:Tests failed : 0 +/var/lib/mock/scl74fc30x/build.log:Tests failed : 0 -el7x, el8x, fc29x, fc30x - Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt] (1) proc_open give erratic test results :( @@ -98,17 +98,17 @@ %global gh_commit eac238fb6cb6f38c2f3ba1d0fa129ea8d42fec38 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20190612 +#global gh_date 20190612 %global gh_owner php %global gh_project php-src %global upver 7.4.0 -#global rcver dev -%global lower DEV +%global rcver alpha1 +%global lower alpha1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 7%{?dist} +Release: 8%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1797,7 +1797,10 @@ fi %changelog -* Wed Jun 5 2019 Remi Collet <remi@remirepo.net> - 7.4.0~DEV.20190612-7 +* Wed Jun 12 2019 Remi Collet <remi@remirepo.net> - 7.4.0~alpha1-8 +- update to 7.4.0alpha1 + +* Wed Jun 12 2019 Remi Collet <remi@remirepo.net> - 7.4.0~DEV.20190612-7 - new snapshot - use pkgconfig dependencies for libxslt, libexslt, libsasl2, libargon2 |