diff --git a/.gitignore b/.gitignore index 034b450..a554461 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /trash-3.0.6.crate /trash-3.1.0.crate /trash-3.1.2.crate +/trash-3.2.0.crate diff --git a/rust-trash.spec b/rust-trash.spec index 62db36c..a156cb2 100644 --- a/rust-trash.spec +++ b/rust-trash.spec @@ -6,7 +6,7 @@ %global crate trash Name: rust-trash -Version: 3.1.2 +Version: 3.2.0 Release: %autorelease Summary: Library for moving files and folders to the Recycle Bin diff --git a/sources b/sources index f9e650e..3d045e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (trash-3.1.2.crate) = fcc5100ebc81f0f390272c1e6a224297d7274a233caf282bfaae4a7e9af7a3107f41497c4ccd3060e40ab3458915281f392cfc40f650e37de233fd2787d0950c +SHA512 (trash-3.2.0.crate) = 952c8a4b8cbb7724a0725401b976a1c54a09d031d2c6d080d13c5a51259f41b25320255be48d738ed8d82a396af1afea2ff4b68041074617b9a781f04c41cf4f diff --git a/trash-fix-metadata-auto.diff b/trash-fix-metadata-auto.diff index 6dc9248..64a24d4 100644 --- a/trash-fix-metadata-auto.diff +++ b/trash-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- trash-3.1.2/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ trash-3.1.2/Cargo.toml 2023-10-25T09:28:08.505965+00:00 -@@ -85,19 +85,3 @@ +--- trash-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ trash-3.2.0/Cargo.toml 2024-01-10T15:55:05.464267+00:00 +@@ -95,21 +95,3 @@ [target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.url] version = "2.4.1" @@ -17,6 +17,8 @@ -version = "0.44.0" -features = [ - "Win32_Foundation", +- "Win32_Storage_EnhancedStorage", - "Win32_System_Com_StructuredStorage", +- "Win32_System_SystemServices", - "Win32_UI_Shell_PropertiesSystem", -]