From 62f9089ad769f1666241a33d6b145167d495fa75 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Oct 2015 09:31:19 +0200 Subject: PHP 7.0.0RC5 --- php70.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index 1db28da..350a8dd 100644 --- a/php70.spec +++ b/php70.spec @@ -9,8 +9,8 @@ # Please preserve changelog entries # # API/ABI check -%global apiver 20131218 -%global zendver 20141001 +%global apiver 20151012 +%global zendver 20151012 %global pdover 20150127 # Extension version %global opcachever 7.0.6-dev @@ -132,8 +132,8 @@ %global db_devel libdb-devel %endif -%global rcver RC4 -%global rpmrel 6 +%global rcver RC5 +%global rpmrel 7 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -400,7 +400,7 @@ Provides: php-tokenizer, php-tokenizer%{?_isa} Provides: php-zlib, php-zlib%{?_isa} # For user experience, those extensions were part of php-common Requires: php-json%{?_isa} -Requires: php-zip%{?_isa} +#Requires: php-zip%{?_isa} Obsoletes: php-pecl-phar < 1.2.4 Obsoletes: php-pecl-Fileinfo < 1.0.5 @@ -2001,6 +2001,11 @@ fi %changelog +* Tue Oct 13 2015 Remi Collet 7.0.0-0.7.RC5 +- Update to 7.0.0RC4 +- update php-fpm.d/www.conf comments +- API and Zend API are now set to 20151012 + * Wed Sep 30 2015 Remi Collet 7.0.0-0.6.RC4 - Update to 7.0.0RC4 - php-fpm: set http authorization headers -- cgit