From 71818464a3f5214e646a5e21b94018496cc2f352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 6 Feb 2025 12:04:28 +0100 Subject: [PATCH] Rebuilt with mpdecimal 4.0.0 --- python3.14.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python3.14.spec b/python3.14.spec index a589200..9fa0ca4 100644 --- a/python3.14.spec +++ b/python3.14.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel a4 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 2%{?dist} +Release: 3%{?dist} License: Python-2.0.1 @@ -1717,6 +1717,9 @@ CheckPython freethreading # ====================================================== %changelog +* Thu Feb 06 2025 Miro HronĨok - 3.14.0~a4-3 +- Rebuilt with mpdecimal 4.0.0 + * Tue Feb 04 2025 Charalampos Stratakis - 3.14.0~a4-2 - Security fix for CVE-2025-0938 - Fixes: rhbz#2343273