Update to version 0.10.4; Fixes RHBZ#2154940

epel9 imports/e9/rust-block-buffer-0.10.4-1.el9
Fabio Valentini 2 years ago
parent 18eb99cf95
commit c02e575f88
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/block-buffer-0.9.0.crate /block-buffer-0.9.0.crate
/block-buffer-0.10.2.crate /block-buffer-0.10.2.crate
/block-buffer-0.10.3.crate /block-buffer-0.10.3.crate
/block-buffer-0.10.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate block-buffer %global crate block-buffer
Name: rust-block-buffer Name: rust-block-buffer
Version: 0.10.3 Version: 0.10.4
Release: %autorelease Release: %autorelease
Summary: Buffer type for block processing of data Summary: Buffer type for block processing of data
@ -13,8 +13,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/block-buffer URL: https://crates.io/crates/block-buffer
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 (block-buffer-0.10.3.crate) = e29faab70f8f2965a58089728274ec34bc97d681526687868c9cb1a2c145db00717f97e77b79a04fa52bd76817d796e104b509cd2a3163085b214f8eb68ac04f SHA512 (block-buffer-0.10.4.crate) = b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb

Loading…
Cancel
Save