Update to version 3.2.0; Fixes RHBZ#2257600

epel9 imports/e9/rust-trash-3.2.0-1.el9
Fabio Valentini 1 year ago
parent 7b5d5c41e7
commit 42a1c50bc8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/trash-3.0.6.crate /trash-3.0.6.crate
/trash-3.1.0.crate /trash-3.1.0.crate
/trash-3.1.2.crate /trash-3.1.2.crate
/trash-3.2.0.crate

@ -6,7 +6,7 @@
%global crate trash %global crate trash
Name: rust-trash Name: rust-trash
Version: 3.1.2 Version: 3.2.0
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

@ -1 +1 @@
SHA512 (trash-3.1.2.crate) = fcc5100ebc81f0f390272c1e6a224297d7274a233caf282bfaae4a7e9af7a3107f41497c4ccd3060e40ab3458915281f392cfc40f650e37de233fd2787d0950c SHA512 (trash-3.2.0.crate) = 952c8a4b8cbb7724a0725401b976a1c54a09d031d2c6d080d13c5a51259f41b25320255be48d738ed8d82a396af1afea2ff4b68041074617b9a781f04c41cf4f

@ -1,6 +1,6 @@
--- trash-3.1.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- trash-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ trash-3.1.2/Cargo.toml 2023-10-25T09:28:08.505965+00:00 +++ trash-3.2.0/Cargo.toml 2024-01-10T15:55:05.464267+00:00
@@ -85,19 +85,3 @@ @@ -95,21 +95,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.4.1" version = "2.4.1"
@ -17,6 +17,8 @@
-version = "0.44.0" -version = "0.44.0"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_Storage_EnhancedStorage",
- "Win32_System_Com_StructuredStorage", - "Win32_System_Com_StructuredStorage",
- "Win32_System_SystemServices",
- "Win32_UI_Shell_PropertiesSystem", - "Win32_UI_Shell_PropertiesSystem",
-] -]

Loading…
Cancel
Save