|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|