Compare commits

..

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

1
.gitignore vendored

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

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

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

@ -1,13 +1,22 @@
--- tracing-subscriber-0.3.18/Cargo.toml 1970-01-01T00:00:01+00:00 --- tracing-subscriber-0.3.19/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tracing-subscriber-0.3.18/Cargo.toml 2023-11-14T23:44:11.791999+00:00 +++ tracing-subscriber-0.3.19/Cargo.toml 2025-01-03T16:52:40.764992+00:00
@@ -224,10 +224,6 @@ @@ -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 = [
"alloc", "alloc",
"tracing-core/std", "tracing-core/std",
] -]
-valuable = [ -valuable = [
- "tracing-core/valuable", - "tracing-core/valuable",
- "tracing-serde/valuable", - "tracing-serde/valuable",
-] ]
[badges.maintenance] [badges.maintenance]
status = "experimental"

@ -1,5 +1,5 @@
## START: Set by rpmautospec ## START: Set by rpmautospec
## (rpmautospec version 0.3.5) ## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog ## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1; release_number = 1;
@ -8,15 +8,15 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 25 # Generated by rust2rpm 27
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond check 0
%global debug_package %{nil} %global debug_package %{nil}
%global crate tracing-subscriber %global crate tracing-subscriber
Name: rust-tracing-subscriber Name: rust-tracing-subscriber
Version: 0.3.18 Version: 0.3.19
Release: %autorelease Release: %autorelease
Summary: Utilities for implementing and composing tracing subscribers Summary: Utilities for implementing and composing tracing subscribers
@ -26,6 +26,7 @@ Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata # Automatically generated patch to strip dependencies and normalize metadata
Patch: tracing-subscriber-fix-metadata-auto.diff Patch: tracing-subscriber-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes # 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 # * drop unstable-only valuable feature
Patch: tracing-subscriber-fix-metadata.diff Patch: tracing-subscriber-fix-metadata.diff
@ -358,8 +359,21 @@ use the "tracing-serde" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.18-1 ## START: Generated by rpmautospec
- Rebuilt for MSVSphere 9.3 * 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
* Sun Dec 31 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.18-1 * Sun Dec 31 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.18-1
- Update to version 0.3.18; Fixes RHBZ#2249543 - Update to version 0.3.18; Fixes RHBZ#2249543
@ -369,3 +383,4 @@ use the "tracing-serde" feature of the "%{crate}" crate.
* Mon May 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.17-1 * Mon May 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.17-1
- Initial import (#2187797) - Initial import (#2187797)
## END: Generated by rpmautospec

Loading…
Cancel
Save