Update to version 0.69.4; Fixes RHBZ#2247522

epel10
Fabio Valentini 12 months ago
parent 9af4d8bbfa
commit 306de4a38a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

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

@ -1 +1 @@
SHA512 (bindgen-cli-0.68.1.crate) = 0202022a31ab7b943ca7bedcae61b74d97018f1a8f203ff4c386862f776d2bbd66c45a4d34272e88951fd9f5273176b39f3afea3ef5560192667309546101164 SHA512 (bindgen-cli-0.69.4.crate) = 178ce6c77adeb4431b01792261e5e41b10c2c7610ebc895863d02865b1a94c06e75f940c0bd164ebc91d7698dd7c70aeddaf261e90ca5c329d9d517c60abee94

Loading…
Cancel
Save