Compare commits

...

2 Commits

Author SHA1 Message Date
blinxen a5c3adfe30 Update to version 0.6.2 (rhbz#2278741)
9 months ago
Fedora Release Engineering efcfe64881 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago

1
.gitignore vendored

@ -1 +1,2 @@
/clru-0.6.1.crate /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 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate clru %global crate clru
Name: rust-clru Name: rust-clru
Version: 0.6.1 Version: 0.6.2
Release: %autorelease Release: %autorelease
Summary: LRU cache implementation with constant time operations and weighted semantic Summary: LRU cache implementation with constant time operations and weighted semantic
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/clru URL: https://crates.io/crates/clru
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
An LRU cache implementation with constant time operations and weighted 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 %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

Loading…
Cancel
Save