Update to 0.28.2 upstream release

- Resolves: rhbz#2271583

Upstream tag: 0.28.2
Upstream commit: 904cb3b5

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit 2024-04-08 13:58:23 +00:00
commit 71ef7efb67
5 changed files with 9 additions and 5 deletions

View file

@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
in a minimal diff.}
%global base_version 0.28.1
%global base_version 0.28.2
#global prerelease rc1
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
@ -77,6 +77,10 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
%changelog
* Mon Apr 08 2024 Packit <hello@packit.dev> - 0.28.2-1
- Handling of trailing newlines in the macro defintions has been improved. (#361)
- Resolves: rhbz#2271583
* Tue Mar 26 2024 Packit <hello@packit.dev> - 0.28.1-1
- We have fixed an issue in `%%prep` section processing. For instance, if the `%%patches` macro appeared there, it would have been converted to `%%patch es`, causing failure when executing `%%prep` later. (#356)