Update to version 0.3.13; Fixes RHBZ#2247388

epel9
Fabio Valentini 1 year ago
parent 3c8cde6cd6
commit 5358de4e63
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/inventory-0.3.9.crate /inventory-0.3.9.crate
/inventory-0.3.11.crate /inventory-0.3.11.crate
/inventory-0.3.12.crate /inventory-0.3.12.crate
/inventory-0.3.13.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate inventory %global crate inventory
Name: rust-inventory Name: rust-inventory
Version: 0.3.12 Version: 0.3.13
Release: %autorelease Release: %autorelease
Summary: Typed distributed plugin registration Summary: Typed distributed plugin registration
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/inventory URL: https://crates.io/crates/inventory
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Typed distributed plugin registration.} Typed distributed plugin registration.}
@ -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 (inventory-0.3.12.crate) = c35c8d05b6d9e6de380f400ebd8d938783ded03e3852012b70fe256d1ff2083414ee2d29270b3fe5232b3c8a91b4a1c0990855473ced2429e9c8c1f16bcd0474 SHA512 (inventory-0.3.13.crate) = e49e1346c7b1bf34b40a0d24ad45c818ab2a1da677a8a6eb0a569876b32b77d3b75c37fc85fc89fc3209d208a3928662836261b3fe1f2c4a978de7203070d915

Loading…
Cancel
Save