update to version 0.22.0

epel9
Fabio Valentini 4 years ago
parent a6288206e1
commit 838e7fe8a1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/quick-xml-0.18.1.crate
/quick-xml-0.20.0.crate
/quick-xml-0.22.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate quick-xml
Name: rust-%{crate}
Version: 0.20.0
Release: 2%{?dist}
Version: 0.22.0
Release: 1%{?dist}
Summary: High performance xml reader and writer
# Upstream license specification: MIT
@ -76,6 +76,18 @@ which use "encoding_rs" feature of "%{crate}" crate.
%files -n %{name}+encoding_rs-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+escape-html-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+escape-html-devel %{_description}
This package contains library source intended for building other packages
which use "escape-html" feature of "%{crate}" crate.
%files -n %{name}+escape-html-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
@ -119,6 +131,10 @@ which use "serialize" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.22.0-1
- Update to version 0.22.0.
- Fixes RHBZ#1924726
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (quick-xml-0.20.0.crate) = d8cee7d97a5780ea98b8737d83eed1891aca83e8c191539eb4ad299dd7703361bd7bd66ba43f080ad4fdd3d30a54857524c6d6b64415e26c7cd7c8e55f79ecfa
SHA512 (quick-xml-0.22.0.crate) = 15e56fafc84e62b219977c5ab0f07a021bb71216d7cbb673a7ffec4ec6bda36f97d7b7034751b0b7d745df7c17c1a591a281cf2c97aa4fada7327979711ae3dd

Loading…
Cancel
Save