Update to version 0.8.11; Fixes RHBZ#2196366

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/xml-rs-0.8.3.crate /xml-rs-0.8.3.crate
/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

@ -5,7 +5,7 @@
%global crate xml-rs %global crate xml-rs
Name: rust-xml-rs Name: rust-xml-rs
Version: 0.8.7 Version: 0.8.11
Release: %autorelease Release: %autorelease
Summary: XML library in pure Rust Summary: XML library in pure Rust
@ -34,9 +34,7 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE %license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/Changelog.md
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%doc %{crate_instdir}/design.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (xml-rs-0.8.7.crate) = 3c5982d0b8907a343043c04e1d3c6f643b212e4e6e3658281a31e8a58517052ced3cceb499405dd6e36190e4b4893400933bed00cdac766ca36e9a5ec2473c80 SHA512 (xml-rs-0.8.11.crate) = 3ddaad869de181b278b71c89af96bfda22af0315ded14845e89c74fab181a012115175a8b65accfe80846f176a16b137d28e0682a3f1bcdf929e56a714079a7e

@ -1,6 +1,6 @@
--- xml-rs-0.8.7/Cargo.toml 1970-01-01T00:00:01+00:00 --- xml-rs-0.8.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ xml-rs-0.8.7/Cargo.toml 2023-05-08T12:01:10.296102+00:00 +++ xml-rs-0.8.11/Cargo.toml 2023-05-17T16:13:13.942566+00:00
@@ -40,10 +40,6 @@ @@ -46,10 +46,6 @@
name = "xml" name = "xml"
path = "src/lib.rs" path = "src/lib.rs"

Loading…
Cancel
Save