summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-16 16:06:48 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-16 16:06:48 +0200
commit5fbad710120983cb67bc2fbf145b121a8d9fae94 (patch)
tree3fe8c0381c4bbc258e6cfdbc6678d402f8ac7aff /php.spec
parent9285815b2acbfb21a423f0f0277cdee1acb36121 (diff)
php70-php-7.0.0-0.5.20150416gitc77d97f
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec14
1 files changed, 9 insertions, 5 deletions
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 <remi@fedoraproject.org> 7.0.0-0.5.20150416gitc77d97f
+- new snapshot
+
* Fri Apr 3 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.5.20150403gitadcf0c6
- new snapshot