Update to version 0.1.27; Fixes RHBZ#2251091

epel10
Fabio Valentini 1 year ago
parent 3000e44cfc
commit dd23aa9577
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/no-panic-0.1.23.crate
/no-panic-0.1.25.crate
/no-panic-0.1.26.crate
/no-panic-0.1.27.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate no-panic
Name: rust-no-panic
Version: 0.1.26
Version: 0.1.27
Release: %autorelease
Summary: Attribute macro to require that the compiler prove a function can't ever panic
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/no-panic
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Attribute macro to require that the compiler prove a function can't ever
@ -49,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (no-panic-0.1.26.crate) = 1d0bfa9d8ae91d1bdcefe97623e8f18378c6c4b8b430c7e87c1e41c5722ee6d0bfbb8e03f94f4118526da574ee4db9ea6da78f3e6b867d3d8770daaa390db076
SHA512 (no-panic-0.1.27.crate) = 6608296638361400b65d55c0fe4fea20073974b52889c65f1ec3d92ff11db2be20cc55a9e7f26a61dedde9cbc93f2d1e828d5904b2834f0406730f44f2ad9de4

Loading…
Cancel
Save