Version 20
This commit is contained in:
parent
6d4fba2249
commit
aa6282874f
2 changed files with 9 additions and 1 deletions
8
NEWS
8
NEWS
|
@ -1,5 +1,13 @@
|
||||||
rust2rpm
|
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
|
Version 19
|
||||||
|
|
||||||
- use rpmautospec by default for Fedora
|
- use rpmautospec by default for Fedora
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from .metadata import *
|
from .metadata import *
|
||||||
from . import licensing
|
from . import licensing
|
||||||
|
|
||||||
__version__ = '19'
|
__version__ = '20'
|
||||||
|
|
Loading…
Reference in a new issue