Update to 0.1.15

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent 47bd8a9fc5
commit 9ca89af797
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -8,3 +8,4 @@
/no-panic-0.1.12.crate /no-panic-0.1.12.crate
/no-panic-0.1.13.crate /no-panic-0.1.13.crate
/no-panic-0.1.14.crate /no-panic-0.1.14.crate
/no-panic-0.1.15.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate no-panic %global crate no-panic
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.14 Version: 0.1.15
Release: 3%{?dist} Release: 1%{?dist}
Summary: Attribute macro to require that the compiler prove a function can't ever panic Summary: Attribute macro to require that the compiler prove a function can't ever panic
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Dec 28 11:03:32 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.15-1
- Update to 0.1.15 (Fixes: RHBZ#1911138)
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.14-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.14-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (no-panic-0.1.14.crate) = 492c05295db39b3719b5fef16a650aa057f38ad476e49321858a0d83559e02e88067960b36709263e82529f4c1a4c46580c6711b0c3d1e5b99f5c7b026b28f38 SHA512 (no-panic-0.1.15.crate) = 3a64c8f463f5fa6cad8785cafb9e50fddf1286d1ebf4e75cb583936be308cea2cc833ed967130c4d566a304558fe690cd08ffff8dfd53b17fb19b8d83cab0ca0

Loading…
Cancel
Save