diff --git a/.gitignore b/.gitignore index e7d26a6..b178d84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /tracing-0.1.19.crate /tracing-0.1.21.crate /tracing-0.1.22.crate +/tracing-0.1.23.crate diff --git a/rust-tracing.spec b/rust-tracing.spec index 7c156cf..a8ab99f 100644 --- a/rust-tracing.spec +++ b/rust-tracing.spec @@ -5,8 +5,8 @@ %global crate tracing Name: rust-%{crate} -Version: 0.1.22 -Release: 2%{?dist} +Version: 0.1.23 +Release: 1%{?dist} Summary: Application-level tracing for Rust # Upstream license specification: MIT @@ -290,6 +290,10 @@ which use "tracing-attributes" feature of "%{crate}" crate. %endif %changelog +* Sun Feb 07 2021 Fabio Valentini - 0.1.23-1 +- Update to version 0.1.23. +- Fixes RHBZ#1925331 + * Wed Jan 27 2021 Fedora Release Engineering - 0.1.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 7967989..1a33e26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracing-0.1.22.crate) = e85ac933dcec140051deb32abf222560adad621e77c4bfc9a139ed2dccb12127625fc36f92915d1db93d1d7d89132575fd4f64cd4e1e37df147d12f8484540eb +SHA512 (tracing-0.1.23.crate) = ffb8452b8b289c6492a8366cb8cf05dc2aff07515e545bfdb48cd86362c26348400657989ba1feedb1e79b93b756c65f8cf9eb92a60e6a9b24e0ab79224f4033 diff --git a/tracing-fix-metadata.diff b/tracing-fix-metadata.diff index fa3d147..375eb9c 100644 --- a/tracing-fix-metadata.diff +++ b/tracing-fix-metadata.diff @@ -1,5 +1,5 @@ ---- tracing-0.1.22/Cargo.toml 2020-11-23T23:35:33+00:00 -+++ tracing-0.1.22/Cargo.toml 2020-11-27T22:01:38.377176+00:00 +--- tracing-0.1.23/Cargo.toml 2021-02-04T21:34:06+00:00 ++++ tracing-0.1.23/Cargo.toml 2021-02-07T13:21:50.352922+00:00 @@ -82,7 +82,5 @@ release_max_level_trace = [] release_max_level_warn = []