Update to 0.13.2

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent d45f5f0bbc
commit 1424f9e0e2
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -22,3 +22,4 @@
/cbindgen-0.12.0.crate
/cbindgen-0.12.2.crate
/cbindgen-0.13.1.crate
/cbindgen-0.13.2.crate

@ -4,7 +4,7 @@
%global crate cbindgen
Name: rust-%{crate}
Version: 0.13.1
Version: 0.13.2
Release: 1%{?dist}
Summary: Tool for generating C bindings to Rust code
@ -28,6 +28,11 @@ Tool for generating C bindings to Rust code.}
%if ! %{__cargo_skip_build}
%package -n %{crate}
Summary: %{summary}
# Install all deps (without check), grab their licenses and make it simple
# * ASL 2.0 or Boost
# * MIT
# * MIT or ASL 2.0
License: MIT and (ASL 2.0 or Boost)
%description -n %{crate} %{_description}
@ -98,6 +103,9 @@ echo '/usr/bin/gcc'
%endif
%changelog
* Sun Mar 29 10:15:09 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.13.2-1
- Update to 0.13.2
* Thu Feb 27 2020 Josh Stone <jistone@redhat.com> - 0.13.1-1
- Update to 0.13.1

@ -1 +1 @@
SHA512 (cbindgen-0.13.1.crate) = faaf76c95e3111931fbe044909be385c2af3366ee07cd4c5d9aeb02a9715ff75c3a78370a3b5c50af145970851feadb2aef983ff0c3aaae63626d25f40a656b8
SHA512 (cbindgen-0.13.2.crate) = 2e894c6cf2b08321418ef78228fbebb5f504aea1576b8e159b4d8d66442cb65cee4f611f0ce13fa58539c08fe21932358fcfead52acbe5413adc9fdba05faf66

Loading…
Cancel
Save