From 8be5467400a4cc243e3082ee712bbdcb10ff8586 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 May 2016 09:11:33 +0200 Subject: PHP 7.0.7RC1 --- php70.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index 58bf5ef..05691cd 100644 --- a/php70.spec +++ b/php70.spec @@ -15,7 +15,7 @@ # Extension version %global fileinfover 1.0.5 %global opcachever 7.0.6-dev -%global oci8ver 2.1.0 +%global oci8ver 2.1.1 %global zipver 1.13.0 %global jsonver 1.4.0 @@ -121,12 +121,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 -%global rpmrel 3 +%global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 7.0.6 +Version: 7.0.7 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -160,7 +160,7 @@ Patch5: php-7.0.0-includedir.patch Patch6: php-5.6.3-embed.patch Patch7: php-5.3.0-recode.patch Patch8: php-7.0.2-libdb.patch -Patch9: php-5.5.30-curl.patch +Patch9: php-7.0.7-curl.patch # Functional changes Patch40: php-7.0.0-dlopen.patch @@ -1997,6 +1997,10 @@ fi %changelog +* Thu May 12 2016 Remi Collet 7.0.7-0.1.RC1 +- Update to 7.0.7RC1 +- oci8 version is now 2.1.1 + * Thu Apr 28 2016 Remi Collet 7.0.6-3 - Update to 7.0.6 - http://www.php.net/releases/7_0_6.php - rebuild for new sources -- cgit