Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2023-01-20 17:25:44 +00:00
commit 7472dab828

View file

@ -14,7 +14,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.13.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library for parsing and manipulating RPM spec files
License: MIT
@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
%changelog
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jan 20 2023 Packit <hello@packit.dev> - 0.13.0-1
- Added `Section.options` attribute for convenient manipulation of section options. (#183)
- specfile now supports single-line sections where section content is represented by a macro starting with a newline. (#182)