Update to version 0.1.5; Fixes RHBZ#2299844

epel10
Fabio Valentini 6 months ago
parent 03caf4aaed
commit a8f218c02d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/anstyle-svg-0.1.4.crate /anstyle-svg-0.1.4.crate
/anstyle-svg-0.1.5.crate

@ -1,12 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 26
# * outdated dev-dependencies: snapbox ^0.5 %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate anstyle-svg %global crate anstyle-svg
Name: rust-anstyle-svg Name: rust-anstyle-svg
Version: 0.1.4 Version: 0.1.5
Release: %autorelease Release: %autorelease
Summary: Convert ANSI escape codes to SVG Summary: Convert ANSI escape codes to SVG
@ -63,7 +62,8 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%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 %endif
%changelog %changelog

@ -0,0 +1,6 @@
[tests]
skip = ["'src/lib.rs'"]
comments = [
"skip a test which requires a file that is not included in published crates",
]

@ -1 +1 @@
SHA512 (anstyle-svg-0.1.4.crate) = 854dfea3d493439b22cbc6e44e5e16fd578691e4743508ab84b9c256108b5b017e96a31150b6bad613bd12e2b5627aa70bf3239bb9bb9f0cfa1507c4bfed4844 SHA512 (anstyle-svg-0.1.5.crate) = c1f159e17d79fec169e86eee8887b8b6ebe704e4c90a2c4319ce90117332ab6d6443c651cdef755d13376269f36eaa534a9107bf4e589a5e94310d8f7d42f7d8

Loading…
Cancel
Save