update to version 0.1.20

epel9
Fabio Valentini 4 years ago
parent 3690c69cca
commit bc8253c9eb
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/ctor-0.1.17.crate
/ctor-0.1.18.crate
/ctor-0.1.20.crate

@ -7,8 +7,8 @@
%global crate ctor
Name: rust-%{crate}
Version: 0.1.18
Release: 2%{?dist}
Version: 0.1.20
Release: 1%{?dist}
Summary: __attribute__((constructor)) for Rust
# Upstream license specification: Apache-2.0 OR MIT
@ -72,6 +72,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Mar 28 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.20-1
- Update to version 0.1.20.
- Fixes RHBZ#1924225
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (ctor-0.1.18.crate) = 82040822370eef7d276275f2042940a6b9d8b94667ef22fcf6f8eb0b527b56cd1d00d5520e42ec000512d17560b13fc792fef2c77f47337e9c843922e61325be
SHA512 (ctor-0.1.20.crate) = 877f4663f8079a368d198a3351e98551c6d8123dd5e53b812529b77b09f1c08296e6df817d7429e4c70a73a6203fd98bce5ec2ce7b09baabe4f348bd54a9c0dd

Loading…
Cancel
Save