Update to version 0.28.2; Fixes RHBZ#2177831

epel9
Fabio Valentini 2 years ago
parent d03cafe23c
commit 6a65929c64
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/quick-xml-0.23.0.crate
/quick-xml-0.25.0.crate
/quick-xml-0.27.1.crate
/quick-xml-0.28.2.crate

@ -1,8 +1,8 @@
--- quick-xml-0.27.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ quick-xml-0.27.1/Cargo.toml 2023-02-03T18:45:52.961536+00:00
@@ -88,10 +88,6 @@
path = "benches/macrobenches.rs"
harness = false
--- quick-xml-0.28.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ quick-xml-0.28.2/Cargo.toml 2023-05-25T07:57:29.833432+00:00
@@ -103,10 +103,6 @@
features = ["derive"]
optional = true
-[dependencies.document-features]
-version = "0.2"
@ -11,7 +11,7 @@
[dependencies.encoding_rs]
version = "0.8"
optional = true
@@ -108,9 +104,6 @@
@@ -123,9 +119,6 @@
features = ["io-util"]
optional = true
default-features = false

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate quick-xml
Name: rust-quick-xml
Version: 0.27.1
Version: 0.28.2
Release: %autorelease
Summary: High performance xml reader and writer
@ -50,6 +50,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arbitrary-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+arbitrary-devel %{_description}
This package contains library source intended for building other packages which
use the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+async-tokio-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (quick-xml-0.27.1.crate) = 0b9fb9c7ce65ba00d756fe61183596912e326fe09ef83afb9d64be0b9f16e1b5a74c5bbb181f8f32c2d7fb3a7e4406ff814b3abcf481ad81acb5cdd4922d8787
SHA512 (quick-xml-0.28.2.crate) = 24913a45e962c144c82f13a6ab4877ab7c91fd51f34becc6412a47dd91e75436590a646f85c346236ed2729d480242b20781ccfdd1d42bc2a510bc883966a0a0

Loading…
Cancel
Save