diff --git a/rust-onig.spec b/rust-onig.spec index bb10cc2..18926eb 100644 --- a/rust-onig.spec +++ b/rust-onig.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 4.3.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Set of rust bindings for the oniguruma regular expression library # Upstream license specification: MIT @@ -107,11 +107,13 @@ which use "std-pattern" feature of "%{crate}" crate. %if %{with check} %check -# https://github.com/rust-onig/rust-onig/issues/103 -%cargo_test || : +%cargo_test %endif %changelog +* Sun Jun 23 00:26:45 CEST 2019 Igor Gnatenko - 4.3.2-4 +- Re-enable tests + * Sat Jun 22 23:30:17 CEST 2019 Igor Gnatenko - 4.3.2-3 - Regenerate