Update to version 1.3.0; Fixes RHBZ#2148600

epel9
Fabio Valentini 2 years ago
parent 1c1640400d
commit 5439e605df
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/blocking-1.0.2.crate /blocking-1.0.2.crate
/blocking-1.1.0.crate /blocking-1.1.0.crate
/blocking-1.2.0.crate /blocking-1.2.0.crate
/blocking-1.3.0.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate blocking %global crate blocking
Name: rust-%{crate} Name: rust-blocking
Version: 1.2.0 Version: 1.3.0
Release: %autorelease Release: %autorelease
Summary: Thread pool for isolating blocking I/O in async programs Summary: Thread pool for isolating blocking I/O in async programs
# Upstream license specification: Apache-2.0 OR MIT License: Apache-2.0 OR MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/blocking URL: https://crates.io/crates/blocking
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (blocking-1.2.0.crate) = aa5cc62a340fb94859e90bd54b9e61d897026ee66570f15f94a0be287b470f5222233dbf30cdf1b0860c4a24abdb0c40f925d9ccbabfbf38fa27b5b17917aa33 SHA512 (blocking-1.3.0.crate) = edfebd645c7bfca139340ac7b8c64f64c252b39310a2df61c9ae0e758417541eceb35006a052516e1289c935d79eee1347a716d9167627bed52ad1a8388bb607

Loading…
Cancel
Save