diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5558d12 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/clap_mangen-0.2.17.crate diff --git a/.rust-clap_mangen.metadata b/.rust-clap_mangen.metadata index e69de29..a913bf1 100644 --- a/.rust-clap_mangen.metadata +++ b/.rust-clap_mangen.metadata @@ -0,0 +1 @@ +d14b74bd3d22e290316a53335b2a5fb07a69a5aa SOURCES/clap_mangen-0.2.17.crate diff --git a/SOURCES/clap_mangen-0.2.15.crate b/SOURCES/clap_mangen-0.2.15.crate deleted file mode 100644 index d8944bc..0000000 Binary files a/SOURCES/clap_mangen-0.2.15.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..d3a9f02 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,4 @@ +[tests] +run = ["none"] +comments = ["test sources are not included in published crates"] + diff --git a/SPECS/rust-clap_mangen.spec b/SPECS/rust-clap_mangen.spec index bf45e54..e2c25c7 100644 --- a/SPECS/rust-clap_mangen.spec +++ b/SPECS/rust-clap_mangen.spec @@ -16,7 +16,7 @@ %global crate clap_mangen Name: rust-clap_mangen -Version: 0.2.15 +Version: 0.2.17 Release: %autorelease Summary: Manpage generator for clap @@ -89,9 +89,12 @@ use the "debug" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.2.15-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.2.17-1 - Rebuilt for MSVSphere 9.3 +* Thu Jan 11 2024 Fabio Valentini - 0.2.17-1 +- Update to version 0.2.16; Fixes RHBZ#2256124 + * Fri Nov 10 2023 Fabio Valentini - 0.2.15-1 - Update to version 0.2.15; Fixes RHBZ#2245963