Update to 0.28.3 upstream release

Upstream tag: 0.28.3
Upstream commit: 557c33bd

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit 2024-05-23 11:20:19 +00:00
commit 9220d7b4a3
8 changed files with 16 additions and 6 deletions

View file

@ -4,7 +4,7 @@ Main focus is on modifying existing spec files, any change should result
in a minimal diff.}
%global base_version 0.28.0
%global base_version 0.28.3
#global prerelease rc1
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
@ -68,6 +68,10 @@ rm -rf specfile.egg-info
%changelog
* Thu May 23 2024 Packit <hello@packit.dev> - 0.28.3-1
- Fixed several minor issues such as processing seemingly commented-out macro definitions (e.g. `#%%global prerel rc1`) and treating `SourceLicense` tag as a source. (#374, #376)
- Made `EVR`, `NEVR` and `NEVRA` objects comparable. (#379)
* Sun Mar 17 2024 Packit <hello@packit.dev> - 0.28.0-1
- A trailing newline is no longer added to spec files without one upon saving. (#353)