Update to 0.59.1 Close: rhbz#1945996

epel9
Robert-André Mauchin 3 years ago
parent e492f9a77e
commit 06d88e02a0

1
.gitignore vendored

@ -14,3 +14,4 @@
/bindgen-0.54.0.crate /bindgen-0.54.0.crate
/bindgen-0.56.0.crate /bindgen-0.56.0.crate
/bindgen-0.57.0.crate /bindgen-0.57.0.crate
/bindgen-0.59.1.crate

@ -1,7 +1,16 @@
--- bindgen-0.57.0/Cargo.toml 1970-01-01T00:00:00+00:00 --- bindgen-0.59.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ bindgen-0.57.0/Cargo.toml 2021-03-31T14:16:57.766479+00:00 +++ bindgen-0.59.1/Cargo.toml 2021-11-11T21:30:32.795129+00:00
@@ -38,7 +38,7 @@
version = "1.0.3"
[dependencies.cexpr]
-version = "0.5"
+version = "0.6"
[dependencies.clang-sys]
version = "1"
@@ -85,7 +85,7 @@ @@ -85,7 +85,7 @@
version = "0.1" version = "1"
[dependencies.which] [dependencies.which]
-version = "3.0" -version = "3.0"
@ -9,8 +18,8 @@
optional = true optional = true
default-features = false default-features = false
[dev-dependencies.clap] [dev-dependencies.clap]
@@ -98,7 +98,7 @@ @@ -101,7 +101,7 @@
version = "0.1" version = "3"
[features] [features]
-default = ["logging", "clap", "runtime", "which-rustfmt"] -default = ["logging", "clap", "runtime", "which-rustfmt"]

@ -1,10 +1,10 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global crate bindgen %global crate bindgen
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.57.0 Version: 0.59.1
Release: %autorelease Release: %autorelease
Summary: Automatically generates Rust FFI bindings to C and C++ libraries Summary: Automatically generates Rust FFI bindings to C and C++ libraries
@ -39,7 +39,7 @@ Summary: %{summary}
%files -n %{crate} %files -n %{crate}
%license LICENSE %license LICENSE
%doc README.md %doc README.md csmith-fuzzing/README.md
%{_bindir}/bindgen %{_bindir}/bindgen
%endif %endif
@ -54,9 +54,8 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md %doc README.md csmith-fuzzing/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/csmith-fuzzing/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}

@ -1 +1 @@
SHA512 (bindgen-0.57.0.crate) = a4bf376aa0f84e625f4c5eed7bdc9775549b0ab9e9edcee708d8b56df6cb49611b7093692e772ed7ad5adb1c3d8055d81b4ff19359a193a5bfb4b200ca8a26a8 SHA512 (bindgen-0.59.1.crate) = 6e81999b8a07dfdaf3872a8fa86daae36508f1180c83da125d8494424fc64a947a486b0552c452e8797ce1448dd079e667713a310c98d19d5ac690f286dda11f

Loading…
Cancel
Save