update to version 2.11.1

epel9
Fabio Valentini 4 years ago
parent d8e5ce6072
commit 0e56f7ae5e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/dua-cli-2.8.2.crate /dua-cli-2.8.2.crate
/dua-cli-2.10.7.crate /dua-cli-2.10.7.crate
/dua-cli-2.10.9.crate /dua-cli-2.10.9.crate
/dua-cli-2.11.1.crate

@ -6,8 +6,8 @@
%global crate dua-cli %global crate dua-cli
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.10.9 Version: 2.11.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Tool to conveniently learn about the disk usage of directories Summary: Tool to conveniently learn about the disk usage of directories
# Upstream license specification: MIT # Upstream license specification: MIT
@ -30,6 +30,7 @@ Tool to conveniently learn about the disk usage of directories, fast!.}
%if ! %{__cargo_skip_build} %if ! %{__cargo_skip_build}
%package -n %{crate} %package -n %{crate}
Summary: %{summary} Summary: %{summary}
# ASL 2.0 or MIT
# BSD # BSD
# MIT # MIT
# MIT or ASL 2.0 # MIT or ASL 2.0
@ -41,7 +42,7 @@ License: MIT and BSD and MPLv2.0
%files -n %{crate} %files -n %{crate}
%license LICENSE %license LICENSE
%doc README.md %doc README.md CHANGELOG.md
%{_bindir}/dua %{_bindir}/dua
%endif %endif
@ -56,7 +57,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -190,6 +191,10 @@ which use "unicode-segmentation" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Feb 23 2021 Fabio Valentini <decathorpe@gmail.com> - 2.11.1-1
- Update to version 2.11.1.
- Fixes RHBZ#1919501
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.9-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (dua-cli-2.10.9.crate) = a50279544607028264058af67d225730798facbd16fac2cbaaa9b994da4fcc708a6f11deb50bb23549d2982404ffc0ac5f531cab06a9f09b1463e3cf9d1d876a SHA512 (dua-cli-2.11.1.crate) = 68cd6e24c5580708ba65b4d4be39002dd06e7ff515808cfb46245c14f46b265858596a8aa06e17c688578b684e288a8908bc1ef9b1abb603a467ff075e6f2ff5

Loading…
Cancel
Save