Update to version 3.2.0; Fixes RHBZ#2144398

epel9
Fabio Valentini 2 years ago
parent 5000fba21b
commit 69a4d19b27
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,12 +1,13 @@
--- open-3.0.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- open-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ open-3.0.3/Cargo.toml 1970-01-01T00:00:01+00:00 +++ open-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -39,9 +39,3 @@ @@ -39,10 +39,3 @@
[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.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.36" -version = "0.42"
-features = [ -features = [
- "Win32_UI_Shell", - "Win32_UI_Shell",
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_UI_WindowsAndMessaging",
-] -]

@ -1,5 +1,5 @@
--- open-3.0.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- open-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ open-3.0.3/Cargo.toml 2022-10-05T12:26:06.307480+00:00 +++ open-3.2.0/Cargo.toml 2022-12-10T18:49:23.912220+00:00
@@ -30,11 +30,7 @@ @@ -30,11 +30,7 @@
] ]
license = "MIT" license = "MIT"

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
%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.0.3 Version: 3.2.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
@ -18,8 +18,6 @@ Patch: open-fix-metadata-auto.diff
# * drop useless /usr/bin/open binary # * drop useless /usr/bin/open binary
Patch: open-fix-metadata.diff Patch: open-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (open-3.0.3.crate) = 9d1aadd0d5e935fcba6b754c6401e5f40703a73b3bfb24db35b638ce558fc893b17e63f8b797b95095cd1a8b74576fbae55d4705f9b45790d89b5bbf2d9cb9a2 SHA512 (open-3.2.0.crate) = 4cc5d843a8af028b00f2133fdc6f24766b31cf748ee751d6abc8d910eab40b2836bb5228766e6e24bf64d532129ee2980ef83ec120e3c07f40eb6bbbb6930511

Loading…
Cancel
Save