Update to 0.18.0

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel10
Michel Alexandre Salim 2 years ago
parent bebc73231c
commit 6fc24a2220
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -1,3 +1,4 @@
/roxmltree-0.13.1.crate /roxmltree-0.13.1.crate
/roxmltree-0.14.1.crate /roxmltree-0.14.1.crate
/roxmltree-0.15.1.crate /roxmltree-0.15.1.crate
/roxmltree-0.18.0.crate

@ -1,15 +1,14 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate roxmltree %global crate roxmltree
Name: rust-roxmltree Name: rust-roxmltree
Version: 0.15.1 Version: 0.18.0
Release: %autorelease Release: %autorelease
Summary: Represent an XML as a read-only tree Summary: Represent an XML as a read-only tree
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/roxmltree URL: https://crates.io/crates/roxmltree
Source: %{crates_source} Source: %{crates_source}
@ -49,6 +48,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+positions-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+positions-devel %{_description}
This package contains library source intended for building other packages which
use the "positions" feature of the "%{crate}" crate.
%files -n %{name}+positions-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (roxmltree-0.15.1.crate) = d7cb6542497be52d773334811c64c7f65ed478512f44b7eda99b1284b5b5928c9b4c6a59b9173d04b92af09fd291611d1bae886e2ba4c20eb52bf9690e8ae581 SHA512 (roxmltree-0.18.0.crate) = cdc7f08bb761f7b5e4853afb9e451ddcbe9d9d436f5cbb78a126c7fb42c99f5ae1a9b1fd4738d169c2ae101a7ec7215e2ad4bf2f37c78a7d3e13b1a6d2410a4b

Loading…
Cancel
Save