Skip to content

Commit 4021c84

Browse files
Release 0.14.0
1 parent 2ab30d3 commit 4021c84

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.14.0
2+
3+
- Fixed a bug that broke parsing in case spec file contained conditionalized macro definitions or similar constructs. (#209)
4+
- Specfile no longer depends on rpm-py-installer, it now depends directly on rpm. (#207)
5+
16
# 0.13.2
27

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

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.2
16+
Version: 0.14.0
1717
Release: 1%{?dist}
1818

1919
Summary: A library for parsing and manipulating RPM spec files
@@ -67,6 +67,9 @@ Summary: %{summary}
6767

6868

6969
%changelog
70+
* Thu Feb 23 2023 Packit Team <[email protected]> - 0.14.0-1
71+
- New upstream release 0.14.0
72+
7073
* Mon Jan 30 2023 Packit Team <[email protected]> - 0.13.2-1
7174
- New upstream release 0.13.2
7275

0 commit comments

Comments
 (0)