Regenerate with rust2rpm v24

epel10
Fabio Valentini 2 years ago
parent a1c65cbb2e
commit c11c7ab6d4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,24 +1,21 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate tracing-log
Name: rust-%{crate}
Name: rust-tracing-log
Version: 0.1.3
Release: %autorelease
Summary: Provides compatibility between tracing and the log crate
Summary: Compatibility between tracing and the log crate
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/tracing-log
Source: %{crates_source}
# Initial patched metadata
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
# * drop optional interest-cache feature (lru is not packaged yet)
Patch0: tracing-log-fix-metadata.diff
ExclusiveArch: %{rust_arches}
Patch: tracing-log-fix-metadata.diff
BuildRequires: rust-packaging >= 21

@ -1,5 +1,5 @@
--- tracing-log-0.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-log-0.1.3/Cargo.toml 2022-05-04T11:20:37.327869+00:00
+++ tracing-log-0.1.3/Cargo.toml 2023-08-07T18:34:41.310458+00:00
@@ -43,10 +43,6 @@
name = "logging"
harness = false

Loading…
Cancel
Save