From 16f452ae787e382c0236cb22c03cfd7ec4b59fe9 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 29 May 2023 19:55:59 +0200 Subject: [PATCH] Update to version 0.8.13; Fixes RHBZ#2209160 --- .gitignore | 1 + rust-xml-rs.spec | 5 ++--- sources | 2 +- xml-rs-fix-metadata.diff | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index c2c383d..3bdd521 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /xml-rs-0.8.4.crate /xml-rs-0.8.7.crate /xml-rs-0.8.11.crate +/xml-rs-0.8.13.crate diff --git a/rust-xml-rs.spec b/rust-xml-rs.spec index 48b502c..73cf826 100644 --- a/rust-xml-rs.spec +++ b/rust-xml-rs.spec @@ -5,7 +5,7 @@ %global crate xml-rs Name: rust-xml-rs -Version: 0.8.11 +Version: 0.8.13 Release: %autorelease Summary: XML library in pure Rust @@ -64,8 +64,7 @@ use the "default" feature of the "%{crate}" crate. %if %{with check} %check -# * skip test for the exact size of an enum that fails on various architectures -%cargo_test -- -- --skip reader::error::err_size +%cargo_test %endif %changelog diff --git a/sources b/sources index 8f9e58a..8242522 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xml-rs-0.8.11.crate) = 3ddaad869de181b278b71c89af96bfda22af0315ded14845e89c74fab181a012115175a8b65accfe80846f176a16b137d28e0682a3f1bcdf929e56a714079a7e +SHA512 (xml-rs-0.8.13.crate) = a9cb7e500ef9c30d5484134e889a30d469765f3169aeaad73e78b453c6f365599caffbb96150d35240ae9bdf7a0e597f32b4f6eb46cbd52c64dfda00bd040a2a diff --git a/xml-rs-fix-metadata.diff b/xml-rs-fix-metadata.diff index 521c4fc..125e14b 100644 --- a/xml-rs-fix-metadata.diff +++ b/xml-rs-fix-metadata.diff @@ -1,5 +1,5 @@ ---- xml-rs-0.8.11/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 1970-01-01T00:00:01+00:00 ++++ xml-rs-0.8.13/Cargo.toml 2023-05-29T17:54:38.066680+00:00 @@ -46,10 +46,6 @@ name = "xml" path = "src/lib.rs"