Update to version 0.2.12; Fixes RHBZ#2139350

epel10
Fabio Valentini 2 years ago
parent 69203511c3
commit 93e9ada39b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/html-escape-0.2.9.crate /html-escape-0.2.9.crate
/html-escape-0.2.11.crate /html-escape-0.2.11.crate
/html-escape-0.2.12.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate html-escape %global crate html-escape
Name: rust-%{crate} Name: rust-html-escape
Version: 0.2.11 Version: 0.2.12
Release: %autorelease Release: %autorelease
Summary: Library for escaping special characters and unescaping HTML entities in HTML Summary: Library for escaping special characters and unescaping HTML entities in HTML
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/html-escape URL: https://crates.io/crates/html-escape
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (html-escape-0.2.11.crate) = cc38a065396c3d67f65f406e1e93ce16045296b135f04667b21d6029116751d365bc9b8f2c2eeed6c7d5fecf764860b8f206d85a0f5f840f6a4fd995bf8758c0 SHA512 (html-escape-0.2.12.crate) = 3cc5b9a81e86d1ec01f9d4f7bcd3946d0cd7cbac4c02c69014fe11970531258a15c2b5349c6f4523d9b7b22ff311a43e5d06d3bdbe26eb951b2049955356161c

Loading…
Cancel
Save