Update to version 0.8.13; Fixes RHBZ#2209160

epel9
Fabio Valentini 2 years ago
parent 1223a587a8
commit 16f452ae78
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/xml-rs-0.8.4.crate /xml-rs-0.8.4.crate
/xml-rs-0.8.7.crate /xml-rs-0.8.7.crate
/xml-rs-0.8.11.crate /xml-rs-0.8.11.crate
/xml-rs-0.8.13.crate

@ -5,7 +5,7 @@
%global crate xml-rs %global crate xml-rs
Name: rust-xml-rs Name: rust-xml-rs
Version: 0.8.11 Version: 0.8.13
Release: %autorelease Release: %autorelease
Summary: XML library in pure Rust Summary: XML library in pure Rust
@ -64,8 +64,7 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * skip test for the exact size of an enum that fails on various architectures %cargo_test
%cargo_test -- -- --skip reader::error::err_size
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (xml-rs-0.8.11.crate) = 3ddaad869de181b278b71c89af96bfda22af0315ded14845e89c74fab181a012115175a8b65accfe80846f176a16b137d28e0682a3f1bcdf929e56a714079a7e SHA512 (xml-rs-0.8.13.crate) = a9cb7e500ef9c30d5484134e889a30d469765f3169aeaad73e78b453c6f365599caffbb96150d35240ae9bdf7a0e597f32b4f6eb46cbd52c64dfda00bd040a2a

@ -1,5 +1,5 @@
--- xml-rs-0.8.11/Cargo.toml 1970-01-01T00:00:01+00:00 --- xml-rs-0.8.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ xml-rs-0.8.11/Cargo.toml 2023-05-17T16:13:13.942566+00:00 +++ xml-rs-0.8.13/Cargo.toml 2023-05-29T17:54:38.066680+00:00
@@ -46,10 +46,6 @@ @@ -46,10 +46,6 @@
name = "xml" name = "xml"
path = "src/lib.rs" path = "src/lib.rs"

Loading…
Cancel
Save