diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-02 10:39:27 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-02 10:39:27 +0100 |
commit | e39837ac913bd8c4ff0bf2246aeccf33c3082318 (patch) | |
tree | f5bebcbcf151bf443295b396c8e0744d1449d546 | |
parent | 3b17ba698c606aa7b7e30e07f4ef6f14c2ad0601 (diff) |
PHP 7.1.2RC1 rebuild with new sources
-rw-r--r-- | failed.txt | 4 | ||||
-rw-r--r-- | php-upstream.patch | 21 | ||||
-rw-r--r-- | php71.spec | 9 |
3 files changed, 6 insertions, 28 deletions
@@ -6,15 +6,13 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc23i/build.log:Tests failed : 0 -/var/lib/mock/fc23x/build.log:Tests failed : 1 +/var/lib/mock/fc23x/build.log:Tests failed : 0 /var/lib/mock/fc24i/build.log:Tests failed : 0 /var/lib/mock/fc24x/build.log:Tests failed : 0 /var/lib/mock/fc25i/build.log:Tests failed : 0 /var/lib/mock/fc25x/build.log:Tests failed : 0 -fc23x - php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] * proc_open give erratic test results :( diff --git a/php-upstream.patch b/php-upstream.patch deleted file mode 100644 index 2bd7f17..0000000 --- a/php-upstream.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 0f1ae93bfa2feb3d0fd0b8d3036148df8ef856e2 Mon Sep 17 00:00:00 2001 -From: Remi Collet <remi@php.net> -Date: Wed, 1 Feb 2017 10:25:30 +0100 -Subject: [PATCH] fix test for 32bits (int -> float) - ---- - ext/standard/tests/serialize/bug72731.phpt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/ext/standard/tests/serialize/bug72731.phpt b/ext/standard/tests/serialize/bug72731.phpt -index 3d7d1e7..020fb32 100644 ---- a/ext/standard/tests/serialize/bug72731.phpt -+++ b/ext/standard/tests/serialize/bug72731.phpt -@@ -14,5 +14,5 @@ $poc = 'O:8:"stdClass":1:{i:0;O:3:"obj":1:{s:4:"ryat";R:1;}}'; - var_dump(unserialize($poc)); - - ?> ----EXPECT-- --int(73588229205) -+--EXPECTF-- -+%s(73588229205) @@ -121,7 +121,7 @@ %endif %global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -177,7 +177,6 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) -Patch100: php-upstream.patch # Security fixes (200+) @@ -1027,7 +1026,6 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .upstream # security patches @@ -2053,7 +2051,10 @@ fi %changelog -* Wed Feb 1 2017 Remi Collet <remi@fedoraproject.org> 7.1.1-0.2.RC1 +* Thu Feb 2 2017 Remi Collet <remi@fedoraproject.org> - 7.1.2-0.2.RC1 +- Update to 7.1.2RC1 (new sources) + +* Wed Feb 1 2017 Remi Collet <remi@fedoraproject.org> 7.1.2-0.1.RC1 - Update to 7.1.2RC1 * Wed Jan 18 2017 Remi Collet <remi@fedoraproject.org> 7.1.1-3 |