Bump to clang-sys 0.29

epel9
Josh Stone 5 years ago
parent b6fe0bcf24
commit 895ca907e5

@ -0,0 +1,11 @@
--- 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]

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

Loading…
Cancel
Save