From bc8a104bf7d4fcd41c6fd4aa2b7ee58295b49409 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 21 Jan 2024 02:03:35 +0300 Subject: [PATCH] import rust-html2text-0.6.0-1.el9.el9 --- .gitignore | 2 +- .rust-html2text.metadata | 2 +- SPECS/rust-html2text.spec | 20 ++++++++++++++------ 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index e872b86..c617e84 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/html2text-0.5.1.crate +SOURCES/html2text-0.6.0.crate diff --git a/.rust-html2text.metadata b/.rust-html2text.metadata index 166bd27..4b90b6f 100644 --- a/.rust-html2text.metadata +++ b/.rust-html2text.metadata @@ -1 +1 @@ -30d43687292cede332bef4d607418ecd6eda72d5 SOURCES/html2text-0.5.1.crate +cf6e0a825f2afe1c07a77510e6dd8c58d50ea818 SOURCES/html2text-0.6.0.crate diff --git a/SPECS/rust-html2text.spec b/SPECS/rust-html2text.spec index 633f920..eecfdab 100644 --- a/SPECS/rust-html2text.spec +++ b/SPECS/rust-html2text.spec @@ -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 - 0.5.1-1 +## START: Generated by rpmautospec +* Mon Jan 15 2024 Arkady L. Shane - 0.6.0-1 - Rebuilt for MSVSphere 9.3 +* Mon Dec 11 2023 Fabio Valentini - 0.6.0-1 +- Update to version 0.6.0 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon May 29 2023 Fabio Valentini - 0.5.1-1 - Initial import (#2209378) +## END: Generated by rpmautospec