diff --git a/python-specfile.spec b/python-specfile.spec index 28f2fd4..cadba2e 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -6,7 +6,7 @@ in a minimal diff.} Name: python-specfile Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for parsing and manipulating RPM spec files License: MIT @@ -57,6 +57,9 @@ Summary: %{summary} %changelog +* Mon Jun 20 2022 Python Maint - 0.3.0-2 +- Rebuilt for Python 3.11 + * Mon May 16 2022 Packit - 0.3.0-1 - Made `Sources` a `MutableSequence` (#36) - Started using consistent terminology for source numbers and added the option to insert a source with a specific number (#47)