From 4fb00ed87820ddb20dcc4fa860e1788d4a5af6ac Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 1 Dec 2024 21:53:39 +0100 Subject: [PATCH] Update to version 7.4.0; Fixes RHBZ#2328892 --- .gitignore | 1 + rust-miette.spec | 126 ++--------------------------------------------- sources | 2 +- 3 files changed, 5 insertions(+), 124 deletions(-) diff --git a/.gitignore b/.gitignore index 13b2af3..ca960f2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /miette-5.9.0.crate /miette-5.10.0.crate /miette-7.2.0.crate +/miette-7.4.0.crate diff --git a/rust-miette.spec b/rust-miette.spec index 77b9517..cc5cace 100644 --- a/rust-miette.spec +++ b/rust-miette.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate miette Name: rust-miette -Version: 7.2.0 +Version: 7.4.0 Release: %autorelease 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 %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 Summary: %{summary} BuildArch: noarch @@ -134,18 +110,6 @@ 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} -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 Summary: %{summary} 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 %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 @@ -182,54 +134,6 @@ use the "serde" feature of the "%{crate}" crate. %files -n %{name}+serde-devel %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 Summary: %{summary} BuildArch: noarch @@ -242,30 +146,6 @@ 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 -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 %autosetup -n %{crate}-%{version} -p1 %cargo_prep diff --git a/sources b/sources index d2d253d..f4485b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (miette-7.2.0.crate) = a1e61f3092533f0a501be79b1314e619a72605e77bcbaf67d9fc3dab5452b351c3fc3ffa1cc02dfee849a91a9f1e76e3cdf3aa7fccb4b26067ea62975f3c6802 +SHA512 (miette-7.4.0.crate) = eaa2c40cdbaa641cb245673610e358d0b33368ab20738eef560429264475798608a3cf6208eb8625f2fb1eb747ab6967cdbff70a847de5c053a3ac3af8e1e2e5