update to version 0.1.26

epel9
Fabio Valentini 4 years ago
parent 153595981c
commit bfcfdcc122
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/tracing-0.1.22.crate /tracing-0.1.22.crate
/tracing-0.1.23.crate /tracing-0.1.23.crate
/tracing-0.1.25.crate /tracing-0.1.25.crate
/tracing-0.1.26.crate

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

@ -1 +1 @@
SHA512 (tracing-0.1.25.crate) = a9c48aa6abda26d7a7f26a1db3d4ea8b2b72bc69a8d6fcaaae21342bc802b4804a38691969959b1bb5bb7adf7d67380b09dde0196f65b6e49735be79e78385f3 SHA512 (tracing-0.1.26.crate) = 19ddccaebb2d3b2230a6ceda5f72af29200ae760e8d411c2073e7338a6ca2231c8b2b14180eabec78dd521ab7b48996966b0419725adf8c67a03d1775ec834be

@ -1,5 +1,5 @@
--- tracing-0.1.25/Cargo.toml 2021-02-23T22:05:12+00:00 --- tracing-0.1.26/Cargo.toml 1970-01-01T00:00:00+00:00
+++ tracing-0.1.25/Cargo.toml 2021-02-27T16:54:02.316142+00:00 +++ tracing-0.1.26/Cargo.toml 2021-05-05T21:27:04.363089+00:00
@@ -82,7 +82,5 @@ @@ -82,7 +82,5 @@
release_max_level_trace = [] release_max_level_trace = []
release_max_level_warn = [] release_max_level_warn = []

Loading…
Cancel
Save