Update to version 0.1.20; Fixes RHBZ#2173386

epel9
Fabio Valentini 2 years ago
parent d98f9db833
commit aff6a3f599
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/no-panic-0.1.16.crate /no-panic-0.1.16.crate
/no-panic-0.1.17.crate /no-panic-0.1.17.crate
/no-panic-0.1.19.crate /no-panic-0.1.19.crate
/no-panic-0.1.20.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate no-panic %global crate no-panic
Name: rust-no-panic Name: rust-no-panic
Version: 0.1.19 Version: 0.1.20
Release: %autorelease Release: %autorelease
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
@ -16,7 +16,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Attribute macro to require that the compiler prove a function can't ever panic.} Attribute macro to require that the compiler prove a function can't ever
panic.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (no-panic-0.1.19.crate) = db9187aac7a5ca51d67f2f06b5ce34f9ea16417d6255cf088ca85e086e13fb612962db6711b4a8b953e3dc9b08757427c0a1f93a2d31a43429928a559e3f0e56 SHA512 (no-panic-0.1.20.crate) = ebfa62089a103705820aa76c46d8b99fcccd3381e13e40a78bee60bd32f453a138c87faf4f48437d778a24a4b2dc590f175809b957044c932b99f9841a3909b3

Loading…
Cancel
Save