Skip to content

Commit

Permalink
Release 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nforro committed Jan 30, 2023
1 parent 852c0ac commit f664143
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.13.2

- Fixed infinite loop that occured when section options were followed by whitespace. (#197)

# 0.13.1

- Fixed a bug in section parsing that caused sections to be ignored when there were macro definitions spread across the spec file and not cumulated at the top. (#191)
Expand Down
5 changes: 4 additions & 1 deletion fedora/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in a minimal diff.}


Name: python-specfile
Version: 0.13.1
Version: 0.13.2
Release: 1%{?dist}

Summary: A library for parsing and manipulating RPM spec files
Expand Down Expand Up @@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg


%changelog
* Mon Jan 30 2023 Packit Team <[email protected]> - 0.13.2-1
- New upstream release 0.13.2

* Mon Jan 23 2023 Packit Team <[email protected]> - 0.13.1-1
- New upstream release 0.13.1

Expand Down

0 comments on commit f664143

Please sign in to comment.