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:12:16 +00:00
commit 0d9a326439
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.38.0
%global base_version 0.39.1
#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
* 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)