|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate tracing
|
|
|
|
%global crate tracing
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.1.25
|
|
|
|
Version: 0.1.26
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Application-level tracing for Rust
|
|
|
|
Summary: Application-level tracing for Rust
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/tracing
|
|
|
|
URL: https://crates.io/crates/tracing
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No wasm deps
|
|
|
|
# * drop WASM-specific dependencies
|
|
|
|
Patch0: tracing-fix-metadata.diff
|
|
|
|
Patch0: tracing-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -290,6 +290,9 @@ which use "tracing-attributes" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 05 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.26-1
|
|
|
|
|
|
|
|
- Update to version 0.1.26.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.25-1
|
|
|
|
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.25-1
|
|
|
|
- Update to version 0.1.25.
|
|
|
|
- Update to version 0.1.25.
|
|
|
|
|
|
|
|
|
|
|
|