diff --git a/.gitignore b/.gitignore index aa7ea9e..86c5f0d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /trash-2.0.3.crate /trash-2.0.4.crate /trash-2.1.1.crate +/trash-2.1.3.crate diff --git a/rust-trash.spec b/rust-trash.spec index ff0e811..c0858ff 100644 --- a/rust-trash.spec +++ b/rust-trash.spec @@ -6,7 +6,7 @@ %global crate trash Name: rust-%{crate} -Version: 2.1.1 +Version: 2.1.3 Release: %autorelease Summary: Library for moving files and folders to the Recycle Bin diff --git a/sources b/sources index 1d493b3..9e96bc7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (trash-2.1.1.crate) = 763bd8fa5518e2d0f84051e0c4fa7f94d8610ac3d7728432651de27844c2650f82142496000bc7b6ff2e23eb349de113505e3ea0e19f41aedc822345f8952d2e +SHA512 (trash-2.1.3.crate) = 5fd7831270396ea6a0ca6abc2d854fc9dd5fa4e74861b86f3adbc40feb08bcf0b3e25d8f23c33b30353dd9c87c35afca4f42b8cb60e3cfe54c070ff6d1769ffe diff --git a/trash-fix-metadata.diff b/trash-fix-metadata.diff index 100c7b3..df5feb0 100644 --- a/trash-fix-metadata.diff +++ b/trash-fix-metadata.diff @@ -1,16 +1,6 @@ ---- trash-2.1.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ trash-2.1.1/Cargo.toml 2022-05-11T13:49:51.106468+00:00 -@@ -51,9 +51,6 @@ - [dev-dependencies.serial_test] - version = "0.6.0" - --[build-dependencies.windows] --version = "0.9.0" -- - [features] - coinit_apartmentthreaded = [] - coinit_disable_ole1dde = [] -@@ -75,15 +72,3 @@ +--- trash-2.1.3/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ trash-2.1.3/Cargo.toml 2022-05-23T16:10:00.265723+00:00 +@@ -72,18 +72,3 @@ [target."cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))".dependencies.url] version = "2.1.0" @@ -26,3 +16,6 @@ - -[target."cfg(windows)".dependencies.windows] -version = "0.9.0" +- +-[target."cfg(windows)".build-dependencies.windows] +-version = "0.9.0"