Update to version 0.1.32; Fixes RHBZ#2062408

epel9
Fabio Valentini 3 years ago
parent 43bf616423
commit d93c5787d3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/tracing-0.1.29.crate
/tracing-0.1.30.crate
/tracing-0.1.31.crate
/tracing-0.1.32.crate

@ -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

@ -1 +1 @@
SHA512 (tracing-0.1.31.crate) = c43bf98bc67332f67fbeaa067c430b99aed88bab48fe2dcac19eddd3704a76daf3e587a50f86dd0065fc359de7ff09d3a359160421964d202a0715b2862f2e96
SHA512 (tracing-0.1.32.crate) = 9633647e7545817c685054bf9fa6decad2e9b42c35367221cc60fc95fff83446c9c624f96c32e2fc5d2e7e2a543a26d5e341d4ad2399c5066d5d84bd53f9dc83

@ -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"

Loading…
Cancel
Save