diff --git a/.gitignore b/.gitignore index b6a0d5b..f4a8d10 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /tracing-0.1.30.crate /tracing-0.1.31.crate /tracing-0.1.32.crate +/tracing-0.1.34.crate diff --git a/rust-tracing.spec b/rust-tracing.spec index 39151bb..cc5863f 100644 --- a/rust-tracing.spec +++ b/rust-tracing.spec @@ -5,7 +5,7 @@ %global crate tracing Name: rust-%{crate} -Version: 0.1.32 +Version: 0.1.34 Release: %autorelease Summary: Application-level tracing for Rust @@ -286,7 +286,10 @@ use the "tracing-attributes" feature of the "%{crate}" crate. %if %{with check} %check -%cargo_test +# * integration tests can only be run in-tree, +# as they import the unpublished tracing-mock crate +%cargo_test -- --lib +%cargo_test -- --doc %endif %changelog diff --git a/sources b/sources index b6a4ffd..6233f3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracing-0.1.32.crate) = 9633647e7545817c685054bf9fa6decad2e9b42c35367221cc60fc95fff83446c9c624f96c32e2fc5d2e7e2a543a26d5e341d4ad2399c5066d5d84bd53f9dc83 +SHA512 (tracing-0.1.34.crate) = d4641f3f239d158547d7c811a80cbd2d1d7df366122dcc678d01844988ef3c5f5db637707e7e91bfb2ea16bef5463d52f8a481d1a9804bac197157453b5877d8 diff --git a/tracing-fix-metadata.diff b/tracing-fix-metadata.diff index cd72b96..99e55d8 100644 --- a/tracing-fix-metadata.diff +++ b/tracing-fix-metadata.diff @@ -1,21 +1,24 @@ ---- tracing-0.1.32/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tracing-0.1.32/Cargo.toml 2022-03-31T09:05:57.281916+00:00 -@@ -51,9 +51,6 @@ - [dependencies.tracing-core] +--- tracing-0.1.34/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tracing-0.1.34/Cargo.toml 2022-05-24T21:51:28.698730+00:00 +@@ -77,10 +77,6 @@ version = "0.1.22" default-features = false + -[dev-dependencies.criterion] -version = "0.3" -default_features = false +- + [dev-dependencies.log] + version = "0.4" - [dev-dependencies.futures] - version = "0.1" -@@ -83,8 +80,5 @@ +@@ -105,10 +101,6 @@ release_max_level_trace = [] release_max_level_warn = [] std = ["tracing-core/std"] -valuable = ["tracing-core/valuable"] +- -[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] -version = "^0.3" + [badges.maintenance] status = "actively-developed"