Compare commits

..

No commits in common. 'i10ce' and 'i9ce' have entirely different histories.
i10ce ... i9ce

1
.gitignore vendored

@ -1 +0,0 @@
SOURCES/tracing-subscriber-0.3.19.crate

@ -1 +0,0 @@
cb05adbae30e5a77aaa32485f4cada30d8c40c88 SOURCES/tracing-subscriber-0.3.19.crate

@ -1,10 +0,0 @@
[package]
cargo-toml-patch-comments = [
"relax nu-ansi-term dependency from ^0.46 to >=0.46,<0.51",
"drop unstable-only valuable feature",
]
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -1,6 +1,6 @@
--- tracing-subscriber-0.3.19/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-subscriber-0.3.19/Cargo.toml 2025-01-03T16:52:40.763992+00:00
@@ -329,21 +329,8 @@
--- tracing-subscriber-0.3.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-subscriber-0.3.18/Cargo.toml 2023-11-14T23:44:03.903973+00:00
@@ -226,21 +226,9 @@
]
valuable = [
"tracing-core/valuable",
@ -22,8 +22,4 @@
[badges.maintenance]
status = "experimental"
@@ -355,3 +342,4 @@
"cfg(flaky_tests)",
"cfg(tracing_unstable)",
]
+

@ -1,22 +1,13 @@
--- tracing-subscriber-0.3.19/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-subscriber-0.3.19/Cargo.toml 2025-01-03T16:52:40.764992+00:00
@@ -178,7 +178,7 @@
optional = true
[dependencies.nu-ansi-term]
-version = "0.46.0"
+version = ">=0.46,<0.51"
optional = true
[dependencies.once_cell]
@@ -326,10 +326,6 @@
std = [
--- tracing-subscriber-0.3.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-subscriber-0.3.18/Cargo.toml 2023-11-14T23:44:11.791999+00:00
@@ -224,10 +224,6 @@
"alloc",
"tracing-core/std",
-]
]
-valuable = [
- "tracing-core/valuable",
- "tracing-serde/valuable",
]
-]
[badges.maintenance]
status = "experimental"

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

Loading…
Cancel
Save