|
|
@ -1,12 +1,12 @@
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global __cargo_skip_build 0
|
|
|
|
%global __cargo_skip_build 0
|
|
|
|
|
|
|
|
|
|
|
|
%global crate hyperfine
|
|
|
|
%global crate hyperfine
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.10.0
|
|
|
|
Version: 1.11.0
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Command-line benchmarking tool
|
|
|
|
Summary: Command-line benchmarking tool
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
@ -15,7 +15,6 @@ URL: https://crates.io/crates/hyperfine
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No windows
|
|
|
|
# * No windows
|
|
|
|
# * Update indicatif to 0.15, https://github.com/sharkdp/hyperfine/pull/299
|
|
|
|
|
|
|
|
Patch0: hyperfine-fix-metadata.diff
|
|
|
|
Patch0: hyperfine-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -30,6 +29,7 @@ Command-line benchmarking tool.}
|
|
|
|
%package -n %{crate}
|
|
|
|
%package -n %{crate}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
# ASL 2.0 or Boost
|
|
|
|
# ASL 2.0 or Boost
|
|
|
|
|
|
|
|
# ASL 2.0 or MIT
|
|
|
|
# MIT
|
|
|
|
# MIT
|
|
|
|
# MIT or ASL 2.0
|
|
|
|
# MIT or ASL 2.0
|
|
|
|
# MPLv2.0
|
|
|
|
# MPLv2.0
|
|
|
@ -80,6 +80,10 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Nov 20 2020 Fabio Valentini <decathorpe@gmail.com> - 1.11.0-1
|
|
|
|
|
|
|
|
- Update to version 1.11.0.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1889025
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 16 15:01:31 GMT 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.10.0-4
|
|
|
|
* Sun Aug 16 15:01:31 GMT 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.10.0-4
|
|
|
|
- Rebuild
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
|
|
|
|