Skip to content

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 11 Mar 13:46
· 90 commits to main since this release

This is a bug fix release.

  • Fix replace_macro's behavior with user-defined conditional macros (PR #56). Thanks @imphil.
  • The parsing of package names was wrong when tab characters where used in %package (#57). This has been fixed by @tagoh.
  • Implement parsing of spec files where sub-packages (%package) have their own sources and patches defined. Previously, the parser would just fail with an error message like AttributeError: 'Package' object has no attribute 'sources'. This is now fixed.
  • Use SemVer for versioning. git tags are now prefixed with v, e.g. v0.15.0 instead of 0.15.0.