Compare commits

..

No commits in common. "rawhide" and "f42" have entirely different histories.

View file

@ -1,6 +1,6 @@
Name: winpdb
Version: 2.0.0.1
Release: 8%{?dist}
Release: 1%{?dist}
Summary: An advanced python debugger
License: GPL-2.0-or-later
URL: https://pypi.org/project/winpdb-reborn
@ -64,27 +64,6 @@ 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 <releng@fedoraproject.org> - 2.0.0.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 2.0.0.1-7
- Rebuilt for Python 3.15
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2.0.0.1-5
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 2.0.0.1-4
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 2.0.0.1-2
- Rebuilt for Python 3.14
* Wed Mar 12 2025 Tom Callaway <spot@fedoraproject.org> - 2.0.0.1-1
- update to 2.0.0.1 + latest commits
- apply fix for removed imp.load_source()