[packit] 0.27.0 upstream release
Upstream tag: 0.27.0 Upstream commit: 1789f9c6
This commit is contained in:
parent
e39cf146f0
commit
cb0e0cd234
7 changed files with 12 additions and 8 deletions
|
|
@ -4,8 +4,8 @@ Main focus is on modifying existing spec files, any change should result
|
|||
in a minimal diff.}
|
||||
|
||||
|
||||
%global base_version 0.25.0
|
||||
#global prerelease rc2
|
||||
%global base_version 0.27.0
|
||||
#global prerelease rc1
|
||||
|
||||
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
||||
%global pypi_version %{base_version}%{?prerelease}
|
||||
|
|
@ -68,6 +68,9 @@ rm -rf specfile.egg-info
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 19 2024 Packit <hello@packit.dev> - 0.27.0-1
|
||||
- Improved handling of commented-out macro definitions and fixed related logic in `Specfile.update_value()`. (#338)
|
||||
|
||||
* Mon Nov 20 2023 Packit <hello@packit.dev> - 0.25.0-1
|
||||
- There is a new method, `Specfile.update_version()`, that allows updating spec file version even if it is a pre-release. (#317)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue