diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-18 11:16:54 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-18 11:16:54 +0200 |
commit | 2516e2be4ec2fbecd620c9d1b3b469572b763cb0 (patch) | |
tree | e0bcdb0bb4ba0d4af56cd83b51fb89a36a9a4c3f | |
parent | 5fbad710120983cb67bc2fbf145b121a8d9fae94 (diff) |
php70-php: test build
-rw-r--r-- | php.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -129,9 +129,9 @@ %global db_devel libdb-devel %endif -%global gh_commit c77d97f356d07b109058b399c47b14c798845dc0 +%global gh_commit 1f0a6241b496220d6039aac425396fd177ad4be6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20150416 +%global gh_date 20150418 %global gh_owner php %global gh_project php-src #global rcver RC1 @@ -942,6 +942,8 @@ mkdir \ # ----- Manage known as failed test ------- # affected by systzdata patch rm ext/date/tests/timezone_location_get.phpt +rm ext/date/tests/timezone_version_get.phpt +rm ext/date/tests/timezone_version_get_basic1.phpt # fails sometime rm ext/sockets/tests/mcast_ipv?_recv.phpt # cause stack exhausion @@ -1802,6 +1804,9 @@ fi %changelog +* Sat Apr 18 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.5.20150418git1f0a624 +- new snapshot + * Thu Apr 16 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.5.20150416gitc77d97f - new snapshot |