Compare commits

...

4 Commits

Author SHA1 Message Date
Fabio Valentini 4fb00ed878
Update to version 7.4.0; Fixes RHBZ#2328892
2 months ago
Fedora Release Engineering 0ab2ce4fb7 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Michel Lind 0210cd4412
Update to 7.2.0 (rhbz#2262594)
10 months ago
Fedora Release Engineering 6b4660b534 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago

2
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # 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: 5.10.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,40 +50,40 @@ 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 %package -n %{name}+derive-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+backtrace-devel %{_description} %description -n %{name}+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 "backtrace" feature of the "%{crate}" crate. use the "derive" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-devel %files -n %{name}+derive-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+backtrace-ext-devel %package -n %{name}+fancy-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+backtrace-ext-devel %{_description} %description -n %{name}+fancy-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 "backtrace-ext" feature of the "%{crate}" crate. use the "fancy" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-ext-devel %files -n %{name}+fancy-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fancy-devel %package -n %{name}+fancy-base-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+fancy-devel %{_description} %description -n %{name}+fancy-base-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 "fancy" feature of the "%{crate}" crate. use the "fancy-base" feature of the "%{crate}" crate.
%files -n %{name}+fancy-devel %files -n %{name}+fancy-base-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fancy-no-backtrace-devel %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 %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} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+is-terminal-devel %{_description} %description -n %{name}+fancy-no-syscall-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 "fancy-no-syscall" feature of the "%{crate}" crate.
%files -n %{name}+is-terminal-devel %files -n %{name}+fancy-no-syscall-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
@ -122,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
@ -146,64 +134,16 @@ 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 %package -n %{name}+syntect-highlighter-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} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+textwrap-devel %{_description} %description -n %{name}+syntect-highlighter-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 "textwrap" feature of the "%{crate}" crate. use the "syntect-highlighter" feature of the "%{crate}" crate.
%files -n %{name}+textwrap-devel %files -n %{name}+syntect-highlighter-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep

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

Loading…
Cancel
Save