Update to version 0.3.16; Fixes RHBZ#2333472

epel10 imports/epel10/rust-inventory-0.3.16-1.el10
Fabio Valentini 2 weeks ago
parent 1fb2bc77bc
commit fe155e4cd0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/inventory-0.3.13.crate
/inventory-0.3.14.crate
/inventory-0.3.15.crate
/inventory-0.3.16.crate

@ -0,0 +1,8 @@
--- inventory-0.3.16/Cargo.toml 1970-01-01T00:00:01+00:00
+++ inventory-0.3.16/Cargo.toml 2025-01-03T16:10:01.317359+00:00
@@ -62,5 +62,3 @@
version = "1.0.89"
features = ["diff"]
-[target.'cfg(any(target_os = "emscripten", target_os = "wasi"))'.dependencies.rustversion]
-version = "1.0"

@ -1,17 +1,19 @@
# Generated by rust2rpm 25
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate inventory
Name: rust-inventory
Version: 0.3.15
Version: 0.3.16
Release: %autorelease
Summary: Typed distributed plugin registration
License: MIT OR Apache-2.0
URL: https://crates.io/crates/inventory
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: inventory-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24

@ -1 +1 @@
SHA512 (inventory-0.3.15.crate) = 1b7e229e5555e9b08edf1c1658e11831e591fe1f7c10e6160162fad076e89e4ca401b58ac59a76ce8ed4e1f9cd759a073d8d1f937f0190e2892804ce4e0c1f72
SHA512 (inventory-0.3.16.crate) = f32433aa5f69814602cf75852a5a058363dc419740c150a6da43e4de9b0c852d522283c83eecc2b5b2abc58769651b2d305298a46eed96b3a962798b3474b7be

Loading…
Cancel
Save