Update to version 0.6.0

epel9 imports/e9/rust-html2text-0.6.0-1.el9
Fabio Valentini 1 year ago
parent 0be339ef42
commit c5acd82212

1
.gitignore vendored

@ -1 +1,2 @@
/html2text-0.5.1.crate /html2text-0.5.1.crate
/html2text-0.6.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate html2text %global crate html2text
Name: rust-html2text Name: rust-html2text
Version: 0.5.1 Version: 0.6.0
Release: %autorelease Release: %autorelease
Summary: Render HTML as plain text Summary: Render HTML as plain text
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/html2text URL: https://crates.io/crates/html2text
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Render HTML as plain text.} Render HTML as plain text.}
@ -96,7 +96,7 @@ use the "html_trace_bt" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (html2text-0.5.1.crate) = eb1a0ab63cf0e49a88f0832f842207f8875c22a00b6f6a8af0dc9b27627bace42ce96d2f03cec25aac78319eb1c18f5d51a11e5b133fadae9546155d834045c0 SHA512 (html2text-0.6.0.crate) = 81b90643d2e43a14a44236f649a7530d201ac2e87d7394a6d65e697b49829f5f869766db526b28720fa07d9d6bd82e567df7ebb1abdebbff2be839a58c9feb0e

Loading…
Cancel
Save