Update to version 2.10.0; Fixes RHBZ#2249406

epel9
Fabio Valentini 1 year ago
parent 34f448c523
commit 342034cdf3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/fs-err-2.7.0.crate /fs-err-2.7.0.crate
/fs-err-2.8.1.crate /fs-err-2.8.1.crate
/fs-err-2.9.0.crate /fs-err-2.9.0.crate
/fs-err-2.10.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate fs-err %global crate fs-err
Name: rust-fs-err Name: rust-fs-err
Version: 2.9.0 Version: 2.10.0
Release: %autorelease Release: %autorelease
Summary: Drop-in replacement for std::fs with more helpful error messages Summary: Drop-in replacement for std::fs with more helpful error messages
@ -14,10 +14,10 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/fs-err URL: https://crates.io/crates/fs-err
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Drop-in replacement for std::fs with more helpful error messages.} A drop-in replacement for std::fs with more helpful error messages.}
%description %{_description} %description %{_description}
@ -74,7 +74,7 @@ use the "tokio" 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 (fs-err-2.9.0.crate) = b0fe36a1158a1267a10f6ca66f987448c2fe05dbc26af67cf92e2fff5af210312494823c201156f1029e3d81ec4b075a63a51770e153dad3867fdc6ee1d29126 SHA512 (fs-err-2.10.0.crate) = 7f7ac36f8424f0db2ca03afbfb78226beb9b0ca11f62648cae67078bf7865088af1a30ef729354b09857861620356f25ad758859f2fd5e6649872268e7982b80

Loading…
Cancel
Save