import rust-html2text-0.6.0-1.el9.el9

i9ce changed/i9ce/rust-html2text-0.6.0-1.el9
MSVSphere Packaging Team 1 year ago
parent 465757dcfc
commit bc8a104bf7

2
.gitignore vendored

@ -1 +1 @@
SOURCES/html2text-0.5.1.crate
SOURCES/html2text-0.6.0.crate

@ -1 +1 @@
30d43687292cede332bef4d607418ecd6eda72d5 SOURCES/html2text-0.5.1.crate
cf6e0a825f2afe1c07a77510e6dd8c58d50ea818 SOURCES/html2text-0.6.0.crate

@ -1,5 +1,5 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## (rpmautospec version 0.5.1)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate html2text
Name: rust-html2text
Version: 0.5.1
Version: 0.6.0
Release: %autorelease
Summary: Render HTML as plain text
@ -23,7 +23,7 @@ License: MIT
URL: https://crates.io/crates/html2text
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Render HTML as plain text.}
@ -106,7 +106,7 @@ use the "html_trace_bt" 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
@ -124,8 +124,16 @@ use the "html_trace_bt" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.5.1-1
## START: Generated by rpmautospec
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.6.0-1
- Rebuilt for MSVSphere 9.3
* Mon Dec 11 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.0-1
- Update to version 0.6.0
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon May 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.5.1-1
- Initial import (#2209378)
## END: Generated by rpmautospec

Loading…
Cancel
Save