Update to version 1.1.0; Fixes RHBZ#2021877

epel9
Fabio Valentini 3 years ago
parent fc0a82ef16
commit a80423dd64
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/blocking-1.0.2.crate /blocking-1.0.2.crate
/blocking-1.1.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 18
%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-%{crate}
Version: 1.0.2 Version: 1.1.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
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%doc README.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (blocking-1.0.2.crate) = f9048544161cb3098ec7362487c8df4ece972445dfc94196cc2cbe7faa2b6f3f3e5abe56310675c798636148b0b709d864fb94959d36976043886feb149adb66 SHA512 (blocking-1.1.0.crate) = db898435e8f96af8b77865be4f0df10c5e869518893d192b23ccb308339c0a1d48043cf4c95c13016cdcf324e941ecb7b1546af2ef7d80e7e8e401c8f2110337

Loading…
Cancel
Save