update to version 1.5.0

epel9
Fabio Valentini 4 years ago
parent 481078856a
commit e4c84a0c66
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/open-1.3.3.crate /open-1.3.3.crate
/open-1.3.4.crate /open-1.3.4.crate
/open-1.4.0.crate /open-1.4.0.crate
/open-1.5.0.crate

@ -1,9 +1,9 @@
--- open-1.3.4/Cargo.toml 2020-02-11T09:36:08+00:00 --- open-1.5.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ open-1.3.4/Cargo.toml 2020-02-11T09:53:55.914222+00:00 +++ open-1.5.0/Cargo.toml 2021-03-02T00:22:54.865135+00:00
@@ -26,6 +26,3 @@ @@ -28,6 +28,3 @@
name = "open"
test = false
doc = false doc = false
[target."cfg(all(unix, not(macos)))".dependencies.which]
version = "4"
-[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 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -8,8 +8,8 @@
%global crate open %global crate open
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.4.0 Version: 1.5.0
Release: 3%{?dist} Release: 1%{?dist}
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
# Upstream license specification: MIT # Upstream license specification: MIT
@ -78,6 +78,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Mar 02 2021 Fabio Valentini <decathorpe@gmail.com> - 1.5.0-1
- Update to version 1.5.0.
- Fixes RHBZ#1933465
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (open-1.4.0.crate) = 76270c754217471de2973b97e508563e2d3fa7af987ffdf931dafa797631dad1c782f9cd8ec095b62745d5f7dd13ef9e1b51843526ef976c53ddd0c6dd79e5f0 SHA512 (open-1.5.0.crate) = d710902cd53d04a73c400f0196f40821b405f829f03f69f882e8d9261eab6e03b1334a478645292255a837ab9bda43da25b6a6eaade82edb15d91a1ce90b75c3

Loading…
Cancel
Save