diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-21 16:58:44 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-21 16:58:44 +0200 |
commit | e70649d4b4cfd0bfe7a1c3db305ef132c9420429 (patch) | |
tree | 834238fffe547b119b9eb15948c602f855c47b16 | |
parent | a68276d281f54b48caa89f89a07d55b9e3946997 (diff) |
new snapshot for enchant and sodium fix
-rw-r--r-- | failed.txt | 8 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 10 insertions, 5 deletions
@@ -2,14 +2,16 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log +/var/lib/mock/scl74el7x/build.log:Tests failed : 1 +/var/lib/mock/scl74el8x/build.log:Tests failed : 16 /var/lib/mock/scl74fc29x/build.log:Tests failed : 2 /var/lib/mock/scl74fc30x/build.log:Tests failed : 2 -fc29x - TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] +el7x, fc29x, fc30x Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt] - +fc29x, fc30x + TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] (1) proc_open give erratic test results :( @@ -124,7 +124,7 @@ %global db_devel libdb-devel %endif -%global gh_commit 24206783c3cf2e41e0895ab04e8f59b8092f476a +%global gh_commit 9ef03a94ba68be0f8bae36f46c4763ba3c88a02a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_date 20190521 %global gh_owner php @@ -136,7 +136,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1892,6 +1892,9 @@ fi %changelog +* Tue May 21 2019 Remi Collet <remi@remirepo.net> - 7.4.0~DEV.20190521-2 +- new snapshot for enchant and sodium fix + * Tue May 21 2019 Remi Collet <remi@remirepo.net> - 7.4.0~DEV.20190521-1 - new snapshot for sqlite3 fix |