Skip to content

Commit 326ceff

Browse files
Merge pull request #192 from packit/create-pull-request/patch
Release 0.13.1 Update the changelog and the specfile for release 0.13.1. Reviewed-by: Nikola Forró <None>
2 parents 3569ab6 + a7b3967 commit 326ceff

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.1
2+
3+
- 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)
4+
15
# 0.13.0
26

37
- Added `Section.options` attribute for convenient manipulation of section options. (#183)

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.0
16+
Version: 0.13.1
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 23 2023 Packit Team <[email protected]> - 0.13.1-1
73+
- New upstream release 0.13.1
74+
7275
* Fri Jan 20 2023 Packit Team <[email protected]> - 0.13.0-1
7376
- New upstream release 0.13.0
7477

0 commit comments

Comments
 (0)