Fix invalid SPDX identifier in crate license

epel10
Fabio Valentini 2 years ago
parent 2ae36496a9
commit 00a2d1f6c5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,16 +1,25 @@
--- im-rc-15.1.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- im-rc-15.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ im-rc-15.1.0/Cargo.toml 2023-08-06T14:52:54.312132+00:00 +++ im-rc-15.1.0/Cargo.toml 2023-08-22T20:13:03.251008+00:00
@@ -62,10 +62,6 @@ @@ -28,7 +28,7 @@
version = "1" "rrb-tree",
optional = true ]
categories = ["data-structures"]
-license = "MPL-2.0+"
+license = "MPL-2.0"
repository = "https://github.com/bodil/im-rs"
-[dependencies.refpool] [package.metadata.docs.rs]
-version = "0.4" @@ -60,10 +60,6 @@
[dependencies.rayon]
version = "1"
-optional = true -optional = true
- -
[dependencies.serde] -[dependencies.refpool]
version = "1" -version = "0.4"
optional = true optional = true
[dependencies.serde]
@@ -106,10 +102,6 @@ @@ -106,10 +102,6 @@
[features] [features]

@ -10,10 +10,12 @@ Version: 15.1.0
Release: %autorelease Release: %autorelease
Summary: Immutable collection datatypes (the fast but not thread safe version) Summary: Immutable collection datatypes (the fast but not thread safe version)
License: MPL-2.0+ License: MPL-2.0
URL: https://crates.io/crates/im-rc URL: https://crates.io/crates/im-rc
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * fix invalid SPDX identifier in crate license:
# https://github.com/bodil/im-rs/issues/210
# * drop optional "pool" feature with missing "refpool" dependency # * drop optional "pool" feature with missing "refpool" dependency
Patch: im-rc-fix-metadata.diff Patch: im-rc-fix-metadata.diff

Loading…
Cancel
Save