Skip to content

Commit a14e688

Browse files
Release 0.28.1 (#357)
Release 0.28.1 Update the changelog and the specfile for release 0.28.1. RELEASE NOTES BEGIN N/A RELEASE NOTES END Reviewed-by: František Lachman <[email protected]>
2 parents 479e55b + 3013a5c commit a14e688

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.28.1
2+
3+
- 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)
4+
15
# 0.28.0
26

37
- A trailing newline is no longer added to spec files without one upon saving. (#353)

epel8/python-specfile.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Main focus is on modifying existing spec files, any change should result
44
in a minimal diff.}
55

66

7-
%global base_version 0.28.0
7+
%global base_version 0.28.1
88
#global prerelease rc1
99

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

6969

7070
%changelog
71+
* Mon Mar 25 2024 Packit Team <[email protected]> - 0.28.1-1
72+
- New upstream release 0.28.1
73+
7174
* Sun Mar 17 2024 Packit Team <[email protected]> - 0.28.0-1
7275
- New upstream release 0.28.0
7376

fedora/python-specfile.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
77
in a minimal diff.}
88

99

10-
%global base_version 0.28.0
10+
%global base_version 0.28.1
1111
#global prerelease rc1
1212

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

7878

7979
%changelog
80+
* Mon Mar 25 2024 Packit Team <[email protected]> - 0.28.1-1
81+
- New upstream release 0.28.1
82+
8083
* Sun Mar 17 2024 Packit Team <[email protected]> - 0.28.0-1
8184
- New upstream release 0.28.0
8285

0 commit comments

Comments
 (0)