From 2ec9ab7051244e139675cf8a3cdad21345799dea Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:40:47 +0200 Subject: [PATCH] Rebuilt for Python 3.14.0rc3 bytecode --- PySolFC.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PySolFC.spec b/PySolFC.spec index 880e255..53e7ac2 100644 --- a/PySolFC.spec +++ b/PySolFC.spec @@ -2,7 +2,7 @@ Name: PySolFC Version: 3.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of solitaire card games License: GPL-2.0-or-later URL: https://pysolfc.sourceforge.io @@ -91,6 +91,9 @@ find "$RPM_BUILD_ROOT%{python3_sitelib}/pysollib" -name '*.py' | xargs -L1 perl %changelog +* Fri Sep 19 2025 Python Maint - 3.4.0-5 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 3.4.0-4 - Rebuilt for Python 3.14.0rc2 bytecode