From 679daec27b99394630ad33aedbb86598f132e454 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 14:43:13 +0200 Subject: update to 7.4.7RC1 --- failed.txt | 2 +- php.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 6801b45..82794e4 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.6 (2020-05-14) +===== 7.4.7RC1 (2020-05-28) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log diff --git a/php.spec b/php.spec index daa27f7..bb638f1 100644 --- a/php.spec +++ b/php.spec @@ -102,14 +102,14 @@ #global gh_date 20190612 %global gh_owner php %global gh_project php-src -%global upver 7.4.6 -#global rcver RC1 -#global lower RC1 +%global upver 7.4.7 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1812,6 +1812,9 @@ fi %changelog +* Tue May 26 2020 Remi Collet - 7.4.7~RC1-1 +- update to 7.4.7RC1 + * Wed May 20 2020 Remi Collet - 7.4.6-2 - use php-config from embed SAPI to reduce used libs -- cgit