Update to 0.43.0

epel9
Josh Stone 6 years ago
parent 6926496acc
commit f5d2e85a19

1
.gitignore vendored

@ -1,3 +1,4 @@
/bindgen-0.42.0.crate /bindgen-0.42.0.crate
/bindgen-0.42.1.crate /bindgen-0.42.1.crate
/bindgen-0.42.2.crate /bindgen-0.42.2.crate
/bindgen-0.43.0.crate

@ -4,7 +4,7 @@
%global crate bindgen %global crate bindgen
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.42.2 Version: 0.43.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Automatically generates Rust FFI bindings to C and C++ libraries Summary: Automatically generates Rust FFI bindings to C and C++ libraries
@ -23,7 +23,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(bitflags) >= 1.0.3 with crate(bitflags) < 2.0.0) BuildRequires: (crate(bitflags) >= 1.0.3 with crate(bitflags) < 2.0.0)
BuildRequires: (crate(cexpr) >= 0.3.0 with crate(cexpr) < 0.4.0) BuildRequires: (crate(cexpr) >= 0.3.3 with crate(cexpr) < 0.4.0)
BuildRequires: (crate(cfg-if) >= 0.1.0 with crate(cfg-if) < 0.2.0) BuildRequires: (crate(cfg-if) >= 0.1.0 with crate(cfg-if) < 0.2.0)
BuildRequires: ((crate(clang-sys) >= 0.26.0 with crate(clang-sys) < 0.27.0) with crate(clang-sys/runtime) with crate(clang-sys/clang_6_0)) BuildRequires: ((crate(clang-sys) >= 0.26.0 with crate(clang-sys) < 0.27.0) with crate(clang-sys/runtime) with crate(clang-sys/clang_6_0))
BuildRequires: (crate(clap) >= 2.0.0 with crate(clap) < 3.0.0) BuildRequires: (crate(clap) >= 2.0.0 with crate(clap) < 3.0.0)
@ -87,6 +87,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 0.43.0-1
- Update to 0.43.0
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.42.2-1 * Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.42.2-1
- Update to 0.42.2 - Update to 0.42.2

@ -1 +1 @@
SHA512 (bindgen-0.42.2.crate) = 61a63b40057bb8a5aaf8e0e6c62598c6b696c9a46818308bfccbe0d09d667d8bd8fdc94e8d3111d60656952d0bfd80509f69c7a7f94c9ad7f5585a3c39c73430 SHA512 (bindgen-0.43.0.crate) = ad9ae3ee529eeea6e4f9f7e970cb0e06e3e1bb2ac0cc0b3f2bbacda18d424eff71ea11725c46be20490c2ad873fb5db2582da87863e730e3122a5e51d7715ee7

Loading…
Cancel
Save