From 28d31029303b280f434b6ef2a6d18bc1813e36ab Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 11 Nov 2020 08:43:55 +0100
Subject: update to 7.4.13RC1

---
 failed.txt | 2 +-
 php.spec   | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/failed.txt b/failed.txt
index 29845a7..706379d 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.4.12 (2020-10-29)
+===== 7.4.13RC1 (2020-11-12)
 
 $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log
 
diff --git a/php.spec b/php.spec
index 8fde10c..62bd4ed 100644
--- a/php.spec
+++ b/php.spec
@@ -100,8 +100,8 @@
 #global gh_date      20190612
 %global gh_owner     php
 %global gh_project   php-src
-%global upver        7.4.12
-#global rcver        RC1
+%global upver        7.4.13
+%global rcver        RC1
 
 Summary: PHP scripting language for creating dynamic web sites
 Name:    %{?scl_prefix}php
@@ -1810,6 +1810,9 @@ fi
 
 
 %changelog
+* Wed Nov 11 2020 Remi Collet <remi@remirepo.net> - 7.4.13~RC1-1
+- update to 7.4.13RC1
+
 * Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 7.4.12-1
 - Update to 7.4.12 - http://www.php.net/releases/7_4_12.php
 
-- 
cgit