Update to version 3.4.0; Fixes RHBZ#2175707

epel9
Fabio Valentini 2 years ago
parent 11b3a035af
commit 26ec946a40
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/open-3.0.2.crate /open-3.0.2.crate
/open-3.0.3.crate /open-3.0.3.crate
/open-3.2.0.crate /open-3.2.0.crate
/open-3.4.0.crate

@ -1,3 +0,0 @@
# rust-open
The rust-open package

@ -1,13 +0,0 @@
--- open-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ open-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -39,10 +39,3 @@
[target."cfg(all(unix, not(macos)))".dependencies.pathdiff]
version = "0.2.0"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42"
-features = [
- "Win32_UI_Shell",
- "Win32_Foundation",
- "Win32_UI_WindowsAndMessaging",
-]

@ -1,5 +1,5 @@
--- open-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- open-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ open-3.2.0/Cargo.toml 2022-12-10T18:49:23.912220+00:00 +++ open-3.4.0/Cargo.toml 2023-03-06T13:13:53.778672+00:00
@@ -30,11 +30,7 @@ @@ -30,11 +30,7 @@
] ]
license = "MIT" license = "MIT"

@ -1,19 +1,17 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate open %global crate open
Name: rust-open Name: rust-open
Version: 3.2.0 Version: 3.4.0
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
License: MIT License: MIT
URL: https://crates.io/crates/open URL: https://crates.io/crates/open
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: open-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * drop useless /usr/bin/open binary # * drop useless /usr/bin/open binary
Patch: open-fix-metadata.diff Patch: open-fix-metadata.diff

@ -1 +1 @@
SHA512 (open-3.2.0.crate) = 4cc5d843a8af028b00f2133fdc6f24766b31cf748ee751d6abc8d910eab40b2836bb5228766e6e24bf64d532129ee2980ef83ec120e3c07f40eb6bbbb6930511 SHA512 (open-3.4.0.crate) = 51335ca5bb964eb2c34646ccc8e2ddadaac607efe532e66f7b435d39652aa378581a38c6dd990ccc8e389a6678c258a95fa7e9e70cc990286aed1733d6f446f3

Loading…
Cancel
Save