Update to 0.47.0

epel9
Josh Stone 6 years ago
parent 2a47207730
commit d1bd76995b

1
.gitignore vendored

@ -4,3 +4,4 @@
/bindgen-0.43.0.crate /bindgen-0.43.0.crate
/bindgen-0.43.1.crate /bindgen-0.43.1.crate
/bindgen-0.46.0.crate /bindgen-0.46.0.crate
/bindgen-0.47.0.crate

@ -4,7 +4,7 @@
%global crate bindgen %global crate bindgen
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.46.0 Version: 0.47.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
@ -19,9 +19,9 @@ BuildRequires: rust-packaging
BuildRequires: (crate(bitflags/default) >= 1.0.3 with crate(bitflags/default) < 2.0.0) BuildRequires: (crate(bitflags/default) >= 1.0.3 with crate(bitflags/default) < 2.0.0)
BuildRequires: (crate(cexpr/default) >= 0.3.3 with crate(cexpr/default) < 0.4.0) BuildRequires: (crate(cexpr/default) >= 0.3.3 with crate(cexpr/default) < 0.4.0)
BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0) BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0)
BuildRequires: (crate(clang-sys/clang_6_0) >= 0.26.0 with crate(clang-sys/clang_6_0) < 0.27.0) BuildRequires: (crate(clang-sys/clang_6_0) >= 0.27.0 with crate(clang-sys/clang_6_0) < 0.28.0)
BuildRequires: (crate(clang-sys/default) >= 0.26.0 with crate(clang-sys/default) < 0.27.0) BuildRequires: (crate(clang-sys/default) >= 0.27.0 with crate(clang-sys/default) < 0.28.0)
BuildRequires: (crate(clang-sys/runtime) >= 0.26.0 with crate(clang-sys/runtime) < 0.27.0) BuildRequires: (crate(clang-sys/runtime) >= 0.27.0 with crate(clang-sys/runtime) < 0.28.0)
BuildRequires: (crate(clap/default) >= 2.0.0 with crate(clap/default) < 3.0.0) BuildRequires: (crate(clap/default) >= 2.0.0 with crate(clap/default) < 3.0.0)
BuildRequires: (crate(env_logger/default) >= 0.6.0 with crate(env_logger/default) < 0.7.0) BuildRequires: (crate(env_logger/default) >= 0.6.0 with crate(env_logger/default) < 0.7.0)
BuildRequires: (crate(hashbrown/default) >= 0.1.0 with crate(hashbrown/default) < 0.2.0) BuildRequires: (crate(hashbrown/default) >= 0.1.0 with crate(hashbrown/default) < 0.2.0)
@ -132,6 +132,9 @@ which use "logging" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jan 22 2019 Josh Stone <jistone@redhat.com> - 0.47.0-1
- Update to 0.47.0
* Mon Jan 14 2019 Josh Stone <jistone@redhat.com> - 0.46.0-1 * Mon Jan 14 2019 Josh Stone <jistone@redhat.com> - 0.46.0-1
- Update to 0.46.0 - Update to 0.46.0

@ -1 +1 @@
SHA512 (bindgen-0.46.0.crate) = 1303b20d837d67891449495a3a0ec024c9ba8697e2ba82e891cad83d840f2c3d005eee6c147ae1ef2485ac49398a18e3dcb5c4ecf858f741424e68e077256bbd SHA512 (bindgen-0.47.0.crate) = 9d2b5946b8bf87841fcf30a0bde3e842a7f7a7ce8a3f7deb1000bccb74b34eb83ae61064847b4d2c326eb95814ea4bcf9502e780dacc7382c4b47a81e7222904

Loading…
Cancel
Save