Update to version 0.27.1; Fixes RHBZ#2122015

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/quick-xml-0.22.0.crate /quick-xml-0.22.0.crate
/quick-xml-0.23.0.crate /quick-xml-0.23.0.crate
/quick-xml-0.25.0.crate /quick-xml-0.25.0.crate
/quick-xml-0.27.1.crate

@ -1,7 +1,7 @@
--- quick-xml-0.25.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- quick-xml-0.27.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ quick-xml-0.25.0/Cargo.toml 2022-11-29T15:49:36.702883+00:00 +++ quick-xml-0.27.1/Cargo.toml 2023-02-03T18:45:52.961536+00:00
@@ -78,10 +78,6 @@ @@ -88,10 +88,6 @@
name = "macrobenches" path = "benches/macrobenches.rs"
harness = false harness = false
-[dependencies.document-features] -[dependencies.document-features]
@ -11,13 +11,13 @@
[dependencies.encoding_rs] [dependencies.encoding_rs]
version = "0.8" version = "0.8"
optional = true optional = true
@@ -98,9 +94,6 @@ @@ -108,9 +104,6 @@
features = ["io-util"] features = ["io-util"]
optional = true optional = true
default-features = false default-features = false
- -
-[dev-dependencies.criterion] -[dev-dependencies.criterion]
-version = "0.3" -version = "0.4"
[dev-dependencies.pretty_assertions] [dev-dependencies.pretty_assertions]
version = "1.2" version = "1.3"

@ -5,7 +5,7 @@
%global crate quick-xml %global crate quick-xml
Name: rust-quick-xml Name: rust-quick-xml
Version: 0.25.0 Version: 0.27.1
Release: %autorelease Release: %autorelease
Summary: High performance xml reader and writer Summary: High performance xml reader and writer
@ -35,7 +35,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-MIT.md %license %{crate_instdir}/LICENSE-MIT.md
%doc %{crate_instdir}/Changelog.md
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
@ -123,6 +122,18 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-types-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-types-devel %{_description}
This package contains library source intended for building other packages which
use the "serde-types" feature of the "%{crate}" crate.
%files -n %{name}+serde-types-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serialize-devel %package -n %{name}+serialize-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (quick-xml-0.25.0.crate) = e887baba28d68aa6cff93221e3641d1a86ad2a4c8402037b32485fa27b27e2911e61eb9ffa72ed8d2b6b0aa3d1bb9fa1f6767c2c790fda526e0c4ecde50b07c9 SHA512 (quick-xml-0.27.1.crate) = 0b9fb9c7ce65ba00d756fe61183596912e326fe09ef83afb9d64be0b9f16e1b5a74c5bbb181f8f32c2d7fb3a7e4406ff814b3abcf481ad81acb5cdd4922d8787

Loading…
Cancel
Save