diff --git a/.gitignore b/.gitignore index 4629990..8100745 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /tracing-0.1.35.crate /tracing-0.1.36.crate /tracing-0.1.37.crate +/tracing-0.1.38.crate diff --git a/README.md b/README.md deleted file mode 100644 index bf62927..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-tracing - -The rust-tracing package diff --git a/rust-tracing.spec b/rust-tracing.spec index 481f41f..2467ed5 100644 --- a/rust-tracing.spec +++ b/rust-tracing.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate tracing Name: rust-tracing -Version: 0.1.37 +Version: 0.1.38 Release: %autorelease Summary: Application-level tracing for Rust @@ -16,10 +16,9 @@ Source: %{crates_source} Patch: tracing-fix-metadata-auto.diff # Manually created patch for downstream crate metadata changes # * drop unused, benchmark-only criterion dev-dependency to speed up builds +# * drop unstable "valuable" feature Patch: tracing-fix-metadata.diff -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/rust2rpm.conf b/rust2rpm.conf deleted file mode 100644 index 1e514d3..0000000 --- a/rust2rpm.conf +++ /dev/null @@ -1,3 +0,0 @@ -[DEFAULT] -unwanted-features = - valuable diff --git a/sources b/sources index 5fdafb9..e0df54b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracing-0.1.37.crate) = 2116045f51b35e90fc933cc136d045d09c0aaa33400a9056051d887fea2d2982b394830e4d4c3bcb4b831e62b9c19f6c751c2d216169f663aa18c4067aed7d75 +SHA512 (tracing-0.1.38.crate) = e73a5b31e767815d623d4cae0dc0bb18fbb7ea8cf0c378151c949c2b7e261fb9203a34acc25493237fa49e9eb8a53d313f61eb865b5ca8d7908e96f6912c76cf diff --git a/tracing-fix-metadata-auto.diff b/tracing-fix-metadata-auto.diff index 1119ec3..8382773 100644 --- a/tracing-fix-metadata-auto.diff +++ b/tracing-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- tracing-0.1.37/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tracing-0.1.37/Cargo.toml 1970-01-01T00:00:01+00:00 -@@ -135,8 +135,5 @@ +--- tracing-0.1.38/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tracing-0.1.38/Cargo.toml 2023-04-26T21:29:42.862897+00:00 +@@ -136,8 +136,5 @@ std = ["tracing-core/std"] valuable = ["tracing-core/valuable"] diff --git a/tracing-fix-metadata.diff b/tracing-fix-metadata.diff index f6df5fb..03f9f5b 100644 --- a/tracing-fix-metadata.diff +++ b/tracing-fix-metadata.diff @@ -1,13 +1,21 @@ ---- tracing-0.1.37/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tracing-0.1.37/Cargo.toml 2022-10-08T18:42:16.656800+00:00 -@@ -105,10 +105,6 @@ +--- tracing-0.1.38/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tracing-0.1.38/Cargo.toml 2023-04-26T21:30:13.279960+00:00 +@@ -102,10 +102,6 @@ version = "0.1.30" default-features = false -[dev-dependencies.criterion] -version = "0.3.6" --default-features = false +-default_features = false - - [dev-dependencies.log] - version = "0.4.17" + [dev-dependencies.futures] + version = "0.3.21" + default_features = false +@@ -134,7 +130,6 @@ + release_max_level_trace = [] + release_max_level_warn = [] + std = ["tracing-core/std"] +-valuable = ["tracing-core/valuable"] + [badges.maintenance] + status = "actively-developed"