update to version 0.17.0

epel9
Fabio Valentini 4 years ago
parent 3a91ec601e
commit 81771d6757
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -30,3 +30,4 @@
/cbindgen-0.14.5.crate /cbindgen-0.14.5.crate
/cbindgen-0.14.6.crate /cbindgen-0.14.6.crate
/cbindgen-0.15.0.crate /cbindgen-0.15.0.crate
/cbindgen-0.17.0.crate

@ -4,8 +4,8 @@
%global crate cbindgen %global crate cbindgen
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.15.0 Version: 0.17.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: Tool for generating C bindings to Rust code Summary: Tool for generating C bindings to Rust code
# Upstream license specification: MPL-2.0 # Upstream license specification: MPL-2.0
@ -19,6 +19,7 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: /usr/bin/cython
BuildRequires: /usr/bin/g++ BuildRequires: /usr/bin/g++
BuildRequires: /usr/bin/gcc BuildRequires: /usr/bin/gcc
@ -102,6 +103,9 @@ which use "clap" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Mar 29 2021 Fabio Valentini <decathorpe@gmail.com> - 0.17.0-1
- Update to version 0.17.0.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (cbindgen-0.15.0.crate) = cb0868ccdd5ae8f46b3c07f7f06bfad0583f2eda5381e4404a679814dcaad62ce95c9c16c22f00dedfaa2b78f25f1e5f3404a3e515ab50cffac05d1e6f936e60 SHA512 (cbindgen-0.17.0.crate) = ea8adaa6cc1d681ef28391e1a3b001c250d9a90a9961d02d6666582d7d98c79333ba02ef3ff8df6bf375f0c371e72aed1b8bc60aade26d36ab74ce1bbe70f545

Loading…
Cancel
Save