diff --git a/SOURCES/thiserror-1.0.50.crate b/SOURCES/thiserror-1.0.50.crate new file mode 100644 index 0000000..902f651 Binary files /dev/null and b/SOURCES/thiserror-1.0.50.crate differ diff --git a/SPECS/rust-thiserror.spec b/SPECS/rust-thiserror.spec index 64e5a8e..70fa841 100644 --- a/SPECS/rust-thiserror.spec +++ b/SPECS/rust-thiserror.spec @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate thiserror Name: rust-thiserror -Version: 1.0.49 +Version: 1.0.50 Release: %autorelease Summary: Derive(Error) @@ -23,7 +23,7 @@ License: MIT OR Apache-2.0 URL: https://crates.io/crates/thiserror Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Derive(Error).} @@ -58,7 +58,7 @@ use the "default" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires @@ -76,9 +76,12 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog -* Fri Oct 13 2023 Arkady L. Shane - 1.0.49-1 +* Sun Nov 19 2023 Arkady L. Shane - 1.0.50-1 - Rebuilt for MSVSphere 9.2 +* Fri Oct 20 2023 Fabio Valentini - 1.0.50-1 +- Update to version 1.0.50; Fixes RHBZ#2245161 + * Wed Sep 27 2023 Fabio Valentini - 1.0.49-1 - Update to version 1.0.49; Fixes RHBZ#2240866