diff --git a/.gitignore b/.gitignore index b178d84..7d6ba65 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /tracing-0.1.21.crate /tracing-0.1.22.crate /tracing-0.1.23.crate +/tracing-0.1.25.crate diff --git a/rust-tracing.spec b/rust-tracing.spec index a8ab99f..642ccd9 100644 --- a/rust-tracing.spec +++ b/rust-tracing.spec @@ -5,7 +5,7 @@ %global crate tracing Name: rust-%{crate} -Version: 0.1.23 +Version: 0.1.25 Release: 1%{?dist} Summary: Application-level tracing for Rust @@ -290,6 +290,9 @@ which use "tracing-attributes" feature of "%{crate}" crate. %endif %changelog +* Sat Feb 27 2021 Fabio Valentini - 0.1.25-1 +- Update to version 0.1.25. + * Sun Feb 07 2021 Fabio Valentini - 0.1.23-1 - Update to version 0.1.23. - Fixes RHBZ#1925331 diff --git a/sources b/sources index 1a33e26..a92e30d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracing-0.1.23.crate) = ffb8452b8b289c6492a8366cb8cf05dc2aff07515e545bfdb48cd86362c26348400657989ba1feedb1e79b93b756c65f8cf9eb92a60e6a9b24e0ab79224f4033 +SHA512 (tracing-0.1.25.crate) = a9c48aa6abda26d7a7f26a1db3d4ea8b2b72bc69a8d6fcaaae21342bc802b4804a38691969959b1bb5bb7adf7d67380b09dde0196f65b6e49735be79e78385f3 diff --git a/tracing-fix-metadata.diff b/tracing-fix-metadata.diff index 375eb9c..88ac29a 100644 --- a/tracing-fix-metadata.diff +++ b/tracing-fix-metadata.diff @@ -1,5 +1,5 @@ ---- 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 +--- tracing-0.1.25/Cargo.toml 2021-02-23T22:05:12+00:00 ++++ tracing-0.1.25/Cargo.toml 2021-02-27T16:54:02.316142+00:00 @@ -82,7 +82,5 @@ release_max_level_trace = [] release_max_level_warn = []