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:
parent
43ac53ebe6
commit
d82f06a025
5 changed files with 10 additions and 6 deletions
|
|
@ -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}}
|
||||
|
|
@ -16,7 +16,7 @@ in a minimal diff.}
|
|||
|
||||
Name: python-specfile
|
||||
Version: %{package_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
License: MIT
|
||||
|
|
@ -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
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue