From 2516e2be4ec2fbecd620c9d1b3b469572b763cb0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Apr 2015 11:16:54 +0200 Subject: php70-php: test build --- php.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 055856b..3c69a5f 100644 --- a/php.spec +++ b/php.spec @@ -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 7.0.0-0.5.20150418git1f0a624 +- new snapshot + * Thu Apr 16 2015 Remi Collet 7.0.0-0.5.20150416gitc77d97f - new snapshot -- cgit