From e4a71cdd965449214cc39001a35b6a20bc3beb50 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 5 Sep 2023 22:55:55 +0200 Subject: [PATCH] Update to version 0.8.17; Fixes RHBZ#2237266 --- .gitignore | 1 + rust-xml-rs.spec | 2 +- sources | 2 +- xml-rs-fix-metadata.diff | 11 +++++------ 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d1dc77c..170755b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /xml-rs-0.8.14.crate /xml-rs-0.8.15.crate /xml-rs-0.8.16.crate +/xml-rs-0.8.17.crate diff --git a/rust-xml-rs.spec b/rust-xml-rs.spec index 537b1e2..3089ccc 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.16 +Version: 0.8.17 Release: %autorelease Summary: XML library in pure Rust diff --git a/sources b/sources index d624b39..ae49b3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xml-rs-0.8.16.crate) = 1660f0e0e17b5ba401c17d19856fec55fd02b75de3ba3cb1327ac295503990597ac7a2cf5b8ad0473c1d67b01aee673f29dcadb3cdfa4a7c790a44b892f2da4e +SHA512 (xml-rs-0.8.17.crate) = a4faf1ad429ea3a9b46e6decb69f4be68609a1c112dcaf39cf8335c4f23c5ff9bf37eb364085d0c1aaecd1044c778fa58c848a95eaa0f3e7f100f89f387e9830 diff --git a/xml-rs-fix-metadata.diff b/xml-rs-fix-metadata.diff index 9684dcf..7bd1213 100644 --- a/xml-rs-fix-metadata.diff +++ b/xml-rs-fix-metadata.diff @@ -1,6 +1,6 @@ ---- xml-rs-0.8.16/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ xml-rs-0.8.16/Cargo.toml 2023-07-21T14:59:12.529542+00:00 -@@ -46,10 +46,6 @@ +--- xml-rs-0.8.17/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ xml-rs-0.8.17/Cargo.toml 2023-09-05T20:54:42.627357+00:00 +@@ -47,9 +47,5 @@ name = "xml" path = "src/lib.rs" @@ -8,6 +8,5 @@ -name = "xml-analyze" -path = "src/analyze.rs" - - [dev-dependencies.doc-comment] - version = "0.3" - + [badges.maintenance] + status = "actively-developed"