0.20.0
·
362 commits
to main
since this release
- Fixed infinite loop when removing macros with
%in the name. (#244) - Added a possibility to undefine system macros by setting a macro value to
Nonein themacrosargument of theSpecfileconstructor. (#244) - Fixed a bug in processing options of
%prepmacros. For instance, when a quoted string appeared inside an expression expansion, it could lead to improper parsing, rendering the spec file invalid after accessing the options. (#253)