diff --git a/rust-url.spec b/rust-url.spec index 2c7abe5..bec29ab 100644 --- a/rust-url.spec +++ b/rust-url.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: URL library for Rust, based on the WHATWG URL Standard License: MIT or ASL 2.0 @@ -57,8 +57,7 @@ which use %{crate} from crates.io. %if %{with check} %check -# https://github.com/servo/rust-url/issues/437 -%cargo_test || : +%cargo_test %endif %files devel @@ -68,6 +67,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,docs} %changelog +* Fri Jul 06 2018 Igor Gnatenko - 1.7.1-2 +- Do not ignore test results + * Fri Jul 06 2018 Igor Gnatenko - 1.7.1-1 - Update to 1.7.1