Update to version 0.6.2 (rhbz#2278741)

epel10 imports/epel10/rust-clru-0.6.2-1.el10
blinxen 9 months ago
parent efcfe64881
commit a5c3adfe30

1
.gitignore vendored

@ -1 +1,2 @@
/clru-0.6.1.crate
/clru-0.6.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate clru
Name: rust-clru
Version: 0.6.1
Version: 0.6.2
Release: %autorelease
Summary: LRU cache implementation with constant time operations and weighted semantic
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/clru
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
An LRU cache implementation with constant time operations and weighted
@ -48,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (clru-0.6.1.crate) = bb9303ea245e3df6321bbf3c4cf9f899648067f8d3950638387badc79ab37e7570ee73c90af96dfe4eefc004d116c5fc77cc8d89a2809defa2107cde530cd192
SHA512 (clru-0.6.2.crate) = 6dabdbc4b956fffed9c362b6f33b71625ba62651b0820dcc78b61319d981513d479b453906604de173110bcd9a7441451ef10cb0978e5e587cd0df23fec2c4bc

Loading…
Cancel
Save