import rust-trycmd-0.14.20-1.el9

i9ce changed/i9ce/rust-trycmd-0.14.20-1.el9
MSVSphere Packaging Team 1 year ago
parent 213ee705b2
commit 0daca112b6

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/trycmd-0.14.20.crate

@ -0,0 +1 @@
ed682e1b146d4c78f96f289aa4af5f7b7cd60b0b SOURCES/trycmd-0.14.20.crate

Binary file not shown.

@ -1,5 +1,5 @@
--- trycmd-0.14.19/Cargo.toml 1970-01-01T00:00:01+00:00
+++ trycmd-0.14.19/Cargo.toml 2023-11-23T22:23:38.923500+00:00
--- trycmd-0.14.20/Cargo.toml 1970-01-01T00:00:01+00:00
+++ trycmd-0.14.20/Cargo.toml 2024-01-13T14:37:48.886435+00:00
@@ -38,6 +38,7 @@
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
@ -21,4 +21,4 @@
-required-features = ["schema"]
[dependencies.anstream]
version = "0.6.0"
version = "0.6.7"

@ -15,7 +15,7 @@
%global crate trycmd
Name: rust-trycmd
Version: 0.14.19
Version: 0.14.20
Release: %autorelease
Summary: Snapshot testing for a herd of CLI tests
@ -175,8 +175,11 @@ use the "schema" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.14.19-1
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.14.20-1
- Rebuilt for MSVSphere 9.3
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.14.20-1
- Update to version 0.14.20; Fixes RHBZ#2258003
* Thu Nov 23 2023 Fabio Valentini <decathorpe@gmail.com> - 0.14.19-1
- Initial import (#2246013)

Loading…
Cancel
Save