Update to version 3.0.2; Fixes RHBZ#2093123

epel9
Fabio Valentini 3 years ago
parent dba7366477
commit 85e3804f47
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/open-2.1.0.crate /open-2.1.0.crate
/open-2.1.1.crate /open-2.1.1.crate
/open-2.1.2.crate /open-2.1.2.crate
/open-3.0.2.crate

@ -1,6 +1,6 @@
--- open-2.1.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- open-3.0.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ open-2.1.2/Cargo.toml 2022-05-12T13:39:45.706512+00:00 +++ open-3.0.2/Cargo.toml 2022-07-22T11:38:11.909083+00:00
@@ -30,15 +30,7 @@ @@ -30,18 +30,7 @@
] ]
license = "MIT" license = "MIT"
repository = "https://github.com/Byron/open-rs" repository = "https://github.com/Byron/open-rs"
@ -14,6 +14,9 @@
[target."cfg(all(unix, not(macos)))".dependencies.pathdiff] [target."cfg(all(unix, not(macos)))".dependencies.pathdiff]
version = "0.2.0" version = "0.2.0"
- -
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.3" -version = "0.36"
-features = ["shellapi"] -features = [
- "Win32_UI_Shell",
- "Win32_Foundation",
-]

@ -5,7 +5,7 @@
%global crate open %global crate open
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.1.2 Version: 3.0.2
Release: %autorelease Release: %autorelease
Summary: Open a path or URL using the program configured on the system Summary: Open a path or URL using the program configured on the system

@ -1 +1 @@
SHA512 (open-2.1.2.crate) = 341a663b0615118245db1799a907623d24f9f70d8bbc85fca2b961b53ba1c4ec0a8b45b6988eeb64f2617a986818032757d63879acc77f3f35d6e1d96c25b875 SHA512 (open-3.0.2.crate) = 4b5b94a34e80e9f329a8064347dd6b6580dd49a7d9555092ae8697af00ac71fedc49cf5604d973cf2b50c8ab009018001a7dc382e89c4726ffc08e3a56251336

Loading…
Cancel
Save