Update to 0.8.0

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

1
.gitignore vendored

@ -1 +1,2 @@
/markup5ever-0.7.5.crate
/markup5ever-0.8.0.crate

@ -5,12 +5,11 @@
%global crate markup5ever
Name: rust-%{crate}
Version: 0.7.5
Version: 0.8.0
Release: 1%{?dist}
Summary: Common code for xml5ever and html5ever
# Upstream license specification: MIT / Apache-2.0
# https://github.com/servo/html5ever/issues/365
License: MIT or ASL 2.0
URL: https://crates.io/crates/markup5ever
Source: %{crates_source}
@ -18,6 +17,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
BuildRequires: (crate(phf/default) >= 0.7.0 with crate(phf/default) < 0.8.0)
BuildRequires: (crate(phf_codegen/default) >= 0.7.3 with crate(phf_codegen/default) < 0.8.0)
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
@ -42,6 +42,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel
@ -72,5 +73,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Apr 30 08:36:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0
* Mon Mar 11 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.5-1
- Initial package

@ -1 +1 @@
SHA512 (markup5ever-0.7.5.crate) = 36f5fc0613fe87e051113cd30f73aba66c1dab6cd457f10768a1117529b6dde4340f9e0ec7ea46f54a43008f2d203b36f4763744434b09815893736ce6395767
SHA512 (markup5ever-0.8.0.crate) = 753afe6e8f390496e7cc7935fefdb4d1f0830cbd29ac9bda1fbbd430414dfe1d5d15e2fec49cf390c136dce159ecaabe364f22bcf31478ca3080bde83aa9e049

Loading…
Cancel
Save