Skip to content

Commit f664143

Browse files
committed
Release 0.13.2
1 parent 852c0ac commit f664143

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.13.2
2+
3+
- Fixed infinite loop that occured when section options were followed by whitespace. (#197)
4+
15
# 0.13.1
26

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

fedora/python-specfile.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in a minimal diff.}
1313

1414

1515
Name: python-specfile
16-
Version: 0.13.1
16+
Version: 0.13.2
1717
Release: 1%{?dist}
1818

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

7070

7171
%changelog
72+
* Mon Jan 30 2023 Packit Team <[email protected]> - 0.13.2-1
73+
- New upstream release 0.13.2
74+
7275
* Mon Jan 23 2023 Packit Team <[email protected]> - 0.13.1-1
7376
- New upstream release 0.13.1
7477

0 commit comments

Comments
 (0)