Update to 0.32.3 upstream release

- Resolves: rhbz#2299289

Upstream tag: 0.32.3
Upstream commit: c2be0297

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit 2024-09-30 09:52:29 +00:00
commit 15f5835784
7 changed files with 18 additions and 9 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.32.2
%global base_version 0.32.3
#global prerelease rc1
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
@ -68,6 +68,10 @@ rm -rf specfile.egg-info
%changelog
* Mon Sep 30 2024 Packit <hello@packit.dev> - 0.32.3-1
- specfile can now handle multi-line tag values (enclosed in a macro body, e.g. `%%shrink`). (#412)
- Resolves: rhbz#2299289
* Sun Sep 15 2024 Packit <hello@packit.dev> - 0.32.2-1
- Explicitly invalidate the global parse hash when a SpecParser instance is created to prevent this issue. (#409)