Update to version 0.20.0; Fixes RHBZ#2283010

epel10 imports/epel10/rust-roxmltree-0.20.0-1.el10
Fabio Valentini 1 month ago
parent ef12b32ef2
commit 7701a42da9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/roxmltree-0.18.0.crate
/roxmltree-0.18.1.crate
/roxmltree-0.19.0.crate
/roxmltree-0.20.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate roxmltree
Name: rust-roxmltree
Version: 0.19.0
Version: 0.20.0
Release: %autorelease
Summary: Represent an XML as a read-only tree
@ -35,6 +35,7 @@ use the "%{crate}" crate.
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%exclude %{crate_instdir}/testing-tools/
%package -n %{name}+default-devel
Summary: %{summary}

@ -0,0 +1,6 @@
[package]
exclude-crate-files = [
"testing-tools/",
]

@ -1 +1 @@
SHA512 (roxmltree-0.19.0.crate) = c8eeb974d797316a8dc332c4068b2850eee124a13b0792cdc8acaefe521d8b40161f9159bbfee2866ab2c4f6133ceaaa1b5ed704a5f0db5ae3819d76042cbf36
SHA512 (roxmltree-0.20.0.crate) = f8a934d3809e417c43bca53478cef0a7a18d908620175c84cfa2cdb8c85775b52cc641fb7eb12c80c483e0c17eb500dd3358ace858aceaa810d3ddbdef902d91

Loading…
Cancel
Save