update to version 1.7.0

epel9
Fabio Valentini 4 years ago
parent 3ffcbda35d
commit ee5c4c6ad7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/open-1.5.0.crate
/open-1.5.1.crate
/open-1.6.0.crate
/open-1.7.0.crate

@ -1,5 +1,5 @@
--- open-1.6.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ open-1.6.0/Cargo.toml 2021-03-25T14:34:53.939548+00:00
--- open-1.7.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ open-1.7.0/Cargo.toml 2021-04-21T19:19:38.996238+00:00
@@ -28,6 +28,3 @@
doc = false
[target."cfg(all(unix, not(macos)))".dependencies.which]

@ -1,4 +1,4 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
@ -8,7 +8,7 @@
%global crate open
Name: rust-%{crate}
Version: 1.6.0
Version: 1.7.0
Release: 1%{?dist}
Summary: Open a path or URL using the program configured on the system
@ -17,7 +17,7 @@ License: MIT
URL: https://crates.io/crates/open
Source: %{crates_source}
# Initial patched metadata
# * No windows
# * drop windows-specific dependencies
Patch0: open-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -78,6 +78,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 1.7.0-1
- Update to version 1.7.0.
- Fixes RHBZ#1950743
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-1
- Update to version 1.6.0.
- Fixes RHBZ#1937422

@ -1 +1 @@
SHA512 (open-1.6.0.crate) = 7d63fdebae674266538f209a0e9ea40841fa75265efefc768a2330249f5bdccf66b7c2e0e06aaffeb6acf7964bcab7a0eb3809f2f26f16098c76fa8e7d9327ff
SHA512 (open-1.7.0.crate) = 755d199424644347dc60527865141616a64d86c2629b35960e30a8130f6f1e6c389c1f6cbb13b9c2f8746f9bfbf599ed708a54aeef95a107ab73631e8006921b

Loading…
Cancel
Save