diff --git a/winpdb.spec b/winpdb.spec index 8505967..2eb1da8 100644 --- a/winpdb.spec +++ b/winpdb.spec @@ -1,6 +1,6 @@ Name: winpdb Version: 2.0.0.1 -Release: 1%{?dist} +Release: 8%{?dist} Summary: An advanced python debugger License: GPL-2.0-or-later URL: https://pypi.org/project/winpdb-reborn @@ -64,6 +64,27 @@ chmod +x $RPM_BUILD_ROOT%{python3_sitelib}/rpdb2.py $RPM_BUILD_ROOT%{python3_sit %{_datadir}/pixmaps/%{name}.png %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 2.0.0.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Wed Jun 03 2026 Python Maint - 2.0.0.1-7 +- Rebuilt for Python 3.15 + +* Sat Jan 17 2026 Fedora Release Engineering - 2.0.0.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Fri Sep 19 2025 Python Maint - 2.0.0.1-5 +- Rebuilt for Python 3.14.0rc3 bytecode + +* Fri Aug 15 2025 Python Maint - 2.0.0.1-4 +- Rebuilt for Python 3.14.0rc2 bytecode + +* Fri Jul 25 2025 Fedora Release Engineering - 2.0.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Mon Jun 02 2025 Python Maint - 2.0.0.1-2 +- Rebuilt for Python 3.14 + * Wed Mar 12 2025 Tom Callaway - 2.0.0.1-1 - update to 2.0.0.1 + latest commits - apply fix for removed imp.load_source()