Update to version 2.1.5; Fixes RHBZ#2090132

epel9
Fabio Valentini 3 years ago
parent 6700bcd4e3
commit 1d79d9338e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/trash-2.0.4.crate /trash-2.0.4.crate
/trash-2.1.1.crate /trash-2.1.1.crate
/trash-2.1.3.crate /trash-2.1.3.crate
/trash-2.1.5.crate

@ -6,7 +6,7 @@
%global crate trash %global crate trash
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.1.3 Version: 2.1.5
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
@ -54,6 +54,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+chrono-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+chrono-devel %{_description}
This package contains library source intended for building other packages which
use the "chrono" feature of the "%{crate}" crate.
%files -n %{name}+chrono-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+coinit_apartmentthreaded-devel %package -n %{name}+coinit_apartmentthreaded-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (trash-2.1.3.crate) = 5fd7831270396ea6a0ca6abc2d854fc9dd5fa4e74861b86f3adbc40feb08bcf0b3e25d8f23c33b30353dd9c87c35afca4f42b8cb60e3cfe54c070ff6d1769ffe SHA512 (trash-2.1.5.crate) = 895cdd8a1d070d7716ba9647dbfda35fa9641744f905d10c11b41e7553cc88d66961019a4a5167565a71a696cec05ed55deeea8439cddbece97582c0b73a475d

@ -1,6 +1,6 @@
--- trash-2.1.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- trash-2.1.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ trash-2.1.3/Cargo.toml 2022-05-23T16:10:00.265723+00:00 +++ trash-2.1.5/Cargo.toml 2022-07-13T13:10:51.505021+00:00
@@ -72,18 +72,3 @@ @@ -76,21 +76,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.1.0" version = "2.1.0"
@ -15,7 +15,10 @@
-version = "1.0.0" -version = "1.0.0"
- -
-[target."cfg(windows)".dependencies.windows] -[target."cfg(windows)".dependencies.windows]
-version = "0.9.0" -version = "0.37.0"
- -features = [
-[target."cfg(windows)".build-dependencies.windows] - "alloc",
-version = "0.9.0" - "Win32_Foundation",
- "Win32_System_Com_StructuredStorage",
- "Win32_UI_Shell_PropertiesSystem",
-]

Loading…
Cancel
Save