Update to version 0.1.31; Fixes RHBZ#2203334

epel9
Fabio Valentini 2 years ago
parent 2b71aa50a6
commit 34307e6f87
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/tracing-core-0.1.28.crate
/tracing-core-0.1.29.crate
/tracing-core-0.1.30.crate
/tracing-core-0.1.31.crate

@ -1,3 +0,0 @@
# rust-tracing-core
The rust-tracing-core package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate tracing-core
Name: rust-tracing-core
Version: 0.1.30
Version: 0.1.31
Release: %autorelease
Summary: Core primitives for application-level tracing
@ -15,8 +15,6 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: tracing-core-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (tracing-core-0.1.30.crate) = 9a14edf6338eff6636473f4ea844dfe337e434c14f40e7b9af6d7e6cf25f745f37bbe372bc63c01043667bea2f5b248b8afa8d6aae4cac3dc5193e3383ef1c65
SHA512 (tracing-core-0.1.31.crate) = 66fcd0b4f32de3816b1dcbeda1af26fae0a79d088894637984dc6a0ca65b609f5f166cea376601f6a75f8e3a281da6d4450dc796aa0a7177ad615330237e2bed

@ -1,5 +1,5 @@
--- tracing-core-0.1.30/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-core-0.1.30/Cargo.toml 1970-01-01T00:00:01+00:00
--- tracing-core-0.1.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-core-0.1.31/Cargo.toml 2023-05-17T13:15:51.551556+00:00
@@ -53,14 +53,8 @@
[features]
default = [

Loading…
Cancel
Save