Update to version 1.7.1; Fixes RHBZ#1983263

epel9
Fabio Valentini 4 years ago
parent d2e129dd17
commit 272c1c092e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/open-1.5.1.crate /open-1.5.1.crate
/open-1.6.0.crate /open-1.6.0.crate
/open-1.7.0.crate /open-1.7.0.crate
/open-1.7.1.crate

@ -1,9 +1,9 @@
--- open-1.7.0/Cargo.toml 1970-01-01T00:00:00+00:00 --- open-1.7.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ open-1.7.0/Cargo.toml 2021-04-21T19:19:38.996238+00:00 +++ open-1.7.1/Cargo.toml 2021-07-18T09:29:03.542342+00:00
@@ -28,6 +28,3 @@ @@ -28,6 +28,3 @@
doc = false doc = false
[target."cfg(all(unix, not(macos)))".dependencies.which] [target."cfg(all(unix, not(macos)))".dependencies.pathdiff]
version = "4" version = "0.2.0"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3" -version = "0.3"
-features = ["shellapi"] -features = ["shellapi"]

@ -1,4 +1,4 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -8,7 +8,7 @@
%global crate open %global crate open
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.7.0 Version: 1.7.1
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-1.7.0.crate) = 755d199424644347dc60527865141616a64d86c2629b35960e30a8130f6f1e6c389c1f6cbb13b9c2f8746f9bfbf599ed708a54aeef95a107ab73631e8006921b SHA512 (open-1.7.1.crate) = 97c064ade1c9e1329aef03cffc6dbf565a7a3c0acf41845236202b0003d4d709b769e22cef0190624c32b5b6e1506964028a4649e4bb79f1ced5ae9f954508b3

Loading…
Cancel
Save