- 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)
- Added
evr
argument toSpecfile.add_changelog_entry()
. This allows adding a changelog entry with an EVR value that's different from the current specfile's value. This makes it easier to reconstruct a specfile's%changelog
based on another source using the higher level interface. (#181)