import rust-trash-3.2.0-1.el9

i9ce changed/i9ce/rust-trash-3.2.0-1.el9
MSVSphere Packaging Team 1 year ago
parent fe618f4d21
commit 8fc248e148

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/trash-3.2.0.crate

@ -0,0 +1 @@
bf0eb1b12f674b48ef1d324ef00aeaf0dee2a44a SOURCES/trash-3.2.0.crate

@ -0,0 +1,3 @@
[tests]
run = ["none"]
comments = ["tests require an existing trash folder"]

Binary file not shown.

@ -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",
-] -]

@ -16,7 +16,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
@ -139,9 +139,12 @@ use the "coinit_speed_over_memory" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.1.2-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.2.0-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Wed Jan 10 2024 Fabio Valentini <decathorpe@gmail.com> - 3.2.0-1
- Update to version 3.2.0; Fixes RHBZ#2257600
* Wed Oct 25 2023 Fabio Valentini <decathorpe@gmail.com> - 3.1.2-1 * Wed Oct 25 2023 Fabio Valentini <decathorpe@gmail.com> - 3.1.2-1
- Update to version 3.1.2; Fixes RHBZ#2242698 - Update to version 3.1.2; Fixes RHBZ#2242698

Loading…
Cancel
Save