From 13f3dbf0d920cf728cca003af787d88f8484b293 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Feb 2017 09:02:22 +0100 Subject: PHP 7.1.2 --- php71.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'php71.spec') diff --git a/php71.spec b/php71.spec index e59ce9e..ac4febf 100644 --- a/php71.spec +++ b/php71.spec @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global rcver RC1 -%global rpmrel 2 +#global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1811,11 +1811,7 @@ rm -f README.{Zeus,QNX,CVS-RULES} %pre common -echo -e "\nWARNING : These %{name}-* RPMs are not official Fedora / Red Hat build and" -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 @@ -2051,6 +2047,9 @@ fi %changelog +* Wed Feb 15 2017 Remi Collet 7.1.2-1 +- Update to 7.1.2 - http://www.php.net/releases/7_1_2.php + * Thu Feb 2 2017 Remi Collet - 7.1.2-0.2.RC1 - Update to 7.1.2RC1 (new sources) -- cgit