diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..714d0a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/trycmd-0.14.20.crate diff --git a/.rust-trycmd.metadata b/.rust-trycmd.metadata index e69de29..325697f 100644 --- a/.rust-trycmd.metadata +++ b/.rust-trycmd.metadata @@ -0,0 +1 @@ +ed682e1b146d4c78f96f289aa4af5f7b7cd60b0b SOURCES/trycmd-0.14.20.crate diff --git a/SOURCES/trycmd-0.14.19.crate b/SOURCES/trycmd-0.14.19.crate deleted file mode 100644 index a8b4a0e..0000000 Binary files a/SOURCES/trycmd-0.14.19.crate and /dev/null differ diff --git a/SOURCES/trycmd-fix-metadata.diff b/SOURCES/trycmd-fix-metadata.diff index 22e062f..f0ac959 100644 --- a/SOURCES/trycmd-fix-metadata.diff +++ b/SOURCES/trycmd-fix-metadata.diff @@ -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" diff --git a/SPECS/rust-trycmd.spec b/SPECS/rust-trycmd.spec index 0b3b7de..cc1248f 100644 --- a/SPECS/rust-trycmd.spec +++ b/SPECS/rust-trycmd.spec @@ -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 - 0.14.19-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.14.20-1 - Rebuilt for MSVSphere 9.3 +* Sat Jan 13 2024 Fabio Valentini - 0.14.20-1 +- Update to version 0.14.20; Fixes RHBZ#2258003 + * Thu Nov 23 2023 Fabio Valentini - 0.14.19-1 - Initial import (#2246013)