Update to version 0.1.27; Fixes RHBZ#2244093

epel9 imports/e9/rust-tracing-attributes-0.1.27-1.el9
Fabio Valentini 1 year ago
parent f461bc646b
commit c924d02e59
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/tracing-attributes-0.1.23.crate
/tracing-attributes-0.1.24.crate
/tracing-attributes-0.1.26.crate
/tracing-attributes-0.1.27.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * resolve dependency loop with tracing
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate tracing-attributes
Name: rust-tracing-attributes
Version: 0.1.26
Version: 0.1.27
Release: %autorelease
Summary: Procedural macro attributes for automatically instrumenting functions
@ -14,7 +14,7 @@ License: MIT
URL: https://crates.io/crates/tracing-attributes
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Procedural macro attributes for automatically instrumenting functions.}
@ -61,7 +61,7 @@ use the "async-await" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,3 @@
[tests]
run = ["none"]
comments = ["resolve dependency loop with tracing"]

@ -1 +1 @@
SHA512 (tracing-attributes-0.1.26.crate) = ddb9f5efb33627586cef49e3bd45d45b643cdc0e280c970a32f92c8ebe3bd51428ee395c43613911e23841ffab36daad322f2a874732491aaf6a95bd5035fb44
SHA512 (tracing-attributes-0.1.27.crate) = 7dc59f4234c3bf3434fb352baed2b81db4e931eeb3ed207c4a204e480da734be40847b167b808058d2807b5583815625bcd5153e2bbe79804cfa6f069a74ffa0

Loading…
Cancel
Save