From 6c272109c0ac50c30d49542e38b96fdc4aa3012b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 17 May 2023 18:14:17 +0200 Subject: [PATCH] Update to version 0.8.11; Fixes RHBZ#2196366 --- .gitignore | 1 + rust-xml-rs.spec | 4 +--- sources | 2 +- xml-rs-fix-metadata.diff | 6 +++--- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 639c8b5..c2c383d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /xml-rs-0.8.3.crate /xml-rs-0.8.4.crate /xml-rs-0.8.7.crate +/xml-rs-0.8.11.crate diff --git a/rust-xml-rs.spec b/rust-xml-rs.spec index 75e77c2..ec84548 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.7 +Version: 0.8.11 Release: %autorelease Summary: XML library in pure Rust @@ -34,9 +34,7 @@ use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE -%doc %{crate_instdir}/Changelog.md %doc %{crate_instdir}/README.md -%doc %{crate_instdir}/design.md %{crate_instdir}/ %package -n %{name}+default-devel diff --git a/sources b/sources index e7f6286..8f9e58a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xml-rs-0.8.7.crate) = 3c5982d0b8907a343043c04e1d3c6f643b212e4e6e3658281a31e8a58517052ced3cceb499405dd6e36190e4b4893400933bed00cdac766ca36e9a5ec2473c80 +SHA512 (xml-rs-0.8.11.crate) = 3ddaad869de181b278b71c89af96bfda22af0315ded14845e89c74fab181a012115175a8b65accfe80846f176a16b137d28e0682a3f1bcdf929e56a714079a7e diff --git a/xml-rs-fix-metadata.diff b/xml-rs-fix-metadata.diff index fd4d1af..521c4fc 100644 --- a/xml-rs-fix-metadata.diff +++ b/xml-rs-fix-metadata.diff @@ -1,6 +1,6 @@ ---- xml-rs-0.8.7/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ xml-rs-0.8.7/Cargo.toml 2023-05-08T12:01:10.296102+00:00 -@@ -40,10 +40,6 @@ +--- 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 +@@ -46,10 +46,6 @@ name = "xml" path = "src/lib.rs"