Update to version 1.0.50; Fixes RHBZ#2245162

epel9
Fabio Valentini 1 year ago
parent 139fb93e0e
commit 29ee782b0c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -29,3 +29,4 @@
/thiserror-impl-1.0.47.crate /thiserror-impl-1.0.47.crate
/thiserror-impl-1.0.48.crate /thiserror-impl-1.0.48.crate
/thiserror-impl-1.0.49.crate /thiserror-impl-1.0.49.crate
/thiserror-impl-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-impl %global crate thiserror-impl
Name: rust-thiserror-impl Name: rust-thiserror-impl
Version: 1.0.49 Version: 1.0.50
Release: %autorelease Release: %autorelease
Summary: Implementation detail of the thiserror crate Summary: Implementation detail of the thiserror crate
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/thiserror-impl URL: https://crates.io/crates/thiserror-impl
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Implementation detail of the `thiserror` crate.} Implementation detail of the `thiserror` crate.}
@ -47,7 +47,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-impl-1.0.49.crate) = dffaacf5238c81fa5bdd605c84c7d064695c4435b5927c0a7ef8975340170252d1361ad48c26116663fcdb0afaec0ec0a63b5f613ad256d75bcdfa3f0659a437 SHA512 (thiserror-impl-1.0.50.crate) = 8555e010f94390e93ba757bce9ef25d066ed542f23b843db431a66fbab722584ea0ce6c9d4b6f4d92cea3d91c190336abd567c4a0aa4a27893db25720c5b89c9

Loading…
Cancel
Save