Update to version 0.2.11; Fixes RHBZ#2064994

epel10
Fabio Valentini 3 years ago
parent 9e1d57014f
commit ab28ec7ca5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
%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-%{crate}
Version: 0.2.9 Version: 0.2.11
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
@ -16,11 +16,11 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
This library is for encoding/escaping special characters in HTML and For encoding/escaping special characters in HTML and decoding/unescaping HTML
decoding/unescaping HTML entities as well.} entities as well.}
%description %{_description} %description %{_description}
@ -34,9 +34,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md %doc %{crate_instdir}/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -48,7 +48,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -60,7 +60,7 @@ This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (html-escape-0.2.9.crate) = 9e3a306255bddea265c365ae0c50ebf3635e31a2b74b366be40a34a158c2a3af58859bff2d234fe1322050c3ff78236a62d76a588f5b08480e25a6eb5abf0a3b SHA512 (html-escape-0.2.11.crate) = cc38a065396c3d67f65f406e1e93ce16045296b135f04667b21d6029116751d365bc9b8f2c2eeed6c7d5fecf764860b8f206d85a0f5f840f6a4fd995bf8758c0

Loading…
Cancel
Save