From aa1864a88224802672ca9c482c3e88447f9c6042 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Feb 2017 10:39:01 +0100 Subject: PHP 7.1.2RC1 --- php71.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php71.spec') diff --git a/php71.spec b/php71.spec index 038a595..53aa1ad 100644 --- a/php71.spec +++ b/php71.spec @@ -120,12 +120,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.1.1 +Version: 7.1.2 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -177,7 +177,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) -Patch100: php-intl.patch +Patch100: php-upstream.patch # Security fixes (200+) @@ -1027,7 +1027,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .73956 +%patch100 -p1 -b .upstream # security patches @@ -2053,6 +2053,9 @@ fi %changelog +* Wed Feb 1 2017 Remi Collet 7.1.1-0.2.RC1 +- Update to 7.1.2RC1 + * Wed Jan 18 2017 Remi Collet 7.1.1-3 - EL-7: add patch for https://bugs.php.net/73956 - switch back to gcc 6.2 -- cgit