Update to version 0.1.19; Fixes RHBZ#2050453

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/tracing-attributes-0.1.15.crate /tracing-attributes-0.1.15.crate
/tracing-attributes-0.1.16.crate /tracing-attributes-0.1.16.crate
/tracing-attributes-0.1.18.crate /tracing-attributes-0.1.18.crate
/tracing-attributes-0.1.19.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
# * resolve dependency loop with tracing # * resolve dependency loop with tracing
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate tracing-attributes %global crate tracing-attributes
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.18 Version: 0.1.19
Release: %autorelease Release: %autorelease
Summary: Procedural macro attributes for automatically instrumenting functions Summary: Procedural macro attributes for automatically instrumenting functions
@ -16,9 +16,6 @@ URL: https://crates.io/crates/tracing-attributes
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -33,12 +30,12 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md CHANGELOG.md %doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -47,8 +44,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -59,8 +56,8 @@ BuildArch: noarch
%description -n %{name}+async-await-devel %{_description} %description -n %{name}+async-await-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "async-await" feature of "%{crate}" crate. use the "async-await" feature of the "%{crate}" crate.
%files -n %{name}+async-await-devel %files -n %{name}+async-await-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (tracing-attributes-0.1.18.crate) = 69417ae19fb88742ce609724113945fcc3c28615c84780ee169f4149d3f479dec5fcd39c95aeb2b64a4a2678ec72f53a93cc02996ce2f46a0d3f1ef4754216d3 SHA512 (tracing-attributes-0.1.19.crate) = 2ec00ee73d0dbfc53dd38b137826fee32495efd0c8889f2f10195d4519e00bc513931291101a00ccdf9b7f3ff0f2377abf045f5d58f312e7260daded0ce0b640

Loading…
Cancel
Save