|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
@ -8,15 +8,15 @@
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# * tests can only be run in-tree
|
|
|
|
|
%bcond check 0
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate tracing-subscriber
|
|
|
|
|
|
|
|
|
|
Name: rust-tracing-subscriber
|
|
|
|
|
Version: 0.3.19
|
|
|
|
|
Version: 0.3.18
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Utilities for implementing and composing tracing subscribers
|
|
|
|
|
|
|
|
|
@ -26,7 +26,6 @@ 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
|
|
|
|
|
|
|
|
|
@ -359,21 +358,8 @@ use the "tracing-serde" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Fri Jan 03 2025 Fabio Valentini <decathorpe@gmail.com> - 0.3.19-1
|
|
|
|
|
- Update to version 0.3.19; Fixes RHBZ#2329518
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.3.18-4
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Fri Sep 20 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.18-4
|
|
|
|
|
- Relax nu-ansi-term dependency from ^0.46 to >=0.46,<0.51
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.18-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.18-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
* 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
|
|
|
|
@ -383,4 +369,3 @@ use the "tracing-serde" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
* Mon May 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.17-1
|
|
|
|
|
- Initial import (#2187797)
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|