Release 24.4.0
This commit is contained in:
parent
4cfdb49afd
commit
be5b992f24
2 changed files with 13 additions and 1 deletions
12
NEWS
12
NEWS
|
@ -1,5 +1,17 @@
|
|||
rust2rpm
|
||||
|
||||
Version 24.4.0
|
||||
==============
|
||||
|
||||
This release contains some backwards compatible changes to rendered spec files
|
||||
for packages that ship binaries. Notably, the new `%cargo_license` and
|
||||
`%cargo_license_summary` macros are now injected automatically, based on current
|
||||
best practices for Rust packages in Fedora.
|
||||
|
||||
Additionally, there is a small fix for the automatic detection and injection of
|
||||
required feature flags for binaries. If the required features are already part
|
||||
of the default feature set, they are no longer added.
|
||||
|
||||
Version 24.3.3
|
||||
==============
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ from rust2rpm import licensing
|
|||
# release of the last minor version.
|
||||
#
|
||||
# Only the major version is included in the header of generated spec files.
|
||||
__version__ = "24.3.3"
|
||||
__version__ = "24.4.0"
|
||||
|
||||
TARGET_ARCHES = [
|
||||
"x86_64",
|
||||
|
|
Loading…
Reference in a new issue