Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini 66bc5ce950
Update to version 1.0.2; Fixes RHBZ#2345873 1 week ago
Fedora Release Engineering 439ce21988 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 1 month ago
Fedora Release Engineering 6db9d74a42 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 7 months ago
Fedora Release Engineering 92cb40ddfc Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 1 year ago
Fedora Release Engineering 1fe3c8a87a Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild 2 years ago

1
.gitignore vendored

@ -1,2 +1,3 @@
/equivalent-1.0.0.crate
/equivalent-1.0.1.crate
/equivalent-1.0.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate equivalent
Name: rust-equivalent
Version: 1.0.1
Version: 1.0.2
Release: %autorelease
Summary: Traits for key comparison in maps
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/equivalent
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Traits for key comparison in maps.}
@ -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 (equivalent-1.0.1.crate) = b2bc60e804c1b02c461dcefcfd60fc37145af710d183ebe65f9a4d63f2b2072d23193f98dc550a9213c7fdc6a2a837af23b04a89294ebbb681a4aaf5d5031140
SHA512 (equivalent-1.0.2.crate) = 8e0e2dc070794a85b276e93f9e4a65d3bbb8587b33fda211c34479a0b88504c913d8bef9e84d7996254aeabe1efe4ff1ef6259ff4fe3f9ccb90dd90070b3e4d4

Loading…
Cancel
Save