|
|
@ -4,7 +4,7 @@
|
|
|
|
%global crate dua-cli
|
|
|
|
%global crate dua-cli
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 2.5.0
|
|
|
|
Version: 2.6.0
|
|
|
|
Release: 1%{?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
|
|
|
|
|
|
|
|
|
|
|
@ -29,10 +29,10 @@ Tool to conveniently learn about the disk usage of directories, fast!.}
|
|
|
|
%package -n %{crate}
|
|
|
|
%package -n %{crate}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
# Install all deps (without check), grab their licenses and make it simple
|
|
|
|
# Install all deps (without check), grab their licenses and make it simple
|
|
|
|
|
|
|
|
# * (MIT or ASL 2.0) and BSD
|
|
|
|
# * ASL 2.0 or MIT
|
|
|
|
# * ASL 2.0 or MIT
|
|
|
|
# * MIT
|
|
|
|
# * MIT
|
|
|
|
# * MIT or ASL 2.0
|
|
|
|
# * MIT or ASL 2.0
|
|
|
|
# * (MIT or ASL 2.0) and BSD
|
|
|
|
|
|
|
|
License: MIT and BSD
|
|
|
|
License: MIT and BSD
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
@ -92,6 +92,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun May 10 14:35:34 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.6.0-1
|
|
|
|
|
|
|
|
- Update to 2.6.0
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 2.5.0-1
|
|
|
|
* Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 2.5.0-1
|
|
|
|
- Update to 2.5.0
|
|
|
|
- Update to 2.5.0
|
|
|
|
|
|
|
|
|
|
|
|