From e2e1e906d85aa527df08987c92724e4b9b151aca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 08:36:59 +0100 Subject: PHP 7.1.0 GA --- php71.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'php71.spec') diff --git a/php71.spec b/php71.spec index af9a5b1..383b7df 100644 --- a/php71.spec +++ b/php71.spec @@ -46,7 +46,7 @@ # Optional components; pass "--with mssql" etc to rpmbuild. %global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0} -%if 0%{?fedora} >= 17 || 0%{?rhel} >= 7 +%if 0%{?fedora} >= 22 || 0%{?rhel} >= 8 %global with_libpcre 1 %else %global with_libpcre 0 @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global rcver RC6 -%global rpmrel 8 +#global rcver RC6 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -945,7 +945,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %endif %patch40 -p1 -b .dlopen -%if 0%{?fedora} >= 23 || 0%{?rhel} >= 5 +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 %patch42 -p1 -b .systzdata %endif %patch43 -p1 -b .headers @@ -962,7 +962,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 # security patches # Fixes for tests -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 5 +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 %patch300 -p1 -b .datetests %endif %if %{with_libpcre} @@ -1185,7 +1185,7 @@ ln -sf ../configure --with-layout=GNU \ --with-kerberos \ --with-libxml-dir=%{_prefix} \ -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 5 +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 --with-system-tzdata \ %endif --with-mhash \ @@ -1988,6 +1988,9 @@ fi %changelog +* Thu Dec 1 2016 Remi Collet 7.1.0-1 +- Update to 7.1.0 - http://www.php.net/releases/7_1_0.php +- use bundled pcre library 8.38 on EL-7 - disable pcre.jit everywhere as it raise AVC #1398474 - sync provided configuration with upstream production defaults -- cgit