From 7ba051cebd356421764f810c068e19bbc20adea8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Nov 2018 12:45:04 +0100 Subject: 7.3.0RC5 --- 3652.patch | 23 ----------------------- failed.txt | 6 ++---- php.spec | 11 ++++++----- 3 files changed, 8 insertions(+), 32 deletions(-) delete mode 100644 3652.patch diff --git a/3652.patch b/3652.patch deleted file mode 100644 index f34db99..0000000 --- a/3652.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 38b2641fd5e3893c7b152d7e218831a5e2fe6070 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Mon, 5 Nov 2018 15:58:42 +0100 -Subject: [PATCH] fix C++ compilation using zend_string_equals - ---- - Zend/zend_string.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/Zend/zend_string.h b/Zend/zend_string.h -index 58975987eb02..4b375c5beceb 100644 ---- a/Zend/zend_string.h -+++ b/Zend/zend_string.h -@@ -295,7 +295,9 @@ static zend_always_inline void zend_string_release_ex(zend_string *s, int persis - } - - #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) -+BEGIN_EXTERN_C() - ZEND_API zend_bool ZEND_FASTCALL zend_string_equal_val(zend_string *s1, zend_string *s2); -+END_EXTERN_C() - #else - static zend_always_inline zend_bool zend_string_equal_val(zend_string *s1, zend_string *s2) - { diff --git a/failed.txt b/failed.txt index c4d8baf..5d1e40b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,14 @@ -===== 7.3.0RC4 (2018-10-25) +===== 7.3.0RC5 (2018-11-06) $ grep -r 'Tests failed' /var/lib/mock/scl73*/build.log /var/lib/mock/scl72el6x/build.log:Tests failed : 0 -/var/lib/mock/scl72el7x/build.log:Tests failed : 1 +/var/lib/mock/scl72el7x/build.log:Tests failed : 0 /var/lib/mock/scl72fc27x/build.log:Tests failed : 0 /var/lib/mock/scl72fc28x/build.log:Tests failed : 0 /var/lib/mock/scl73fc29x/build.log:Tests failed : 0 -el7x: - file upload greater than 2G [sapi/cli/tests/upload_2G.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 4c2a48f..c20d346 100644 --- a/php.spec +++ b/php.spec @@ -125,13 +125,13 @@ %endif %global upver 7.3.0 -%global rcver RC4 -%global lower rc4 +%global rcver RC5 +%global lower rc5 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{lower}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -184,7 +184,6 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: https://patch-diff.githubusercontent.com/raw/php/php-src/pull/3652.patch # Security fixes (200+) @@ -925,7 +924,6 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .pr3652 # security patches @@ -1860,6 +1858,9 @@ fi %changelog +* Tue Nov 6 2018 Remi Collet - 7.3.0~rc5-1 +- update to 7.3.0RC5 + * Mon Nov 5 2018 Remi Collet - 7.3.0~rc4-2 - test build for https://github.com/php/php-src/pull/3652 -- cgit