Update to version 0.18.1; Fixes RHBZ#2241523

epel10
Fabio Valentini 1 year ago
parent d36c869207
commit 7337f09c30
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/roxmltree-0.14.1.crate
/roxmltree-0.15.1.crate
/roxmltree-0.18.0.crate
/roxmltree-0.18.1.crate

@ -1,3 +0,0 @@
# rust-roxmltree
The rust-roxmltree package

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate roxmltree
Name: rust-roxmltree
Version: 0.18.0
Version: 0.18.1
Release: %autorelease
Summary: Represent an XML as a read-only tree
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/roxmltree
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Represent an XML as a read-only tree.}
@ -73,7 +73,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (roxmltree-0.18.0.crate) = cdc7f08bb761f7b5e4853afb9e451ddcbe9d9d436f5cbb78a126c7fb42c99f5ae1a9b1fd4738d169c2ae101a7ec7215e2ad4bf2f37c78a7d3e13b1a6d2410a4b
SHA512 (roxmltree-0.18.1.crate) = 36409eb077bb3b26663096ad6457338f124eaad7bfb11de08d57bf44eef0653736d234a9bf8ed6d49ea357741d775e0f01bea931b298aa4445a086d58bcea937

Loading…
Cancel
Save