From e65b20619abca433602471aae7333a0460148a7b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Feb 2017 15:15:49 +0100 Subject: PHP 7.0.17RC1 --- php.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index f012138..bf9f335 100644 --- a/php.spec +++ b/php.spec @@ -1,4 +1,3 @@ -# remirepo spec file for php70-php # with SCL and backport stuff, adapted from # # Fedora spec file for php @@ -124,13 +123,13 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 7.0.16 +Version: 7.0.17 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -168,7 +167,7 @@ Patch8: php-7.0.2-libdb.patch Patch9: php-7.0.7-curl.patch # Functional changes -Patch40: php-7.0.0-dlopen.patch +Patch40: php-7.0.17-dlopen.patch Patch42: php-7.0.0-systzdata-v14.patch # See http://bugs.php.net/53436 Patch43: php-5.4.0-phpize.patch @@ -1822,6 +1821,9 @@ fi %changelog +* Tue Feb 28 2017 Remi Collet 7.0.17-0.1.RC1 +- Update to 7.0.17RC1 + * Tue Feb 14 2017 Remi Collet 7.0.16-1 - Update to 7.0.16 - http://www.php.net/releases/7_0_16.php -- cgit