From be881ccff82ed7c931e6cdbeb2287ef75e90f024 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Mar 2017 09:31:48 +0200 Subject: 7.1.4RC1 --- php71.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php71.spec') diff --git a/php71.spec b/php71.spec index 14974a0..823455c 100644 --- a/php71.spec +++ b/php71.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.1.3 +Version: 7.1.4 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -179,6 +179,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+) @@ -1023,6 +1024,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .up # security patches @@ -2057,6 +2059,9 @@ fi %changelog +* Tue Mar 28 2017 Remi Collet - 7.1.4-0.1.RC1 +- Update to 7.1.4RC1 + * Tue Mar 14 2017 Remi Collet - 7.1.3-1 - Update to 7.1.3 - http://www.php.net/releases/7_1_3.php -- cgit