diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | failed.txt | 19 | ||||
-rw-r--r-- | php.spec | 7 |
3 files changed, 25 insertions, 3 deletions
@@ -3,4 +3,4 @@ NAME := $(shell basename $(SRCDIR)) include ../../common/Makefile srpm: - rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php73' -bs $(NAME).spec + rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define 'scl php74' -bs $(NAME).spec diff --git a/failed.txt b/failed.txt new file mode 100644 index 0000000..25760cd --- /dev/null +++ b/failed.txt @@ -0,0 +1,19 @@ +===== 7.4.0-dev 20190520 + +$ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log + +/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] + Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt] + + + +(1) proc_open give erratic test results :( +(2) test issue (fixed upstream) +(3) known issue +(4) related to tzdata +(5) need investigation @@ -124,9 +124,9 @@ %global db_devel libdb-devel %endif -%global gh_commit 5f1d76a2c410fb5ea0c40fe570402bbef30b87d6 +%global gh_commit 24206783c3cf2e41e0895ab04e8f59b8092f476a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20190520 +%global gh_date 20190521 %global gh_owner php %global gh_project php-src %global upver 7.4.0 @@ -1892,6 +1892,9 @@ fi %changelog +* Tue May 21 2019 Remi Collet <remi@remirepo.net> - 7.4.0~DEV.20190521-1 +- new snapshot for sqlite3 fix + * Mon May 20 2019 Remi Collet <remi@remirepo.net> - 7.4.0~DEV.20190520-1 - update to 7.4.0-dev - drop interbase extension and sub-package |