update to version 1.0.5

epel9
Fabio Valentini 4 years ago
parent 35e654d985
commit 7ace19190b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/rustversion-1.0.2.crate
/rustversion-1.0.3.crate
/rustversion-1.0.4.crate
/rustversion-1.0.5.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate rustversion
Name: rust-%{crate}
Version: 1.0.4
Release: 2%{?dist}
Version: 1.0.5
Release: 1%{?dist}
Summary: Conditional compilation according to rustc compiler version
# Upstream license specification: MIT OR Apache-2.0
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun May 16 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.5-1
- Update to version 1.0.5.
- Fixes RHBZ#1960790
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (rustversion-1.0.4.crate) = d15a79acc524ceac97a01b1083e109c1eb4b9d4ae6113b77b335a222667c18048a776afa7634200fe21c022812ed90282e09a472aa227c734f09d6ffee62a528
SHA512 (rustversion-1.0.5.crate) = 43f3ed12e007e0a7bf0ecbe44edec5ff092c88973903ad8032b12d678d98d8827a9e51040fa157b0d5b07d26a5b6cd314b410553fec46689b3a31b392c24770a

Loading…
Cancel
Save