Update to 0.8.6

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 36f0b3384b
commit a83740bf32
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -14,3 +14,4 @@
/cbindgen-0.8.2.crate /cbindgen-0.8.2.crate
/cbindgen-0.8.3.crate /cbindgen-0.8.3.crate
/cbindgen-0.8.4.crate /cbindgen-0.8.4.crate
/cbindgen-0.8.6.crate

@ -1,10 +1,10 @@
# Generated by rust2rpm # Generated by rust2rpm-9-1.fc31
%bcond_without check %bcond_without check
%global crate cbindgen %global crate cbindgen
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.4 Version: 0.8.6
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tool for generating C bindings to Rust code Summary: Tool for generating C bindings to Rust code
@ -43,8 +43,7 @@ A tool for generating C bindings to Rust code.
%package -n %{crate} %package -n %{crate}
Summary: %{summary} Summary: %{summary}
%description -n %{crate} %description -n %{crate} %{_description}
%{summary}.
%files -n %{crate} %files -n %{crate}
%license LICENSE %license LICENSE
@ -94,6 +93,9 @@ export CBINDGEN_TEST_VERIFY=1
%endif %endif
%changelog %changelog
* Tue May 07 14:58:53 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.6-1
- Update to 0.8.6
* Thu May 02 2019 Josh Stone <jistone@redhat.com> - 0.8.4-1 * Thu May 02 2019 Josh Stone <jistone@redhat.com> - 0.8.4-1
- Update to 0.8.4 - Update to 0.8.4

@ -1 +1 @@
SHA512 (cbindgen-0.8.4.crate) = a81207e9a795daa4c0d67c7ae7691efd2f839d3616209ff000fbad35aa0df2d7d60ef7237c8f6cbcd86c30fabb3597d9dd85e7b8c08e4dcf40869749172759d9 SHA512 (cbindgen-0.8.6.crate) = 72d0dadd2336c7c12fb3ab7921013b75bee69cfd9367f3d011a9f0f15cf0a6b7acbae54d2969ec7da8896983182ec242b0b4726a632e458889a1eccbb7869c19

Loading…
Cancel
Save