diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-05 18:13:34 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-05 18:13:34 +0100 |
commit | f2f120d45e5090e8065c85350bfcdc6f892b1344 (patch) | |
tree | e2540824eb3201f172d5f5d644bafa5d7d9ac1c7 /php70.spec | |
parent | 065c11d4a271447dba9bdc8bc0f5108b571a32c3 (diff) |
PHP 7.0.15RC1
Diffstat (limited to 'php70.spec')
-rw-r--r-- | php70.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 <remi@fedoraproject.org> 7.0.15-0.1.RC1 +- Update to 7.0.15RC1 + * Wed Dec 7 2016 Remi Collet <remi@fedoraproject.org> 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 |