Update to version 0.9.0; Fixes RHBZ#2257362

epel10
Fabio Valentini 9 months ago
parent 1bdeebc8c0
commit c4351e0757
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/hashlink-0.8.2.crate
/hashlink-0.8.3.crate
/hashlink-0.8.4.crate
/hashlink-0.9.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate hashlink
Name: rust-hashlink
Version: 0.8.4
Version: 0.9.0
Release: %autorelease
Summary: HashMap-like containers that hold their key-value pairs in a user controllable order
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/hashlink
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
HashMap-like containers that hold their key-value pairs in a user
@ -74,7 +74,7 @@ use the "serde_impl" 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 (hashlink-0.8.4.crate) = 4b21564c26673458668da18fd95246514e90cad603ada7875466bb056fe461ab31c1db77fc2ebfe207a1bcff06df2b0b29c258f7fa9e5c19cb4e4b2388d53ff7
SHA512 (hashlink-0.9.0.crate) = bf9d356d39e14e4de4a95ac6f43064ce42f42fac15ce005d7225d2538968ab171c89c4fade7b1f76e480783406d2f6afd005f8450e0c674b9a138951f0abd7a9

Loading…
Cancel
Save