Update to 0.22.8

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

1
.gitignore vendored

@ -1 +1,2 @@
/html5ever-0.22.5.crate /html5ever-0.22.5.crate
/html5ever-0.22.8.crate

@ -5,12 +5,11 @@
%global crate html5ever %global crate html5ever
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.22.5 Version: 0.22.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: High-performance browser-grade HTML5 parser Summary: High-performance browser-grade HTML5 parser
# Upstream license specification: MIT / Apache-2.0 # Upstream license specification: MIT / Apache-2.0
# https://github.com/servo/html5ever/issues/365
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/html5ever URL: https://crates.io/crates/html5ever
Source: %{crates_source} Source: %{crates_source}
@ -20,7 +19,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0) BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
BuildRequires: (crate(mac/default) >= 0.1.0 with crate(mac/default) < 0.2.0) BuildRequires: (crate(mac/default) >= 0.1.0 with crate(mac/default) < 0.2.0)
BuildRequires: (crate(markup5ever/default) >= 0.7.0 with crate(markup5ever/default) < 0.8.0) BuildRequires: (crate(markup5ever/default) >= 0.8.0 with crate(markup5ever/default) < 0.9.0)
BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0) BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0)
BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0) BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0)
BuildRequires: (crate(syn/default) >= 0.15.0 with crate(syn/default) < 0.16.0) BuildRequires: (crate(syn/default) >= 0.15.0 with crate(syn/default) < 0.16.0)
@ -28,6 +27,7 @@ BuildRequires: (crate(syn/extra-traits) >= 0.15.0 with crate(syn/extra-traits)
BuildRequires: (crate(syn/fold) >= 0.15.0 with crate(syn/fold) < 0.16.0) BuildRequires: (crate(syn/fold) >= 0.15.0 with crate(syn/fold) < 0.16.0)
BuildRequires: (crate(syn/full) >= 0.15.0 with crate(syn/full) < 0.16.0) BuildRequires: (crate(syn/full) >= 0.15.0 with crate(syn/full) < 0.16.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(criterion/default) >= 0.2.0 with crate(criterion/default) < 0.3.0)
BuildRequires: (crate(rustc-serialize/default) >= 0.3.15 with crate(rustc-serialize/default) < 0.4.0) BuildRequires: (crate(rustc-serialize/default) >= 0.3.15 with crate(rustc-serialize/default) < 0.4.0)
BuildRequires: (crate(rustc-test/default) >= 0.3.0 with crate(rustc-test/default) < 0.4.0) BuildRequires: (crate(rustc-test/default) >= 0.3.0 with crate(rustc-test/default) < 0.4.0)
BuildRequires: (crate(typed-arena/default) >= 1.3.0 with crate(typed-arena/default) < 2.0.0) BuildRequires: (crate(typed-arena/default) >= 1.3.0 with crate(typed-arena/default) < 2.0.0)
@ -48,6 +48,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -78,5 +79,8 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Apr 30 08:37:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.22.8-1
- Update to 0.22.8
* Mon Mar 11 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.22.5-1 * Mon Mar 11 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.22.5-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (html5ever-0.22.5.crate) = 3419bd2db923bbe99d87471286be230803320075cab17083d83e348c0e77f825974422081ec29f003d02e145d0a1ef06b8f68e1d3c32a811607f3bc3a5fff861 SHA512 (html5ever-0.22.8.crate) = 0e8fb1a9168352f7cf30b931ef3a98c54174ca6ae8fa9572f9b48cf266855440130ba814d14c984afef69f6fcce50573a439f34df8c2b95471bd9b25ff91cc9f

Loading…
Cancel
Save