From 5fbad710120983cb67bc2fbf145b121a8d9fae94 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Apr 2015 16:06:48 +0200 Subject: php70-php-7.0.0-0.5.20150416gitc77d97f --- php.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 76995da..055856b 100644 --- a/php.spec +++ b/php.spec @@ -16,7 +16,7 @@ %global zendver 20141001 %global pdover 20150127 # Extension version -%global opcachever 7.0.4-dev +%global opcachever 7.0.6-dev %global oci8ver 2.0.9 # Adds -z now to the linker flags @@ -129,18 +129,19 @@ %global db_devel libdb-devel %endif -%global gh_commit adcf0c6052761350695da211b337edff12c6e63c +%global gh_commit c77d97f356d07b109058b399c47b14c798845dc0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20150403 +%global gh_date 20150416 %global gh_owner php %global gh_project php-src #global rcver RC1 +%global rpmrel 5 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: 7.0.0 -Release: 0.5.%{gh_date}git%{gh_short}%{?dist} +Release: 0.%{rpmrel}.%{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 @@ -984,7 +985,7 @@ if test "$ver" != "%{oci8ver}"; then exit 1 fi -ver=$(sed -n '/#define PHP_ZENDOPCACHE_VERSION /{s/.* "//;s/".*$//;p}' ext/opcache/ZendAccelerator.h) +ver=$(sed -n '/#define PHP_ZENDOPCACHE_VERSION /{s/.*\s"//;s/".*$//;p}' ext/opcache/ZendAccelerator.h) if test "$ver" != "%{opcachever}"; then : Error: Upstream OPCACHE version is now ${ver}, expecting %{opcachever}. : Update the opcachever macro and rebuild. @@ -1801,6 +1802,9 @@ fi %changelog +* Thu Apr 16 2015 Remi Collet 7.0.0-0.5.20150416gitc77d97f +- new snapshot + * Fri Apr 3 2015 Remi Collet 7.0.0-0.5.20150403gitadcf0c6 - new snapshot -- cgit