From 30225f83c27538c1d5789e370cedbd71e2d77767 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Jan 2016 13:56:00 +0100 Subject: PHP 5.5.31 --- failed.txt | 2 +- php55.spec | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index c588978..d2b662b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -==== PHP 5.5.29 (2015-09-03) +==== PHP 5.5.31 (2016-01-07) $ grep -r 'Tests failed' /var/lib/mock/*/build.log diff --git a/php55.spec b/php55.spec index d9f6613..7adce89 100644 --- a/php55.spec +++ b/php55.spec @@ -139,7 +139,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.5.30 +Version: 5.5.31 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1738,7 +1738,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} < 19 +%if %{?fedora}%{!?fedora:99} < 22 echo -e "WARNING : Fedora %{fedora} is now EOL :" echo -e "You should consider upgrading to a supported release.\n" %endif @@ -1971,7 +1971,9 @@ fi %changelog -* Mon Dec 14 2015 Remi Collet 5.5.30-1.1 +* Wed Jan 6 2016 Remi Collet 5.5.31-1 +- Update to 5.5.31 + http://www.php.net/releases/5_5_31.php - curl: add CURL_SSLVERSION_TLSv1_x constant * Thu Oct 1 2015 Remi Collet 5.5.30-1 -- cgit