Update to version 2.0.0; Fixes RHBZ#2135916

epel9 imports/e9/rust-fragile-2.0.0-1.el9
Fabio Valentini 2 years ago
parent bb0280c0c2
commit 3e7fd7aa8f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/fragile-1.1.0.crate
/fragile-1.2.0.crate
/fragile-1.2.1.crate
/fragile-2.0.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate fragile
Name: rust-fragile
Version: 1.2.1
Version: 2.0.0
Release: %autorelease
Summary: Provides wrapper types for sending non-send values to other threads
@ -13,8 +13,6 @@ License: Apache-2.0
URL: https://crates.io/crates/fragile
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (fragile-1.2.1.crate) = 3b3fe5f9cbd97868ce57d1e1abaf837f664c6f2f23f7b19d904e3f23d6c91d2b68290f48e88ff4cc67c30f65f2b8c889d1e20dbe9a9c79f3932d7d86dae4222d
SHA512 (fragile-2.0.0.crate) = a48fee7c13ad800142a9ef1f355b2200b904ad9bf97b3601e310bad2b6ad90ea235b9704964c54be1d9c415c9c95fbc5f49e8ba5d7c6ee3488573f3404912608

Loading…
Cancel
Save