diff --git a/.gitignore b/.gitignore index 1ea1ec9..b6a0d5b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /tracing-0.1.29.crate /tracing-0.1.30.crate /tracing-0.1.31.crate +/tracing-0.1.32.crate diff --git a/rust-tracing.spec b/rust-tracing.spec index 4784368..39151bb 100644 --- a/rust-tracing.spec +++ b/rust-tracing.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 20 +# Generated by rust2rpm 21 %bcond_without check %global debug_package %{nil} %global crate tracing Name: rust-%{crate} -Version: 0.1.31 +Version: 0.1.32 Release: %autorelease Summary: Application-level tracing for Rust @@ -21,7 +21,7 @@ Patch0: tracing-fix-metadata.diff ExclusiveArch: %{rust_arches} -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Application-level tracing for Rust.} @@ -38,9 +38,10 @@ This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel -%license LICENSE -%doc CHANGELOG.md README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE +%doc %{crate_instdir}/CHANGELOG.md +%doc %{crate_instdir}/README.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -52,7 +53,7 @@ This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+async-await-devel Summary: %{summary} @@ -64,7 +65,7 @@ This package contains library source intended for building other packages which use the "async-await" feature of the "%{crate}" crate. %files -n %{name}+async-await-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+attributes-devel Summary: %{summary} @@ -76,7 +77,7 @@ This package contains library source intended for building other packages which use the "attributes" feature of the "%{crate}" crate. %files -n %{name}+attributes-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+log-devel Summary: %{summary} @@ -88,7 +89,7 @@ This package contains library source intended for building other packages which use the "log" feature of the "%{crate}" crate. %files -n %{name}+log-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+log-always-devel Summary: %{summary} @@ -100,7 +101,7 @@ This package contains library source intended for building other packages which use the "log-always" feature of the "%{crate}" crate. %files -n %{name}+log-always-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+max_level_debug-devel Summary: %{summary} @@ -112,7 +113,7 @@ This package contains library source intended for building other packages which use the "max_level_debug" feature of the "%{crate}" crate. %files -n %{name}+max_level_debug-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+max_level_error-devel Summary: %{summary} @@ -124,7 +125,7 @@ This package contains library source intended for building other packages which use the "max_level_error" feature of the "%{crate}" crate. %files -n %{name}+max_level_error-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+max_level_info-devel Summary: %{summary} @@ -136,7 +137,7 @@ This package contains library source intended for building other packages which use the "max_level_info" feature of the "%{crate}" crate. %files -n %{name}+max_level_info-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+max_level_off-devel Summary: %{summary} @@ -148,7 +149,7 @@ This package contains library source intended for building other packages which use the "max_level_off" feature of the "%{crate}" crate. %files -n %{name}+max_level_off-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+max_level_trace-devel Summary: %{summary} @@ -160,7 +161,7 @@ This package contains library source intended for building other packages which use the "max_level_trace" feature of the "%{crate}" crate. %files -n %{name}+max_level_trace-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+max_level_warn-devel Summary: %{summary} @@ -172,7 +173,7 @@ This package contains library source intended for building other packages which use the "max_level_warn" feature of the "%{crate}" crate. %files -n %{name}+max_level_warn-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+release_max_level_debug-devel Summary: %{summary} @@ -184,7 +185,7 @@ This package contains library source intended for building other packages which use the "release_max_level_debug" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_debug-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+release_max_level_error-devel Summary: %{summary} @@ -196,7 +197,7 @@ This package contains library source intended for building other packages which use the "release_max_level_error" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_error-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+release_max_level_info-devel Summary: %{summary} @@ -208,7 +209,7 @@ This package contains library source intended for building other packages which use the "release_max_level_info" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_info-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+release_max_level_off-devel Summary: %{summary} @@ -220,7 +221,7 @@ This package contains library source intended for building other packages which use the "release_max_level_off" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_off-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+release_max_level_trace-devel Summary: %{summary} @@ -232,7 +233,7 @@ This package contains library source intended for building other packages which use the "release_max_level_trace" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_trace-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+release_max_level_warn-devel Summary: %{summary} @@ -244,7 +245,7 @@ This package contains library source intended for building other packages which use the "release_max_level_warn" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_warn-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} @@ -256,7 +257,7 @@ This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tracing-attributes-devel Summary: %{summary} @@ -268,7 +269,7 @@ This package contains library source intended for building other packages which use the "tracing-attributes" feature of the "%{crate}" crate. %files -n %{name}+tracing-attributes-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index d666f08..b6a4ffd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracing-0.1.31.crate) = c43bf98bc67332f67fbeaa067c430b99aed88bab48fe2dcac19eddd3704a76daf3e587a50f86dd0065fc359de7ff09d3a359160421964d202a0715b2862f2e96 +SHA512 (tracing-0.1.32.crate) = 9633647e7545817c685054bf9fa6decad2e9b42c35367221cc60fc95fff83446c9c624f96c32e2fc5d2e7e2a543a26d5e341d4ad2399c5066d5d84bd53f9dc83 diff --git a/tracing-fix-metadata.diff b/tracing-fix-metadata.diff index bd1f0c0..cd72b96 100644 --- a/tracing-fix-metadata.diff +++ b/tracing-fix-metadata.diff @@ -1,5 +1,5 @@ ---- tracing-0.1.31/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tracing-0.1.31/Cargo.toml 2022-02-18T18:05:46.931705+00:00 +--- 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] version = "0.1.22"