diff --git a/python-cmd2.spec b/python-cmd2.spec index 994ba4b..61b97b3 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extra features for standard library's cmd module License: MIT @@ -64,6 +64,9 @@ Requires: /usr/bin/which %{python3_sitelib}/%{pypi_name}-%{version}* %changelog +* Mon Jun 13 2022 Python Maint - 2.4.0-2 +- Rebuilt for Python 3.11 + * Thu Mar 03 2022 Fabian Affolter - 2.4.0-1 - Update to latest upstream release 2.4.0 (closes rhbz#2057232)