From 4e3a5011a6145f6ee260681680be07c59c9370c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Apr 2015 14:09:25 +0200 Subject: php70-php: new snapshot --- php.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 484cc80..9991db8 100644 --- a/php.spec +++ b/php.spec @@ -129,9 +129,9 @@ %global db_devel libdb-devel %endif -%global gh_commit 463ca30c8c21c5add047a3649f30298535599dd3 +%global gh_commit 83a15801cc8619a1a83307e573bf1b63f0d4b53c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20150331 +%global gh_date 20150402 %global gh_owner php %global gh_project php-src #global rcver RC1 @@ -140,7 +140,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: 7.0.0 -Release: 0.4.%{gh_date}git%{gh_short}%{?dist} +Release: 0.5.%{gh_date}git%{gh_short}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1801,6 +1801,9 @@ fi %changelog +* Tue Mar 31 2015 Remi Collet 7.0.0-0.5.20150402git83a1580 +- new snapshot + * Tue Mar 31 2015 Remi Collet 7.0.0-0.4.20150331git463ca30 - rename 10-php70-php.conf to 15-php70-php.conf to ensure load order (after 10-rh-php56-php.conf) -- cgit