Update to version 1.0.50; Fixes RHBZ#2245161

epel9
Fabio Valentini 1 year ago
parent e8ea57c4b0
commit a6453d24a9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -30,3 +30,4 @@
/thiserror-1.0.47.crate /thiserror-1.0.47.crate
/thiserror-1.0.48.crate /thiserror-1.0.48.crate
/thiserror-1.0.49.crate /thiserror-1.0.49.crate
/thiserror-1.0.50.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate thiserror %global crate thiserror
Name: rust-thiserror Name: rust-thiserror
Version: 1.0.49 Version: 1.0.50
Release: %autorelease Release: %autorelease
Summary: Derive(Error) Summary: Derive(Error)
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/thiserror URL: https://crates.io/crates/thiserror
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Derive(Error).} Derive(Error).}
@ -48,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (thiserror-1.0.49.crate) = a6b0476b9250f2a1555ad1f528b062fe7683f7aed338efaebd86b967e58d08f03ea10b4b6c502f4b6ccbeb44cf773b7511996a8504e541c1ea6a6efcc8cc2814 SHA512 (thiserror-1.0.50.crate) = 65605a9cfbc43447a50980739259a45d933f1eb315926dce909892f7162c79bd04bfcee7b38b5a9fa71b24fbe4416d050ae8e2443932577541513a23ebeeac46

Loading…
Cancel
Save