diff --git a/python-greenlet.spec b/python-greenlet.spec index b3d532d..823ee10 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 2.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lightweight in-process concurrent programming License: MIT URL: https://github.com/python-greenlet/greenlet @@ -74,6 +74,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" \ %{_includedir}/python%{python3_version}*/%{modname}/ %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 2.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jun 14 2023 Petr Viktorin - 2.0.2-1 - Update to upstream version 2.0.2 - Update patch for Python 3.12 compatibility