Update to version 0.2.1; Fixes RHBZ#2258569

epel10
Fabio Valentini 12 months ago
parent aeb5935ccb
commit 99d3a229b6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/smol_str-0.1.23.crate
/smol_str-0.1.24.crate
/smol_str-0.2.0.crate
/smol_str-0.2.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate smol_str
Name: rust-smol_str
Version: 0.2.0
Version: 0.2.1
Release: %autorelease
Summary: Small-string optimized string type with O(1) clone
@ -84,7 +84,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -99,7 +99,7 @@ use the "std" feature of the "%{crate}" crate.
%if %{with check}
%check
# * skip a test that requires running rustfmt
%cargo_test -- -- --skip check_code_formatting
%cargo_test -- -- --exact --skip check_code_formatting
%endif
%changelog

@ -0,0 +1,5 @@
[tests]
skip = ["check_code_formatting"]
skip-exact = true
comments = ["skip a test that requires running rustfmt"]

@ -1 +1 @@
SHA512 (smol_str-0.2.0.crate) = a0cc82d782c0fcbf3fec89dd7644bfcbe88a59c715f31e214712dce8baee0294f9200accb3e7a56deb284b746ead7fc716a8534cd8c445fbb3c3269a27f6bc42
SHA512 (smol_str-0.2.1.crate) = 97ec765f3244210adac567a36b21436ab3cb387db0810b86258b80161ff4858d34e148fe34f5cf351b4355ef998b017d216749e12c154554fb36abe37bb541d8

Loading…
Cancel
Save