Skip to content

Commit bc0659b

Browse files
committed
Release 0.28.2
1 parent 1be2fa6 commit bc0659b

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.2
2+
3+
- Handling of trailing newlines in the macro defintions has been improved. (#361)
4+
15
# 0.28.1
26

37
- 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)

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.1
7+
%global base_version 0.28.2
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 Apr 08 2024 Packit Team <[email protected]> - 0.28.2-1
72+
- New upstream release 0.28.2
73+
7174
* Mon Mar 25 2024 Packit Team <[email protected]> - 0.28.1-1
7275
- New upstream release 0.28.1
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.1
10+
%global base_version 0.28.2
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 Apr 08 2024 Packit Team <[email protected]> - 0.28.2-1
81+
- New upstream release 0.28.2
82+
8083
* Mon Mar 25 2024 Packit Team <[email protected]> - 0.28.1-1
8184
- New upstream release 0.28.1
8285

0 commit comments

Comments
 (0)