Update to version 0.4.8; Fixes RHBZ#2171301

epel9
Fabio Valentini 2 years ago
parent 7d43657379
commit b81dd4d77e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/slab-0.4.5.crate /slab-0.4.5.crate
/slab-0.4.6.crate /slab-0.4.6.crate
/slab-0.4.7.crate /slab-0.4.7.crate
/slab-0.4.8.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate slab %global crate slab
Name: rust-%{crate} Name: rust-slab
Version: 0.4.7 Version: 0.4.8
Release: %autorelease Release: %autorelease
Summary: Pre-allocated storage for a uniform data type Summary: Pre-allocated storage for a uniform data type
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/slab URL: https://crates.io/crates/slab
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 (slab-0.4.7.crate) = 659a9ca3323fc2cd236f6cb9eb6feeae8a1f5fa046fa239a34cd7a5ab8a7eadb9e5977e8d5cc41e9138900dd7c75ebc0601480771c5fdd2e084ee76619b82521 SHA512 (slab-0.4.8.crate) = 1d713a217b3816a1e6c230d4bb52c32c90f600e64520f0c339ea8255ee8aefd887d969fa23497f1bd8b2b1f7dcb4b220957889746f04dc3453240b5f28517192

Loading…
Cancel
Save