Skip to content

Commit

Permalink
Release 0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mfocko authored Apr 8, 2024
1 parent 1be2fa6 commit 38aa498
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.28.2


# 0.28.1

- We have fixed an issue in `%prep` section processing. For instance, if the `%patches` macro appeared there, it would have been converted to `%patch es`, causing failure when executing `%prep` later. (#356)
Expand Down
5 changes: 4 additions & 1 deletion epel8/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Main focus is on modifying existing spec files, any change should result
in a minimal diff.}


%global base_version 0.28.1
%global base_version 0.28.2
#global prerelease rc1

%global package_version %{base_version}%{?prerelease:~%{prerelease}}
Expand Down Expand Up @@ -68,6 +68,9 @@ rm -rf specfile.egg-info


%changelog
* Mon Apr 08 2024 Packit Team <[email protected]> - 0.28.2-1
- New upstream release 0.28.2

* Mon Mar 25 2024 Packit Team <[email protected]> - 0.28.1-1
- New upstream release 0.28.1

Expand Down
5 changes: 4 additions & 1 deletion fedora/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
in a minimal diff.}


%global base_version 0.28.1
%global base_version 0.28.2
#global prerelease rc1

%global package_version %{base_version}%{?prerelease:~%{prerelease}}
Expand Down Expand Up @@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml


%changelog
* Mon Apr 08 2024 Packit Team <[email protected]> - 0.28.2-1
- New upstream release 0.28.2

* Mon Mar 25 2024 Packit Team <[email protected]> - 0.28.1-1
- New upstream release 0.28.1

Expand Down

0 comments on commit 38aa498

Please sign in to comment.