diff --git a/.gitignore b/.gitignore index 7c84c86..3123285 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /anstyle-svg-0.1.4.crate +/anstyle-svg-0.1.5.crate diff --git a/rust-anstyle-svg.spec b/rust-anstyle-svg.spec index 3958794..52455fd 100644 --- a/rust-anstyle-svg.spec +++ b/rust-anstyle-svg.spec @@ -1,12 +1,11 @@ # Generated by rust2rpm 26 -# * outdated dev-dependencies: snapbox ^0.5 -%bcond_with check +%bcond_without check %global debug_package %{nil} %global crate anstyle-svg Name: rust-anstyle-svg -Version: 0.1.4 +Version: 0.1.5 Release: %autorelease Summary: Convert ANSI escape codes to SVG @@ -63,7 +62,8 @@ use the "default" feature of the "%{crate}" crate. %if %{with check} %check -%cargo_test +# * skip a test which requires a file that is not included in published crates +%cargo_test -- -- --skip 'src/lib.rs' %endif %changelog diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..cf581d4 --- /dev/null +++ b/rust2rpm.toml @@ -0,0 +1,6 @@ +[tests] +skip = ["'src/lib.rs'"] +comments = [ + "skip a test which requires a file that is not included in published crates", +] + diff --git a/sources b/sources index 4385714..56c0851 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anstyle-svg-0.1.4.crate) = 854dfea3d493439b22cbc6e44e5e16fd578691e4743508ab84b9c256108b5b017e96a31150b6bad613bd12e2b5627aa70bf3239bb9bb9f0cfa1507c4bfed4844 +SHA512 (anstyle-svg-0.1.5.crate) = c1f159e17d79fec169e86eee8887b8b6ebe704e4c90a2c4319ce90117332ab6d6443c651cdef755d13376269f36eaa534a9107bf4e589a5e94310d8f7d42f7d8