Update to 0.39.1 upstream release

- Resolves: rhbz#2393435

Upstream tag: 0.39.1
Upstream commit: d96a70a9

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit 2026-02-14 11:13:21 +00:00
commit dce9de4944
6 changed files with 10 additions and 5 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.38.0
%global base_version 0.39.1
#global prerelease rc1
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
@ -68,6 +68,10 @@ rm -rf specfile.egg-info
%changelog
* Sat Feb 14 2026 Packit <hello@packit.dev> - 0.39.1-1
- Fixed whitespace padding of day of month in changelog entries. (#511)
- Resolves: rhbz#2393435
* Thu Jan 08 2026 Packit <hello@packit.dev> - 0.38.0-1
- A bug leading to incorrect EVR expansion has been fixed. (#492)
- Prevented side-effects during condition evaluation that could occur when expanding macros that manipulate other macros, leading to misinterpreted validity of condition branches. (#499)