Compare commits

..

5 Commits

2
.gitignore vendored

@ -1,5 +1,3 @@
/bindgen-cli-0.62.0.crate
/bindgen-cli-0.63.0.crate
/bindgen-cli-0.68.1.crate
/bindgen-cli-0.69.4.crate
/bindgen-cli-0.69.5.crate

@ -1,10 +1,10 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global crate bindgen-cli
Name: rust-bindgen-cli
Version: 0.69.5
Version: 0.68.1
Release: %autorelease
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
@ -49,7 +49,7 @@ Requires: clang-libs
%{_bindir}/bindgen
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (bindgen-cli-0.69.5.crate) = 35b1bc46811880aaee32e39350c1c9016e48559007a64017381e6a698229cccdaea4f1231885dfbdc16375b4c3a03e45a6618850cfcb46b75d39ee5999c57f45
SHA512 (bindgen-cli-0.68.1.crate) = 0202022a31ab7b943ca7bedcae61b74d97018f1a8f203ff4c386862f776d2bbd66c45a4d34272e88951fd9f5273176b39f3afea3ef5560192667309546101164

Loading…
Cancel
Save