diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..27aad30 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/snapbox-macros-0.3.7.crate diff --git a/.rust-snapbox-macros.metadata b/.rust-snapbox-macros.metadata index e69de29..1bd67cf 100644 --- a/.rust-snapbox-macros.metadata +++ b/.rust-snapbox-macros.metadata @@ -0,0 +1 @@ +ba65b6b4d2a36b693701b3d0d40d0da84cabba07 SOURCES/snapbox-macros-0.3.7.crate diff --git a/SOURCES/snapbox-macros-0.3.6.crate b/SOURCES/snapbox-macros-0.3.6.crate deleted file mode 100644 index 64bcab4..0000000 Binary files a/SOURCES/snapbox-macros-0.3.6.crate and /dev/null differ diff --git a/SPECS/rust-snapbox-macros.spec b/SPECS/rust-snapbox-macros.spec index 63bcd43..ab13540 100644 --- a/SPECS/rust-snapbox-macros.spec +++ b/SPECS/rust-snapbox-macros.spec @@ -15,7 +15,7 @@ %global crate snapbox-macros Name: rust-snapbox-macros -Version: 0.3.6 +Version: 0.3.7 Release: %autorelease Summary: Snapshot testing toolbox @@ -100,8 +100,11 @@ use the "debug" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.3.6-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.3.7-1 - Rebuilt for MSVSphere 9.3 +* Sat Jan 13 2024 Fabio Valentini - 0.3.7-1 +- Update to version 0.3.7; Fixes RHBZ#2258001 + * Fri Nov 03 2023 Fabio Valentini - 0.3.6-1 - Initial import (#2246005)