Version 21

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-02-20 15:51:04 +01:00
parent 7117dcce81
commit cc8cabd57b
2 changed files with 14 additions and 1 deletions

13
NEWS
View file

@ -1,5 +1,18 @@
rust2rpm
Version 21
- new %crate_instdir convenience macro with the path to the
installation directory
- license and documentation files are now installed just once under
%crate_instdir and are marked with %license and %doc there
- link flags are now passed using the RUSTFLAGS envvar and include
package note linker script (when %_package_note_file is defined)
- CFLAGS/CXXFLAGS are passed to the processes started by cargo
- rpmautospec can be disabled with --no-rpmautospec
- minor tweaks to existence checks, documentation file detection, license tags,
version handling and spec file naming
Version 20
- fix autodetection of rpmspec if it was already used in the existing spec file

View file

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