Update to version 2.0.4; Fixes RHBZ#2043976

epel9
Fabio Valentini 3 years ago
parent 9dbd70094b
commit 945a4fe184
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/trash-2.0.2.crate /trash-2.0.2.crate
/trash-2.0.3.crate /trash-2.0.3.crate
/trash-2.0.4.crate

@ -6,7 +6,7 @@
%global crate trash %global crate trash
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.0.3 Version: 2.0.4
Release: %autorelease Release: %autorelease
Summary: Library for moving files and folders to the Recycle Bin Summary: Library for moving files and folders to the Recycle Bin
@ -15,7 +15,7 @@ License: MIT
URL: https://crates.io/crates/trash URL: https://crates.io/crates/trash
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * drop windows- and mac OS-specific dependencies # * drop non-linux dependencies
Patch0: trash-fix-metadata.diff Patch0: trash-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}

@ -1 +1 @@
SHA512 (trash-2.0.3.crate) = 2ab2367f2b94424c826060721b7b541e72b523edf1261bc37b1cc6d1367d55ac61c3f0c71a73d74fea48c759bead68d6463088a2211a07139d2c11c49c598eb6 SHA512 (trash-2.0.4.crate) = 17746b98f43045ff105d38a049e6d60a878b25686e6ecb3cc22c9b1ca876ec608e1fa7f0b4af9df68635b71ea00d0cac5d07606662c9bd2b6295ddc2c4972b61

@ -1,6 +1,6 @@
--- trash-2.0.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- trash-2.0.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ trash-2.0.3/Cargo.toml 2022-01-07T21:47:23.324112+00:00 +++ trash-2.0.4/Cargo.toml 2022-01-26T16:39:38.975266+00:00
@@ -32,8 +32,6 @@ @@ -33,8 +33,6 @@
[dev-dependencies.rand] [dev-dependencies.rand]
version = "0.8.3" version = "0.8.3"
@ -9,10 +9,12 @@
[features] [features]
coinit_apartmentthreaded = [] coinit_apartmentthreaded = []
@@ -52,10 +50,3 @@ @@ -56,12 +54,3 @@
[target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.url] [target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.url]
version = "2.1.0" version = "2.1.0"
-[target."cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.once_cell]
-version = "1.7.2"
-[target."cfg(target_os = \"macos\")".dependencies.objc] -[target."cfg(target_os = \"macos\")".dependencies.objc]
-version = "0.2.7" -version = "0.2.7"
-[target."cfg(windows)".dependencies.scopeguard] -[target."cfg(windows)".dependencies.scopeguard]

Loading…
Cancel
Save