update to version 0.14.6

epel9
Fabio Valentini 4 years ago
parent fadca4c64b
commit 59ce3cbe76
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

2
.gitignore vendored

@ -27,3 +27,5 @@
/cbindgen-0.14.2.crate
/cbindgen-0.14.3.crate
/cbindgen-0.14.4.crate
/cbindgen-0.14.5.crate
/cbindgen-0.14.6.crate

@ -4,7 +4,7 @@
%global crate cbindgen
Name: rust-%{crate}
Version: 0.14.4
Version: 0.14.6
Release: 1%{?dist}
Summary: Tool for generating C bindings to Rust code
@ -32,13 +32,13 @@ Summary: %{summary}
# * ASL 2.0 or Boost
# * MIT
# * MIT or ASL 2.0
License: MIT and (ASL 2.0 or Boost)
License: MPLv2.0 and MIT and (ASL 2.0 or Boost)
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE
%doc docs.md README.md
%doc contributing.md docs.md internals.md README.md
%{_bindir}/cbindgen
%endif
@ -103,6 +103,9 @@ echo '/usr/bin/gcc'
%endif
%changelog
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 0.14.6-1
- Update to version 0.14.6.
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.14.4-1
- Update to 0.14.4

@ -1 +1 @@
SHA512 (cbindgen-0.14.4.crate) = 1d1dfbb159aad25ecbe77368ced803a0cf219a00238364d95b1866f371912e10932e9a6ccda7acd8541b270b1880bda4a29af095a8d83b79a792e31d1ce2bd78
SHA512 (cbindgen-0.14.6.crate) = 160165c1e273b571cedde7e7911c56d81408e1fb416d6415329a7a8b4f366a0dc66ceb8974da9ccf3d5dd20af86785cc57c8b788484b17da51372810c25b01bb

Loading…
Cancel
Save