update to version 1.6.0

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/open-1.4.0.crate
/open-1.5.0.crate
/open-1.5.1.crate
/open-1.6.0.crate

@ -1,5 +1,5 @@
--- open-1.5.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ open-1.5.1/Cargo.toml 2021-03-03T20:58:14.321115+00:00
--- 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
@@ -28,6 +28,3 @@
doc = false
[target."cfg(all(unix, not(macos)))".dependencies.which]

@ -8,7 +8,7 @@
%global crate open
Name: rust-%{crate}
Version: 1.5.1
Version: 1.6.0
Release: 1%{?dist}
Summary: Open a path or URL using the program configured on the system
@ -78,6 +78,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 25 2021 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-1
- Update to version 1.6.0.
- Fixes RHBZ#1937422
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-1
- Update to version 1.5.1.
- Fixes RHBZ#1934634

@ -1 +1 @@
SHA512 (open-1.5.1.crate) = 17b20ec4001bc761d170ae329c014c68d1c55cc44129e6e3943b45b05333895f4a189d4ab14b47506197af38a720f6f719395b973ed0ca7ad3ac15ad080eb3ca
SHA512 (open-1.6.0.crate) = 7d63fdebae674266538f209a0e9ea40841fa75265efefc768a2330249f5bdccf66b7c2e0e06aaffeb6acf7964bcab7a0eb3809f2f26f16098c76fa8e7d9327ff

Loading…
Cancel
Save