import rust-snapbox-0.6.21-1.el10

i10ce changed/i10ce/rust-snapbox-0.6.21-1.el10
MSVSphere Packaging Team 1 month ago
parent 4c12ca46f9
commit 01b16d427e
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/snapbox-0.6.20.crate SOURCES/snapbox-0.6.21.crate

@ -1 +1 @@
8534a8a0c6f31b8c86e7b36e9bfe6958aeed8dfd SOURCES/snapbox-0.6.20.crate 8d23088db6bfbb780d09e1f6e625f49d917b0bea SOURCES/snapbox-0.6.21.crate

@ -1,6 +1,6 @@
--- snapbox-0.6.20/Cargo.toml 1970-01-01T00:00:01+00:00 --- snapbox-0.6.21/Cargo.toml 1970-01-01T00:00:01+00:00
+++ snapbox-0.6.20/Cargo.toml 2024-11-09T19:49:11.111491+00:00 +++ snapbox-0.6.21/Cargo.toml 2025-01-03T16:46:05.984831+00:00
@@ -189,7 +189,6 @@ @@ -190,7 +190,6 @@
"dep:os_pipe", "dep:os_pipe",
"dep:wait-timeout", "dep:wait-timeout",
"dep:libc", "dep:libc",
@ -8,7 +8,7 @@
] ]
color = [ color = [
"dep:anstream", "dep:anstream",
@@ -229,11 +228,6 @@ @@ -230,11 +229,6 @@
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.137" version = "0.2.137"
@ -20,7 +20,7 @@
optional = true optional = true
[lints.clippy] [lints.clippy]
@@ -306,3 +300,4 @@ @@ -307,3 +301,4 @@
[lints.rust.rust_2018_idioms] [lints.rust.rust_2018_idioms]
level = "warn" level = "warn"
priority = -1 priority = -1

@ -8,8 +8,8 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
# prevent executables from being installed # prevent executables from being installed
@ -18,7 +18,7 @@
%global crate snapbox %global crate snapbox
Name: rust-snapbox Name: rust-snapbox
Version: 0.6.20 Version: 0.6.21
Release: %autorelease Release: %autorelease
Summary: Snapshot testing toolbox Summary: Snapshot testing toolbox
@ -249,10 +249,13 @@ use the "term-svg" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
## START: Generated by rpmautospec
* Fri Jan 03 2025 Fabio Valentini <decathorpe@gmail.com> - 0.6.21-1
- Update to version 0.6.21; Fixes RHBZ#2332705
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.6.20-1 * Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.6.20-1
- Rebuilt for MSVSphere 10 - Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Nov 09 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.20-1 * Sat Nov 09 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.20-1
- Update to version 0.6.20; Fixes RHBZ#2322525 - Update to version 0.6.20; Fixes RHBZ#2322525

Loading…
Cancel
Save