From 5d12e477d9765d83b93f094164bdccbbb5268c9c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Feb 2017 12:30:31 +0100 Subject: PHP 7.0.16RC1 --- php70.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index f9897a5..df51ca8 100644 --- a/php70.spec +++ b/php70.spec @@ -120,12 +120,12 @@ %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: php -Version: 7.0.15 +Version: 7.0.16 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -177,6 +177,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) +Patch100: php-upstream.patch # Security fixes (200+) @@ -1029,6 +1030,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .upstream # security patches @@ -2059,6 +2061,9 @@ fi %changelog +* Wed Feb 1 2017 Remi Collet 7.0.16-0.1.RC1 +- Update to 7.0.16RC1 + * Tue Jan 17 2017 Remi Collet 7.0.15-1 - Update to 7.0.15 - http://www.php.net/releases/7_0_15.php -- cgit