Ensure bindgen-cli is always linked to libclang

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

@ -1,6 +1,15 @@
--- bindgen-cli-0.63.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- bindgen-cli-0.63.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bindgen-cli-0.63.0/Cargo.toml 2022-11-25T14:27:14.125964+00:00 +++ bindgen-cli-0.63.0/Cargo.toml 2023-01-30T17:45:54.622156+00:00
@@ -55,7 +55,6 @@ @@ -37,6 +37,8 @@
[dependencies.bindgen]
version = "=0.63.0"
+features = ["logging", "which-rustfmt"]
+default-features = false
[dependencies.clap]
version = "3"
@@ -55,7 +57,6 @@
[features] [features]
default = [ default = [
"logging", "logging",

@ -31,11 +31,10 @@ Obsoletes: bindgen < 0.61
# Apache-2.0 # Apache-2.0
# Apache-2.0 OR MIT # Apache-2.0 OR MIT
# BSD-3-Clause # BSD-3-Clause
# ISC
# MIT # MIT
# MIT OR Apache-2.0 # MIT OR Apache-2.0
# Unlicense OR MIT # Unlicense OR MIT
License: BSD-3-Clause AND Apache-2.0 AND ISC and MIT AND Unicode-DFS-2016 License: BSD-3-Clause AND Apache-2.0 AND MIT AND Unicode-DFS-2016
# LICENSE.dependencies contains a full license breakdown # LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description} %description -n %{crate} %{_description}
@ -51,7 +50,7 @@ License: BSD-3-Clause AND Apache-2.0 AND ISC and MIT AND Unicode-DFS-2016
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires -a
%build %build
%cargo_build %cargo_build

Loading…
Cancel
Save