Update to version 0.1.30; Fixes RHBZ#2050454

epel9
Fabio Valentini 3 years ago
parent 19b087c47f
commit e0ecd2b75d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/tracing-0.1.26.crate
/tracing-0.1.28.crate
/tracing-0.1.29.crate
/tracing-0.1.30.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate tracing
Name: rust-%{crate}
Version: 0.1.29
Version: 0.1.30
Release: %autorelease
Summary: Application-level tracing for Rust
@ -14,14 +14,12 @@ License: MIT
URL: https://crates.io/crates/tracing
Source: %{crates_source}
# Initial patched metadata
# * drop unused benchmark-only criterion dev-dependency to speed up builds
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
# * drop optional dependencies for unstable "valuable" feature
# * drop WASM-specific dev-dependencies
Patch0: tracing-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -36,12 +34,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md CHANGELOG.md
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -50,8 +48,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
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
@ -62,8 +60,8 @@ BuildArch: noarch
%description -n %{name}+async-await-devel %{_description}
This package contains library source intended for building other packages
which use "async-await" feature of "%{crate}" crate.
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
@ -74,8 +72,8 @@ BuildArch: noarch
%description -n %{name}+attributes-devel %{_description}
This package contains library source intended for building other packages
which use "attributes" feature of "%{crate}" crate.
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
@ -86,8 +84,8 @@ BuildArch: noarch
%description -n %{name}+log-devel %{_description}
This package contains library source intended for building other packages
which use "log" feature of "%{crate}" crate.
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
@ -98,8 +96,8 @@ BuildArch: noarch
%description -n %{name}+log-always-devel %{_description}
This package contains library source intended for building other packages
which use "log-always" feature of "%{crate}" crate.
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
@ -110,8 +108,8 @@ BuildArch: noarch
%description -n %{name}+max_level_debug-devel %{_description}
This package contains library source intended for building other packages
which use "max_level_debug" feature of "%{crate}" crate.
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
@ -122,8 +120,8 @@ BuildArch: noarch
%description -n %{name}+max_level_error-devel %{_description}
This package contains library source intended for building other packages
which use "max_level_error" feature of "%{crate}" crate.
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
@ -134,8 +132,8 @@ BuildArch: noarch
%description -n %{name}+max_level_info-devel %{_description}
This package contains library source intended for building other packages
which use "max_level_info" feature of "%{crate}" crate.
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
@ -146,8 +144,8 @@ BuildArch: noarch
%description -n %{name}+max_level_off-devel %{_description}
This package contains library source intended for building other packages
which use "max_level_off" feature of "%{crate}" crate.
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
@ -158,8 +156,8 @@ BuildArch: noarch
%description -n %{name}+max_level_trace-devel %{_description}
This package contains library source intended for building other packages
which use "max_level_trace" feature of "%{crate}" crate.
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
@ -170,8 +168,8 @@ BuildArch: noarch
%description -n %{name}+max_level_warn-devel %{_description}
This package contains library source intended for building other packages
which use "max_level_warn" feature of "%{crate}" crate.
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
@ -182,8 +180,8 @@ BuildArch: noarch
%description -n %{name}+release_max_level_debug-devel %{_description}
This package contains library source intended for building other packages
which use "release_max_level_debug" feature of "%{crate}" crate.
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
@ -194,8 +192,8 @@ BuildArch: noarch
%description -n %{name}+release_max_level_error-devel %{_description}
This package contains library source intended for building other packages
which use "release_max_level_error" feature of "%{crate}" crate.
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
@ -206,8 +204,8 @@ BuildArch: noarch
%description -n %{name}+release_max_level_info-devel %{_description}
This package contains library source intended for building other packages
which use "release_max_level_info" feature of "%{crate}" crate.
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
@ -218,8 +216,8 @@ BuildArch: noarch
%description -n %{name}+release_max_level_off-devel %{_description}
This package contains library source intended for building other packages
which use "release_max_level_off" feature of "%{crate}" crate.
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
@ -230,8 +228,8 @@ BuildArch: noarch
%description -n %{name}+release_max_level_trace-devel %{_description}
This package contains library source intended for building other packages
which use "release_max_level_trace" feature of "%{crate}" crate.
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
@ -242,8 +240,8 @@ BuildArch: noarch
%description -n %{name}+release_max_level_warn-devel %{_description}
This package contains library source intended for building other packages
which use "release_max_level_warn" feature of "%{crate}" crate.
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
@ -254,8 +252,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
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
@ -266,8 +264,8 @@ BuildArch: noarch
%description -n %{name}+tracing-attributes-devel %{_description}
This package contains library source intended for building other packages
which use "tracing-attributes" feature of "%{crate}" crate.
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

@ -1 +1 @@
SHA512 (tracing-0.1.29.crate) = 8b9c58aa6d236485cbd8e6c3b39a1cc05d30169dd9ddb377ba464ba72c774af69b0eecce1551660d26fa6735e5483f45463cfcd196513c0b4c351c900cf4c7d8
SHA512 (tracing-0.1.30.crate) = addfa5ce47705070eeea900aa9e8c5d5c3564c163f9e080019311a0c00b6cedefe43c5a2b892a866d953696444528e6178e49e1913ead27650639354cd61584c

@ -1,8 +1,8 @@
--- tracing-0.1.29/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.29/Cargo.toml 2021-11-09T23:17:39.299819+00:00
@@ -49,9 +49,6 @@
--- tracing-0.1.30/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-0.1.30/Cargo.toml 2022-02-05T23:30:37.145582+00:00
@@ -51,9 +51,6 @@
[dependencies.tracing-core]
version = "0.1.21"
version = "0.1.22"
default-features = false
-[dev-dependencies.criterion]
-version = "0.3"
@ -10,10 +10,11 @@
[dev-dependencies.futures]
version = "0.1"
@@ -81,7 +78,5 @@
@@ -83,8 +80,5 @@
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]

Loading…
Cancel
Save