[packit] 0.13.1 upstream release
Upstream tag: 0.13.1 Upstream commit: 326ceffa Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
67a63d0b5f
commit
066bb2d04d
3 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/specfile.git
|
||||
ref: 032a6e2464699788d904e74a6aa92baec989dbbb
|
||||
ref: 326ceffa6ed735af6c49da7e62e4c17c4ce5ed3b
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ in a minimal diff.}
|
|||
|
||||
|
||||
Name: python-specfile
|
||||
Version: 0.13.0
|
||||
Version: 0.13.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
|
|
@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 23 2023 Packit <hello@packit.dev> - 0.13.1-1
|
||||
- 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)
|
||||
|
||||
* 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)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (specfile-0.13.0.tar.gz) = e982df2b8d9ef1e443886b1cb22137b8d6def83135a7c1acfe9ae63f085b857a1fb095235e15718d2bdcf1275369ede94c9bdcad379398a57b2f7e3fbb2ade00
|
||||
SHA512 (specfile-0.13.1.tar.gz) = 264ab19ec450fd4475a07c683a19a1b4645c5d54305c4e2bd5a26b471d3c4e514e2dedf0d6351ba0593b33f93e8a73c68b2a7cf31db72dec5551d35ada796404
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue