Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

2
.gitignore vendored

@ -5,5 +5,3 @@
/miette-5.8.0.crate
/miette-5.9.0.crate
/miette-5.10.0.crate
/miette-7.2.0.crate
/miette-7.4.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate miette
Name: rust-miette
Version: 7.4.0
Version: 5.10.0
Release: %autorelease
Summary: Fancy diagnostic reporting library and protocol for us mere mortals
@ -50,40 +50,40 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+derive-devel
%package -n %{name}+backtrace-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+derive-devel %{_description}
%description -n %{name}+backtrace-devel %{_description}
This package contains library source intended for building other packages which
use the "derive" feature of the "%{crate}" crate.
use the "backtrace" feature of the "%{crate}" crate.
%files -n %{name}+derive-devel
%files -n %{name}+backtrace-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fancy-devel
%package -n %{name}+backtrace-ext-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fancy-devel %{_description}
%description -n %{name}+backtrace-ext-devel %{_description}
This package contains library source intended for building other packages which
use the "fancy" feature of the "%{crate}" crate.
use the "backtrace-ext" feature of the "%{crate}" crate.
%files -n %{name}+fancy-devel
%files -n %{name}+backtrace-ext-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fancy-base-devel
%package -n %{name}+fancy-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fancy-base-devel %{_description}
%description -n %{name}+fancy-devel %{_description}
This package contains library source intended for building other packages which
use the "fancy-base" feature of the "%{crate}" crate.
use the "fancy" feature of the "%{crate}" crate.
%files -n %{name}+fancy-base-devel
%files -n %{name}+fancy-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fancy-no-backtrace-devel
@ -98,16 +98,16 @@ use the "fancy-no-backtrace" feature of the "%{crate}" crate.
%files -n %{name}+fancy-no-backtrace-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fancy-no-syscall-devel
%package -n %{name}+is-terminal-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fancy-no-syscall-devel %{_description}
%description -n %{name}+is-terminal-devel %{_description}
This package contains library source intended for building other packages which
use the "fancy-no-syscall" feature of the "%{crate}" crate.
use the "is-terminal" feature of the "%{crate}" crate.
%files -n %{name}+fancy-no-syscall-devel
%files -n %{name}+is-terminal-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+no-format-args-capture-devel
@ -122,6 +122,18 @@ use the "no-format-args-capture" feature of the "%{crate}" crate.
%files -n %{name}+no-format-args-capture-devel
%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
Summary: %{summary}
BuildArch: noarch
@ -134,16 +146,64 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+syntect-highlighter-devel
%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}+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}+syntect-highlighter-devel %{_description}
%description -n %{name}+textwrap-devel %{_description}
This package contains library source intended for building other packages which
use the "syntect-highlighter" feature of the "%{crate}" crate.
use the "textwrap" feature of the "%{crate}" crate.
%files -n %{name}+syntect-highlighter-devel
%files -n %{name}+textwrap-devel
%ghost %{crate_instdir}/Cargo.toml
%prep

@ -1 +1 @@
SHA512 (miette-7.4.0.crate) = eaa2c40cdbaa641cb245673610e358d0b33368ab20738eef560429264475798608a3cf6208eb8625f2fb1eb747ab6967cdbff70a847de5c053a3ac3af8e1e2e5
SHA512 (miette-5.10.0.crate) = 415d16a732925fef5945c08910dcd770fa3a6deedc4753dfe93e8697ad6f017c22fc13c5741f9e22a405b2f5c58ba2fa937ae37df11da8ede2d053c0f1f2a12d

Loading…
Cancel
Save