Version 20

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-11-29 22:27:58 +01:00
parent 6d4fba2249
commit aa6282874f
2 changed files with 9 additions and 1 deletions

8
NEWS
View file

@ -1,5 +1,13 @@
rust2rpm
Version 20
- fix autodetection of rpmspec if it was already used in the existing spec file
- fix parsing of ID_LIKE in os-release files
- drop unused __cargo_skip_build logic
- improve handling of the upper bound in dependencies with ~ in version
- minor improvements to grammar and whitespace in generated output
Version 19
- use rpmautospec by default for Fedora

View file

@ -1,4 +1,4 @@
from .metadata import *
from . import licensing
__version__ = '19'
__version__ = '20'