From a68276d281f54b48caa89f89a07d55b9e3946997 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 May 2019 15:01:14 +0200 Subject: refresh --- Makefile | 2 +- failed.txt | 19 +++++++++++++++++++ php.spec | 7 +++++-- 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 failed.txt diff --git a/Makefile b/Makefile index 5ed497c..9538721 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/php.spec b/php.spec index 6f1ccfb..730497a 100644 --- a/php.spec +++ b/php.spec @@ -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 - 7.4.0~DEV.20190521-1 +- new snapshot for sqlite3 fix + * Mon May 20 2019 Remi Collet - 7.4.0~DEV.20190520-1 - update to 7.4.0-dev - drop interbase extension and sub-package -- cgit