Update to version 2.1.2; Fixes RHBZ#2080091

epel9
Fabio Valentini 3 years ago
parent 670d6194f0
commit 0fd3289711
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/open-2.0.2.crate /open-2.0.2.crate
/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

@ -1,17 +1,19 @@
--- open-2.1.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- open-2.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ open-2.1.1/Cargo.toml 2022-03-29T20:52:33.514074+00:00 +++ open-2.1.2/Cargo.toml 2022-05-12T13:39:45.706512+00:00
@@ -20,13 +20,7 @@ @@ -30,15 +30,7 @@
keywords = ["open", "xdg-open", "start", "launch"] ]
license = "MIT" license = "MIT"
repository = "https://github.com/Byron/open-rs" repository = "https://github.com/Byron/open-rs"
+autobins = false -
-[[bin]] -[[bin]]
-name = "open" -name = "open"
-test = false -test = false
-doc = false -doc = false
+autobins = false
[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.winapi]
-version = "0.3" -version = "0.3"
-features = ["shellapi"] -features = ["shellapi"]

@ -5,7 +5,7 @@
%global crate open %global crate open
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.1.1 Version: 2.1.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.1.crate) = 8de337ec58f9037e1635e1efb8b383355da96355c189b90f9940ed251ba9f8f22d50b4077cfecae88f1d00db8ec172efe27b5605273750d728c86314c807095a SHA512 (open-2.1.2.crate) = 341a663b0615118245db1799a907623d24f9f70d8bbc85fca2b961b53ba1c4ec0a8b45b6988eeb64f2617a986818032757d63879acc77f3f35d6e1d96c25b875

Loading…
Cancel
Save