Compare commits

...

4 Commits

2
.gitignore vendored

@ -7,3 +7,5 @@
/hashlink-0.8.2.crate
/hashlink-0.8.3.crate
/hashlink-0.8.4.crate
/hashlink-0.9.0.crate
/hashlink-0.9.1.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.1
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.1.crate) = 16189f332b9e2a71f8cf4c8b72485eb107c4a84d4bfe3c739ecea8fe5dec33ad3c796d57830b12c176bc65a2066913c809a0f7c8db83e9da1bb0c555de8d3717

Loading…
Cancel
Save