From 92c36a7fcf47fb1143b38f292fec0849b883de62 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Tue, 1 Sep 2020 16:39:45 +0200
Subject: Update to 7.4.10 - http://www.php.net/releases/7_4_10.php

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

diff --git a/failed.txt b/failed.txt
index 9ca3cc9..ba4bbfb 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,10 +1,9 @@
-===== 7.4.10RC1 (2020-08-20)
+===== 7.4.10 (2020-09-03)
 
 $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log
 
 /var/lib/mock/scl74el7x/build.log:Tests failed     :    0
 /var/lib/mock/scl74el8x/build.log:Tests failed     :    1
-/var/lib/mock/scl74fc30x/build.log:Tests failed    :    0
 /var/lib/mock/scl74fc31x/build.log:Tests failed    :    0
 /var/lib/mock/scl74fc32x/build.log:Tests failed    :    0
 /var/lib/mock/scl74fc33x/build.log:Tests failed    :    0
diff --git a/php.spec b/php.spec
index a0c2609..c80fdc3 100644
--- a/php.spec
+++ b/php.spec
@@ -106,7 +106,7 @@
 %global gh_owner     php
 %global gh_project   php-src
 %global upver        7.4.10
-%global rcver        RC1
+#global rcver        RC1
 
 Summary: PHP scripting language for creating dynamic web sites
 Name:    %{?scl_prefix}php
@@ -1815,6 +1815,9 @@ fi
 
 
 %changelog
+* Tue Sep  1 2020 Remi Collet <remi@remirepo.net> - 7.4.10-1
+- Update to 7.4.10 - http://www.php.net/releases/7_4_10.php
+
 * Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 7.4.10~RC1-1
 - update to 7.4.10RC1
 - use oracle client library version 19.8 (x86_64)
-- 
cgit