From 7d43050e34c6781a796b3d069920f0e85d1d9c16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Jan 2019 12:48:54 +0100 Subject: Update to 5.6.40 - http://www.php.net/releases/5_6_40.php --- failed.txt | 2 +- php56.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 3692204..a95f7c7 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.6.39 (2018-12-06) +===== 5.6.40 (2019-01-10) $ grep -r 'Tests failed' /var/lib/mock/*/build.log diff --git a/php56.spec b/php56.spec index 4bc83da..a7f67f9 100644 --- a/php56.spec +++ b/php56.spec @@ -141,7 +141,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.39 +Version: 5.6.40 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1735,7 +1735,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} < 28 echo -e "WARNING : Fedora %{fedora} is now EOL :" echo -e "You should consider upgrading to a supported release.\n" %endif @@ -1990,6 +1990,9 @@ fi %changelog +* Wed Jan 9 2019 Remi Collet - 5.6.40-1 +- Update to 5.6.40 - http://www.php.net/releases/5_6_40.php + * Wed Dec 5 2018 Remi Collet - 5.6.39-1 - Update to 5.6.39 - http://www.php.net/releases/5_6_39.php -- cgit