Skip to content

Commit 0ca03c8

Browse files
Release 0.9.1
1 parent b810cd6 commit 0ca03c8

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.9.1
2+
3+
- `specfile` now supports localized tags (e.g. `Summary(fr)`) and tags with qualifiers (e.g. `Requires(post)`).
4+
It also follows more closely rpm parsing logic and doesn't fail on invalid section names. (#132)
5+
16
# 0.9.0
27

38
- Added utility classes for working with (N)EVR. (#113)

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.9.0
16+
Version: 0.9.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+
* Fri Nov 11 2022 Packit Team <[email protected]> - 0.9.1-1
73+
- New upstream release 0.9.1
74+
7275
* Tue Oct 25 2022 Packit Team <[email protected]> - 0.9.0-1
7376
- New upstream release 0.9.0
7477

0 commit comments

Comments
 (0)