diff --git a/python-specfile.spec b/python-specfile.spec index 9fce6b9..ab38d16 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -97,7 +97,7 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml * Wed Jun 26 2024 Packit - 0.30.0-1 - Fixed an exception that occured when accessing the `Specfile.has_autochangelog` property while having unparseable lines (e.g. lines ending with unescaped `%`) in `%%changelog`. (#387) -* Mon Jun 17 2024 Packit - 0.29.0-1 +* Thu Jun 06 2024 Packit - 0.29.0-1 - Improved compatibility with RPM 4.20 (alpha version is currently in Fedora Rawhide). (#380) - Resolves: rhbz#2282962