Update to 0.25.1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent ed3fc73349
commit 645aa26182
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -3,3 +3,4 @@
/html5ever-0.23.0.crate
/html5ever-0.24.0.crate
/html5ever-0.24.1.crate
/html5ever-0.25.1.crate

@ -1,11 +0,0 @@
--- html5ever-0.24.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ html5ever-0.24.1/Cargo.toml 2019-09-23T05:55:27.468251+00:00
@@ -48,7 +48,7 @@
[dependencies.markup5ever]
version = "0.9"
[dev-dependencies.criterion]
-version = "0.2"
+version = "0.3"
[dev-dependencies.rustc-test]
version = "0.3"

@ -1,21 +1,18 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate html5ever
Name: rust-%{crate}
Version: 0.24.1
Release: 2%{?dist}
Version: 0.25.1
Release: 1%{?dist}
Summary: High-performance browser-grade HTML5 parser
# Upstream license specification: MIT / Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/html5ever
Source: %{crates_source}
# Initial patched metadata
# - Bump criterion to 0.3 https://github.com/servo/html5ever/pull/389
Patch0: html5ever-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -40,7 +37,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -52,7 +49,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -73,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Feb 15 15:30:30 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.25.1-1
- Update to 0.25.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (html5ever-0.24.1.crate) = 1d11d085ee333b28fab8a5693d4eccce29d81bad08528b19f558a16b0ce19b0cb34ba6cf3960436a4c6057554e658af0732b5cb1e06b00559ff30075f0df2ad9
SHA512 (html5ever-0.25.1.crate) = 2b946224a0c5859436a57a507a89601adeffc12092376fe47429c5c5a61bd1d00b3271f0be7dea82ba1dce93a1cb820f72df8ba4c90fd13bd1ec408cff6ca660

Loading…
Cancel
Save