From 35d933def3b9f79724216efdf82f4253b6f62703 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Nov 30 2020 18:20:53 +0000 Subject: update to version 0.1.22 --- diff --git a/.gitignore b/.gitignore index 00c687b..e7d26a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tracing-0.1.19.crate /tracing-0.1.21.crate +/tracing-0.1.22.crate diff --git a/rust-tracing.spec b/rust-tracing.spec index 6b80a38..b6e8660 100644 --- a/rust-tracing.spec +++ b/rust-tracing.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 %bcond_without check %global debug_package %{nil} %global crate tracing Name: rust-%{crate} -Version: 0.1.21 +Version: 0.1.22 Release: 1%{?dist} Summary: Application-level tracing for Rust @@ -290,6 +290,10 @@ which use "tracing-attributes" feature of "%{crate}" crate. %endif %changelog +* Fri Nov 27 2020 Fabio Valentini - 0.1.22-1 +- Update to version 0.1.22. +- Fixes RHBZ#1900911 + * Thu Oct 01 2020 Fabio Valentini - 0.1.21-1 - Update to version 0.1.21. diff --git a/sources b/sources index 1cc8e25..7967989 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracing-0.1.21.crate) = 9310c0a26670ccc99dd330bf7f9c4e1f87c11c5b11fdc25d05b237eac457f37a2ef3136978945b2126eb37c54fc750466a7195e8c5fe727445fe46188b8fd3ae +SHA512 (tracing-0.1.22.crate) = e85ac933dcec140051deb32abf222560adad621e77c4bfc9a139ed2dccb12127625fc36f92915d1db93d1d7d89132575fd4f64cd4e1e37df147d12f8484540eb diff --git a/tracing-fix-metadata.diff b/tracing-fix-metadata.diff index db16379..fa3d147 100644 --- a/tracing-fix-metadata.diff +++ b/tracing-fix-metadata.diff @@ -1,5 +1,5 @@ ---- tracing-0.1.21/Cargo.toml 2020-09-28T18:59:12+00:00 -+++ tracing-0.1.21/Cargo.toml 2020-10-01T10:38:16.320097+00:00 +--- 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 @@ -82,7 +82,5 @@ release_max_level_trace = [] release_max_level_warn = []