Update to version 0.3.3; Fixes RHBZ#2102832

epel9
Fabio Valentini 2 years ago
parent afd3191838
commit 7e0cff5d65
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/inventory-0.1.11.crate /inventory-0.1.11.crate
/inventory-0.2.2.crate /inventory-0.2.2.crate
/inventory-0.2.3.crate /inventory-0.2.3.crate
/inventory-0.3.3.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate inventory %global crate inventory
Name: rust-%{crate} Name: rust-inventory
Version: 0.2.3 Version: 0.3.3
Release: %autorelease Release: %autorelease
Summary: Typed distributed plugin registration Summary: Typed distributed plugin registration
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/inventory URL: https://crates.io/crates/inventory
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (inventory-0.2.3.crate) = 25fb89ad1432c3522a5047838b1d3131cd74942dcee17550f05aeede75913f78c7ff23f3654aeceaf8f9d2fc5d97615f302e52184141e74200d9afdc3c133dd3 SHA512 (inventory-0.3.3.crate) = 87683da98f63209b1cc809682cf4736757fd607fadd74514c8fad99f0c0fb9f3e73d2d56fae839d25f7ad802cdc224e124d7b240c2616d94b1c8c1b81d04dd6a

Loading…
Cancel
Save