diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d5298d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/trash-3.2.0.crate diff --git a/.rust-trash.metadata b/.rust-trash.metadata index e69de29..a0ec838 100644 --- a/.rust-trash.metadata +++ b/.rust-trash.metadata @@ -0,0 +1 @@ +bf0eb1b12f674b48ef1d324ef00aeaf0dee2a44a SOURCES/trash-3.2.0.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..612a1a7 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,3 @@ +[tests] +run = ["none"] +comments = ["tests require an existing trash folder"] diff --git a/SOURCES/trash-3.1.2.crate b/SOURCES/trash-3.1.2.crate deleted file mode 100644 index 2691be6..0000000 Binary files a/SOURCES/trash-3.1.2.crate and /dev/null differ diff --git a/SOURCES/trash-fix-metadata-auto.diff b/SOURCES/trash-fix-metadata-auto.diff index 6dc9248..64a24d4 100644 --- a/SOURCES/trash-fix-metadata-auto.diff +++ b/SOURCES/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", -] diff --git a/SPECS/rust-trash.spec b/SPECS/rust-trash.spec index c92c530..577bd23 100644 --- a/SPECS/rust-trash.spec +++ b/SPECS/rust-trash.spec @@ -16,7 +16,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 @@ -139,9 +139,12 @@ use the "coinit_speed_over_memory" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 3.1.2-1 +* Mon Jan 15 2024 Arkady L. Shane - 3.2.0-1 - Rebuilt for MSVSphere 9.3 +* Wed Jan 10 2024 Fabio Valentini - 3.2.0-1 +- Update to version 3.2.0; Fixes RHBZ#2257600 + * Wed Oct 25 2023 Fabio Valentini - 3.1.2-1 - Update to version 3.1.2; Fixes RHBZ#2242698