From 54ecaca7fd77687e65afe44ce5761ad8923bcd8e Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 6 Nov 2024 07:16:28 +0100
Subject: update to 8.3.14RC1

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

diff --git a/failed.txt b/failed.txt
index d286385..162a536 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.3.13 (2024-10-24)
+===== 8.3.14RC1 (2024-11-07)
 
 $ grep -ar 'Tests failed' /var/lib/mock/*/build.log
 
diff --git a/php.spec b/php.spec
index a58ad9e..8494435 100644
--- a/php.spec
+++ b/php.spec
@@ -133,8 +133,8 @@
 #global gh_date      20230605
 %global gh_owner     php
 %global gh_project   php-src
-%global upver        8.3.13
-#global rcver        RC1
+%global upver        8.3.14
+%global rcver        RC1
 # TODO set PHP_EXTRA_VERSION for EOL version
 
 Summary: PHP scripting language for creating dynamic web sites
@@ -1895,6 +1895,9 @@ fi
 
 
 %changelog
+* Wed Nov  6 2024 Remi Collet <remi@remirepo.net> - 8.3.14~RC1-1
+- update to 8.3.14RC1
+
 * Wed Oct 23 2024 Remi Collet <remi@remirepo.net> - 8.3.13-1
 - Update to 8.3.13 - http://www.php.net/releases/8_3_13.php
 
-- 
cgit