Update to 0.57.0

Close: rhbz#1923131
epel9
Robert-André Mauchin 4 years ago
parent 45b1371fd9
commit 8c1f2f49cf

1
.gitignore vendored

@ -13,3 +13,4 @@
/bindgen-0.53.2.crate
/bindgen-0.54.0.crate
/bindgen-0.56.0.crate
/bindgen-0.57.0.crate

@ -1,5 +1,5 @@
--- bindgen-0.56.0/Cargo.toml 2020-11-26T10:37:06+00:00
+++ bindgen-0.56.0/Cargo.toml 2020-11-27T22:56:18.675727+00:00
--- bindgen-0.57.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ bindgen-0.57.0/Cargo.toml 2021-03-31T14:16:57.766479+00:00
@@ -85,7 +85,7 @@
version = "0.1"

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global crate bindgen
Name: rust-%{crate}
Version: 0.56.0
Release: 4%{?dist}
Version: 0.57.0
Release: 1%{?dist}
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
# Upstream license specification: BSD-3-Clause
@ -54,9 +54,8 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%doc README.md csmith-fuzzing/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/csmith-fuzzing/
%package -n %{name}+default-devel
Summary: %{summary}
@ -258,6 +257,10 @@ which use "which-rustfmt" feature of "%{crate}" crate.
%endif
%changelog
* Wed Mar 31 16:16:57 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.57.0-1
- Update to 0.57.0
- Close: rhbz#1923131
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (bindgen-0.56.0.crate) = e7bc3700d3db533380b40874d258d9c3132a85bb704929922f203619dc7e62d0778d92cc23e9409a3c098095e0a29d995b9feb1409a57a402f6059d094a109fb
SHA512 (bindgen-0.57.0.crate) = a4bf376aa0f84e625f4c5eed7bdc9775549b0ab9e9edcee708d8b56df6cb49611b7093692e772ed7ad5adb1c3d8055d81b4ff19359a193a5bfb4b200ca8a26a8

Loading…
Cancel
Save