Update to version 0.1.29; Fixes RHBZ#2112470

epel9
Fabio Valentini 3 years ago
parent 72c709df51
commit 113468b530
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/tracing-core-0.1.23.crate /tracing-core-0.1.23.crate
/tracing-core-0.1.26.crate /tracing-core-0.1.26.crate
/tracing-core-0.1.28.crate /tracing-core-0.1.28.crate
/tracing-core-0.1.29.crate

@ -1,21 +1,19 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tracing-core %global crate tracing-core
Name: rust-%{crate} Name: rust-tracing-core
Version: 0.1.28 Version: 0.1.29
Release: %autorelease Release: %autorelease
Summary: Core primitives for application-level tracing Summary: Core primitives for application-level tracing
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/tracing-core URL: https://crates.io/crates/tracing-core
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * drop optional dependencies for unstable "valuable" feature Patch: tracing-core-fix-metadata-auto.diff
Patch0: tracing-core-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}

@ -1 +1 @@
SHA512 (tracing-core-0.1.28.crate) = d48ac579f01123296eab18478888b916cdb64f1d8942e06e08984a77927ff5cac4328b1586800252c16472947f1b3c53c9a30c8b59a4a905210c54429b7d4b60 SHA512 (tracing-core-0.1.29.crate) = 47d07572dbe72b342baf7bf8ccd41ba870f277db24f4eba0e225f94746a5f2fe76ea340bc6e95a882168718ac4f1afdf4ee01bc57645a0ce3a5798374d175919

@ -0,0 +1,17 @@
--- tracing-core-0.1.29/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-core-0.1.29/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -53,14 +53,8 @@
[features]
default = [
"std",
- "valuable/std",
]
std = ["once_cell"]
-[target."cfg(tracing_unstable)".dependencies.valuable]
-version = "0.1.0"
-optional = true
-default-features = false
-
[badges.maintenance]
status = "actively-developed"

@ -1,20 +0,0 @@
--- tracing-core-0.1.28/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-core-0.1.28/Cargo.toml 2022-07-15T11:30:53.681416+00:00
@@ -51,16 +51,8 @@
optional = true
[features]
-default = [
- "std",
- "valuable/std",
-]
+default = ["std"]
std = ["once_cell"]
-
-[target."cfg(tracing_unstable)".dependencies.valuable]
-version = "0.1.0"
-optional = true
-default_features = false
[badges.maintenance]
status = "actively-developed"
Loading…
Cancel
Save