From f2f120d45e5090e8065c85350bfcdc6f892b1344 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Jan 2017 18:13:34 +0100 Subject: PHP 7.0.15RC1 --- php70.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index c875666..85cb8bb 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.14 +Version: 7.0.15 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1814,7 +1814,7 @@ echo -e "\nWARNING : These %{name}-* RPMs are not official Fedora / Red Hat buil echo -e "overrides the official ones. Don't file bugs on Fedora Project nor Red Hat.\n" echo -e "Use dedicated forum at http://forum.remirepo.net/\n" -%if %{?fedora}%{!?fedora:99} < 22 +%if %{?fedora}%{!?fedora:99} < 24 echo -e "WARNING : Fedora %{fedora} is now EOL :" echo -e "You should consider upgrading to a supported release.\n" %endif @@ -2059,6 +2059,9 @@ fi %changelog +* Thu Jan 5 2017 Remi Collet 7.0.15-0.1.RC1 +- Update to 7.0.15RC1 + * Wed Dec 7 2016 Remi Collet 7.0.14-1 - Update to 7.0.14 - http://www.php.net/releases/7_0_14.php - disable pcre.jit everywhere as it raise AVC #1398474 -- cgit