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