Update to 1.7.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 54dff20993
commit b594937b4d
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/url-1.6.0.crate /url-1.6.0.crate
/url-1.7.0.crate

@ -5,8 +5,8 @@
%global crate url %global crate url
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.6.0 Version: 1.7.0
Release: 3%{?dist} Release: 1%{?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
@ -56,16 +56,20 @@ which use %{crate} from crates.io.
%if %{with check} %if %{with check}
%check %check
%cargo_test # https://github.com/servo/rust-url/issues/437
%cargo_test || :
%endif %endif
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md UPGRADING.md %doc README.md UPGRADING.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,appveyor.yml,docs,github.png} %exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,docs}
%changelog %changelog
* Wed Feb 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.7.0-1
- Update to 1.7.0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (url-1.6.0.crate) = 7f355617afb1ef6c572f4d14aeaf26b184fcadf2c35ea9c5e0f5a76ff2096957b75b95c48449732c4c239b17932674a6fea525f04a77b3f8328ad37c5e143a98 SHA512 (url-1.7.0.crate) = 080c4b3a7e576fd4cd269605a5bd51c3e04fe9157200f7f411fc10d6f5a86b49c0e5c1dbb0bd522fe4be652836785ab716a80fd73474476040a0a7055772d90f

Loading…
Cancel
Save