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