Update to 7.2.0 (rhbz#2262594)

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel10
Michel Lind 10 months ago
parent 6b4660b534
commit 0210cd4412
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -5,3 +5,4 @@
/miette-5.8.0.crate /miette-5.8.0.crate
/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

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate miette %global crate miette
Name: rust-miette Name: rust-miette
Version: 5.10.0 Version: 7.2.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
@ -74,6 +74,18 @@ use the "backtrace-ext" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-ext-devel %files -n %{name}+backtrace-ext-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+derive-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+derive-devel %{_description}
This package contains library source intended for building other packages which
use the "derive" feature of the "%{crate}" crate.
%files -n %{name}+derive-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fancy-devel %package -n %{name}+fancy-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -86,6 +98,18 @@ use the "fancy" feature of the "%{crate}" crate.
%files -n %{name}+fancy-devel %files -n %{name}+fancy-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fancy-base-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fancy-base-devel %{_description}
This package contains library source intended for building other packages which
use the "fancy-base" feature of the "%{crate}" crate.
%files -n %{name}+fancy-base-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fancy-no-backtrace-devel %package -n %{name}+fancy-no-backtrace-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -98,16 +122,28 @@ use the "fancy-no-backtrace" feature of the "%{crate}" crate.
%files -n %{name}+fancy-no-backtrace-devel %files -n %{name}+fancy-no-backtrace-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+is-terminal-devel %package -n %{name}+fancy-no-syscall-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fancy-no-syscall-devel %{_description}
This package contains library source intended for building other packages which
use the "fancy-no-syscall" feature of the "%{crate}" crate.
%files -n %{name}+fancy-no-syscall-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+miette-derive-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+is-terminal-devel %{_description} %description -n %{name}+miette-derive-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "is-terminal" feature of the "%{crate}" crate. use the "miette-derive" feature of the "%{crate}" crate.
%files -n %{name}+is-terminal-devel %files -n %{name}+miette-derive-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+no-format-args-capture-devel %package -n %{name}+no-format-args-capture-devel
@ -182,6 +218,30 @@ use the "supports-unicode" feature of the "%{crate}" crate.
%files -n %{name}+supports-unicode-devel %files -n %{name}+supports-unicode-devel
%ghost %{crate_instdir}/Cargo.toml %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
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+syntect-highlighter-devel %{_description}
This package contains library source intended for building other packages which
use the "syntect-highlighter" feature of the "%{crate}" crate.
%files -n %{name}+syntect-highlighter-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+terminal_size-devel %package -n %{name}+terminal_size-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (miette-5.10.0.crate) = 415d16a732925fef5945c08910dcd770fa3a6deedc4753dfe93e8697ad6f017c22fc13c5741f9e22a405b2f5c58ba2fa937ae37df11da8ede2d053c0f1f2a12d SHA512 (miette-7.2.0.crate) = a1e61f3092533f0a501be79b1314e619a72605e77bcbaf67d9fc3dab5452b351c3fc3ffa1cc02dfee849a91a9f1e76e3cdf3aa7fccb4b26067ea62975f3c6802

Loading…
Cancel
Save