Update to 0.53.2

epel9
Josh Stone 5 years ago
parent 895ca907e5
commit a59b0e6ce8

1
.gitignore vendored

@ -10,3 +10,4 @@
/bindgen-0.51.0.crate
/bindgen-0.52.0.crate
/bindgen-0.53.1.crate
/bindgen-0.53.2.crate

@ -1,11 +0,0 @@
--- bindgen-0.53.1/Cargo.toml 2020-02-03T12:29:42+00:00
+++ bindgen-0.53.1/Cargo.toml 2020-03-05T23:50:11.746054+00:00
@@ -43,7 +43,7 @@
version = "0.1.0"
[dependencies.clang-sys]
-version = "0.28.0"
+version = "0.29.0"
features = ["clang_6_0"]
[dependencies.clap]

@ -4,17 +4,14 @@
%global crate bindgen
Name: rust-%{crate}
Version: 0.53.1
Release: 2%{?dist}
Version: 0.53.2
Release: 1%{?dist}
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
# Upstream license specification: BSD-3-Clause
License: BSD
URL: https://crates.io/crates/bindgen
Source: %{crates_source}
# Initial patched metadata
# * Bump to clang-sys 0.29
Patch0: bindgen-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -265,6 +262,9 @@ which use "which-rustfmt" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 0.53.2-1
- Update to 0.53.2
* Thu Mar 05 2020 Josh Stone <jistone@redhat.com> - 0.53.1-2
- Bump to clang-sys 0.29

@ -1 +1 @@
SHA512 (bindgen-0.53.1.crate) = 25b7a9b6b1941cab567ada76b72143009ccbf396af88c7f5e5ca4cd18f9fadc2893b8defc4e0f5e207379d23130c1c51331f2339acf693a62653f0723aa4f8b3
SHA512 (bindgen-0.53.2.crate) = b4c4540dfcfd7be36a67ca58700fd44a0f3da42e289f1a84a43039b840e168321d08934c3188cf7d25be23df99c6df62941ff699d4e26456d4813715f6c88e36

Loading…
Cancel
Save