Update to version 7.4.0; Fixes RHBZ#2328892

epel10 imports/epel10/rust-miette-7.4.0-1.el10
Fabio Valentini 3 months ago
parent 0ab2ce4fb7
commit 4fb00ed878
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/miette-5.9.0.crate /miette-5.9.0.crate
/miette-5.10.0.crate /miette-5.10.0.crate
/miette-7.2.0.crate /miette-7.2.0.crate
/miette-7.4.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate miette %global crate miette
Name: rust-miette Name: rust-miette
Version: 7.2.0 Version: 7.4.0
Release: %autorelease Release: %autorelease
Summary: Fancy diagnostic reporting library and protocol for us mere mortals Summary: Fancy diagnostic reporting library and protocol for us mere mortals
@ -50,30 +50,6 @@ 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}+backtrace-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+backtrace-devel %{_description}
This package contains library source intended for building other packages which
use the "backtrace" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+backtrace-ext-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+backtrace-ext-devel %{_description}
This package contains library source intended for building other packages which
use the "backtrace-ext" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-ext-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+derive-devel %package -n %{name}+derive-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -134,18 +110,6 @@ use the "fancy-no-syscall" feature of the "%{crate}" crate.
%files -n %{name}+fancy-no-syscall-devel %files -n %{name}+fancy-no-syscall-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+miette-derive-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+miette-derive-devel %{_description}
This package contains library source intended for building other packages which
use the "miette-derive" feature of the "%{crate}" crate.
%files -n %{name}+miette-derive-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+no-format-args-capture-devel %package -n %{name}+no-format-args-capture-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -158,18 +122,6 @@ use the "no-format-args-capture" feature of the "%{crate}" crate.
%files -n %{name}+no-format-args-capture-devel %files -n %{name}+no-format-args-capture-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+owo-colors-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+owo-colors-devel %{_description}
This package contains library source intended for building other packages which
use the "owo-colors" feature of the "%{crate}" crate.
%files -n %{name}+owo-colors-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -182,54 +134,6 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+supports-color-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+supports-color-devel %{_description}
This package contains library source intended for building other packages which
use the "supports-color" feature of the "%{crate}" crate.
%files -n %{name}+supports-color-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+supports-hyperlinks-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+supports-hyperlinks-devel %{_description}
This package contains library source intended for building other packages which
use the "supports-hyperlinks" feature of the "%{crate}" crate.
%files -n %{name}+supports-hyperlinks-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+supports-unicode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+supports-unicode-devel %{_description}
This package contains library source intended for building other packages which
use the "supports-unicode" feature of the "%{crate}" crate.
%files -n %{name}+supports-unicode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+syntect-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+syntect-devel %{_description}
This package contains library source intended for building other packages which
use the "syntect" feature of the "%{crate}" crate.
%files -n %{name}+syntect-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+syntect-highlighter-devel %package -n %{name}+syntect-highlighter-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -242,30 +146,6 @@ use the "syntect-highlighter" feature of the "%{crate}" crate.
%files -n %{name}+syntect-highlighter-devel %files -n %{name}+syntect-highlighter-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+terminal_size-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+terminal_size-devel %{_description}
This package contains library source intended for building other packages which
use the "terminal_size" feature of the "%{crate}" crate.
%files -n %{name}+terminal_size-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+textwrap-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+textwrap-devel %{_description}
This package contains library source intended for building other packages which
use the "textwrap" feature of the "%{crate}" crate.
%files -n %{name}+textwrap-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (miette-7.2.0.crate) = a1e61f3092533f0a501be79b1314e619a72605e77bcbaf67d9fc3dab5452b351c3fc3ffa1cc02dfee849a91a9f1e76e3cdf3aa7fccb4b26067ea62975f3c6802 SHA512 (miette-7.4.0.crate) = eaa2c40cdbaa641cb245673610e358d0b33368ab20738eef560429264475798608a3cf6208eb8625f2fb1eb747ab6967cdbff70a847de5c053a3ac3af8e1e2e5

Loading…
Cancel
Save