|
|
|
@ -1,22 +1,12 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
|
# * tests can only be run in-tree
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%bcond check 0
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate tracing-subscriber
|
|
|
|
|
|
|
|
|
|
Name: rust-tracing-subscriber
|
|
|
|
|
Version: 0.3.18
|
|
|
|
|
Version: 0.3.19
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Utilities for implementing and composing tracing subscribers
|
|
|
|
|
|
|
|
|
@ -26,6 +16,7 @@ Source: %{crates_source}
|
|
|
|
|
# Automatically generated patch to strip dependencies and normalize metadata
|
|
|
|
|
Patch: tracing-subscriber-fix-metadata-auto.diff
|
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
# * relax nu-ansi-term dependency from ^0.46 to >=0.46,<0.51
|
|
|
|
|
# * drop unstable-only valuable feature
|
|
|
|
|
Patch: tracing-subscriber-fix-metadata.diff
|
|
|
|
|
|
|
|
|
@ -358,14 +349,4 @@ use the "tracing-serde" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.18-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Sun Dec 31 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.18-1
|
|
|
|
|
- Update to version 0.3.18; Fixes RHBZ#2249543
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.17-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.17-1
|
|
|
|
|
- Initial import (#2187797)
|
|
|
|
|
%autochangelog
|