-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25735a9
commit e35dc43
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# 0.32.2 | ||
|
||
|
||
# 0.32.1 | ||
|
||
- Fixed two issues related to condition parsing. (#405) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Main focus is on modifying existing spec files, any change should result | |
in a minimal diff.} | ||
|
||
|
||
%global base_version 0.32.1 | ||
%global base_version 0.32.2 | ||
#global prerelease rc1 | ||
|
||
%global package_version %{base_version}%{?prerelease:~%{prerelease}} | ||
|
@@ -68,6 +68,9 @@ rm -rf specfile.egg-info | |
|
||
|
||
%changelog | ||
* Fri Sep 13 2024 Packit Team <[email protected]> - 0.32.2-1 | ||
- New upstream release 0.32.2 | ||
|
||
* Mon Jul 29 2024 Packit Team <[email protected]> - 0.32.1-1 | ||
- New upstream release 0.32.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result | |
in a minimal diff.} | ||
|
||
|
||
%global base_version 0.32.1 | ||
%global base_version 0.32.2 | ||
#global prerelease rc1 | ||
|
||
%global package_version %{base_version}%{?prerelease:~%{prerelease}} | ||
|
@@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml | |
|
||
|
||
%changelog | ||
* Fri Sep 13 2024 Packit Team <[email protected]> - 0.32.2-1 | ||
- New upstream release 0.32.2 | ||
|
||
* Mon Jul 29 2024 Packit Team <[email protected]> - 0.32.1-1 | ||
- New upstream release 0.32.1 | ||
|
||
|