Version 21
This commit is contained in:
parent
7117dcce81
commit
cc8cabd57b
2 changed files with 14 additions and 1 deletions
13
NEWS
13
NEWS
|
@ -1,5 +1,18 @@
|
||||||
rust2rpm
|
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
|
Version 20
|
||||||
|
|
||||||
- fix autodetection of rpmspec if it was already used in the existing spec file
|
- fix autodetection of rpmspec if it was already used in the existing spec file
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from .metadata import *
|
from .metadata import *
|
||||||
from . import licensing
|
from . import licensing
|
||||||
|
|
||||||
__version__ = '20'
|
__version__ = '21'
|
||||||
|
|
Loading…
Reference in a new issue