From bfcfdcc122536e3277b32f7eaeb7c423ee56630b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 5 May 2021 23:32:51 +0200 Subject: [PATCH] update to version 0.1.26 --- .gitignore | 1 + rust-tracing.spec | 9 ++++++--- sources | 2 +- tracing-fix-metadata.diff | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7d6ba65..7287dd4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /tracing-0.1.22.crate /tracing-0.1.23.crate /tracing-0.1.25.crate +/tracing-0.1.26.crate diff --git a/rust-tracing.spec b/rust-tracing.spec index 642ccd9..d651c6b 100644 --- a/rust-tracing.spec +++ b/rust-tracing.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 17 %bcond_without check %global debug_package %{nil} %global crate tracing Name: rust-%{crate} -Version: 0.1.25 +Version: 0.1.26 Release: 1%{?dist} Summary: Application-level tracing for Rust @@ -14,7 +14,7 @@ License: MIT URL: https://crates.io/crates/tracing Source: %{crates_source} # Initial patched metadata -# * No wasm deps +# * drop WASM-specific dependencies Patch0: tracing-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -290,6 +290,9 @@ which use "tracing-attributes" feature of "%{crate}" crate. %endif %changelog +* Wed May 05 2021 Fabio Valentini - 0.1.26-1 +- Update to version 0.1.26. + * Sat Feb 27 2021 Fabio Valentini - 0.1.25-1 - Update to version 0.1.25. diff --git a/sources b/sources index a92e30d..a47a127 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracing-0.1.25.crate) = a9c48aa6abda26d7a7f26a1db3d4ea8b2b72bc69a8d6fcaaae21342bc802b4804a38691969959b1bb5bb7adf7d67380b09dde0196f65b6e49735be79e78385f3 +SHA512 (tracing-0.1.26.crate) = 19ddccaebb2d3b2230a6ceda5f72af29200ae760e8d411c2073e7338a6ca2231c8b2b14180eabec78dd521ab7b48996966b0419725adf8c67a03d1775ec834be diff --git a/tracing-fix-metadata.diff b/tracing-fix-metadata.diff index 88ac29a..a7e973c 100644 --- a/tracing-fix-metadata.diff +++ b/tracing-fix-metadata.diff @@ -1,5 +1,5 @@ ---- 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 +--- tracing-0.1.26/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ tracing-0.1.26/Cargo.toml 2021-05-05T21:27:04.363089+00:00 @@ -82,7 +82,5 @@ release_max_level_trace = [] release_max_level_warn = []