Compare commits

...

22 Commits
f32 ... rawhide

Author SHA1 Message Date
Fabio Valentini 40c0d5de81
Rebuild for fixed frame pointer compiler flags in Rust RPM macros 2023-02-04 23:47:16 +01:00
Fedora Release Engineering 72f4db6220 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-20 22:36:17 +00:00
Fabio Valentini bcc839b3f4
Update to version 2.17.8; Fixes RHBZ#2066020 2022-07-24 23:18:53 +02:00
Fedora Release Engineering 74a2671a10 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 03:49:19 +00:00
Zbigniew Jędrzejewski-Szmek bd2016273e Rebuild with package notes 2022-02-15 16:31:34 +01:00
Fabio Valentini f5b116d352
Bump to tui 0.17, tui-react 0.17, and crosstermion 0.9 2022-02-13 17:02:09 +01:00
Fabio Valentini 4abae93aa1
Update to version 2.17.0; Fixes RHBZ#1956138 2022-02-07 21:19:12 +01:00
Fabio Valentini 2bb06be4aa
convert to rpmautospec 2022-02-07 21:05:08 +01:00
Fedora Release Engineering fb058d9eb1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 20:40:30 +00:00
Fabio Valentini c1d21151ec
port to clap 3.0.0-beta.5 2021-11-22 21:19:01 +01:00
Fabio Valentini 0a4313d831
bump tui, tui-react, and crosstermion versions 2021-08-23 11:52:16 +02:00
Fabio Valentini f105628e7b
Rebuild with crossbeam-deque 0.8.1 / 0.7.4 for CVE-2021-32810 2021-08-07 11:37:36 +02:00
Fedora Release Engineering 19c55d9ea9 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-27 08:51:41 +00:00
Fabio Valentini 0e56f7ae5e
update to version 2.11.1 2021-02-23 14:44:13 +01:00
Fedora Release Engineering d8e5ce6072 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 17:26:04 +00:00
Igor Raits 3b84fa972b
Update to 2.10.9
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2021-01-10 20:33:28 +01:00
Igor Raits 9193ba6c06
Rebuild
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2020-12-28 13:29:36 +01:00
Igor Raits af809eb358
Update to 2.10.7
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2020-12-25 18:49:05 +01:00
Igor Raits 22b07696cc
Rebuild
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2020-08-16 17:01:11 +02:00
Fedora Release Engineering a9ec32a417 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 08:20:57 +00:00
Fedora Release Engineering 6ad49399d9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 07:56:25 +00:00
Artem Polishchuk 68573e9a5b Update to 2.8.2 2020-07-02 10:16:52 +03:00
6 changed files with 321 additions and 60 deletions

6
.gitignore vendored
View File

@ -8,3 +8,9 @@
/dua-cli-2.5.0.crate
/dua-cli-2.6.0.crate
/dua-cli-2.6.1.crate
/dua-cli-2.8.2.crate
/dua-cli-2.10.7.crate
/dua-cli-2.10.9.crate
/dua-cli-2.11.1.crate
/dua-cli-2.17.0.crate
/dua-cli-2.17.8.crate

75
LICENSE.dependencies Normal file
View File

@ -0,0 +1,75 @@
ASL 2.0 or MIT: rust-autocfg 1.1.0
ASL 2.0 or MIT: rust-indexmap 1.9.1
ASL 2.0 or MIT: rust-parking_lot0.11 0.11.2
ASL 2.0 or MIT: rust-parking_lot_core0.8 0.8.5
ASL 2.0 or MIT: rust-signal-hook 0.3.14
ASL 2.0 or MIT: rust-signal-hook-mio 0.2.3
ASL 2.0 or MIT: rust-signal-hook-registry 1.4.0
ASL 2.0 or MIT: rust-wild 2.0.4
BSD: rust-instant 0.1.12
MIT or ASL 2.0 or zlib: rust-tinyvec_macros 0.1.0
MIT or ASL 2.0: rust-anyhow 1.0.58
MIT or ASL 2.0: rust-bitflags 1.3.2
MIT or ASL 2.0: rust-cassowary 0.3.0
MIT or ASL 2.0: rust-cfg-if 1.0.0
MIT OR ASL 2.0: rust-clap 3.2.12
MIT or ASL 2.0: rust-clap_derive 3.2.7
MIT or ASL 2.0: rust-clap_lex 0.2.4
MIT or ASL 2.0: rust-crossbeam 0.8.1
MIT or ASL 2.0: rust-crossbeam-channel 0.5.5
MIT or ASL 2.0: rust-crossbeam-deque 0.8.1
MIT or ASL 2.0: rust-crossbeam-epoch 0.9.9
MIT or ASL 2.0: rust-crossbeam-queue 0.3.5
MIT or ASL 2.0: rust-crossbeam-utils 0.8.10
MIT or ASL 2.0: rust-either 1.7.0
MIT or ASL 2.0: rust-fixedbitset 0.4.2
MIT or ASL 2.0: rust-form_urlencoded 1.0.1
MIT or ASL 2.0: rust-hashbrown 0.12.3
MIT or ASL 2.0: rust-heck 0.4.0
MIT or ASL 2.0: rust-idna 0.2.3
MIT or ASL 2.0: rust-itertools 0.10.3
MIT or ASL 2.0: rust-lazy_static 1.4.0
MIT or ASL 2.0: rust-libc 0.2.126
MIT or ASL 2.0: rust-lock_api 0.4.7
MIT or ASL 2.0: rust-log 0.4.17
MIT or ASL 2.0: rust-num_cpus 1.13.1
MIT or ASL 2.0: rust-once_cell 1.13.0
MIT or ASL 2.0: rust-os_str_bytes 6.1.0
MIT or ASL 2.0: rust-pathdiff 0.2.1
MIT or ASL 2.0: rust-percent-encoding 2.1.0
MIT or ASL 2.0: rust-petgraph 0.6.2
MIT or ASL 2.0: rust-proc-macro-error 1.0.4
MIT or ASL 2.0: rust-proc-macro-error-attr 1.0.4
MIT or ASL 2.0: rust-proc-macro2 1.0.40
MIT or ASL 2.0: rust-quote 1.0.20
MIT or ASL 2.0: rust-rayon 1.5.3
MIT or ASL 2.0: rust-rayon-core 1.9.3
MIT or ASL 2.0: rust-scopeguard 1.1.0
MIT or ASL 2.0: rust-smallvec 1.9.0
MIT or ASL 2.0: rust-syn 1.0.98
MIT or ASL 2.0: rust-unicode-bidi 0.3.8
MIT or ASL 2.0: rust-unicode-ident 1.0.1
MIT or ASL 2.0: rust-unicode-normalization 0.1.21
MIT or ASL 2.0: rust-unicode-segmentation 1.9.0
MIT or ASL 2.0: rust-unicode-width 0.1.9
MIT or ASL 2.0: rust-url 2.2.2
MIT or ASL 2.0: rust-version_check 0.9.4
MIT: rust-atty 0.2.14
MIT: rust-byte-unit 4.0.14
MIT: rust-crossterm 0.22.1
MIT: rust-crosstermion 0.9.0
MIT: rust-filesize 0.2.0
MIT: rust-jwalk 0.6.0
MIT: rust-matches 0.1.9
MIT: rust-memoffset 0.6.5
MIT: rust-mio0.7 0.7.14
MIT: rust-open 3.0.2
MIT: rust-strsim 0.10.0
MIT: rust-textwrap 0.15.0
MIT: rust-trash 2.1.5
MIT: rust-tui 0.17.0
MIT: rust-tui-react 0.17.0
MIT: rust-utf8-width 0.1.6
MPLv2.0: rust-colored 2.0.0
Unlicense or MIT: rust-termcolor 1.1.3
zlib or ASL 2.0 or MIT: rust-tinyvec 1.6.0

77
changelog Normal file
View File

@ -0,0 +1,77 @@
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Nov 22 2021 Fabio Valentini <decathorpe@gmail.com> - 2.11.1-5
- Port to clap 3.0.0-beta.5.
* Mon Aug 23 2021 Fabio Valentini <decathorpe@gmail.com> - 2.11.1-4
- Bump tui, tui-react, and crosstermion versions.
* Sat Aug 07 2021 Fabio Valentini <decathorpe@gmail.com> - 2.11.1-3
- Rebuild with crossbeam-deque 0.8.1 / 0.7.4 for CVE-2021-32810
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-2
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sun Jan 10 19:45:05 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.10.9-1
- Update to 2.10.9 (Fixes: RHBZ#1912188)
* Mon Dec 28 13:29:36 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.10.7-2
- Rebuild
* Fri Dec 25 11:55:17 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.10.7-1
- Update to 2.10.7
* Sun Aug 16 15:01:11 GMT 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.8.2-4
- Rebuild
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jul 02 09:59:22 EEST 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 2.8.2-1
- Update to 2.8.2
* Sun May 31 13:57:22 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.6.1-1
- Update to 2.6.1
* 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
- Update to 2.5.0
* Mon Mar 30 08:19:56 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.4.1-1
- Update to 2.4.1
* Fri Mar 27 15:15:21 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.9-1
- Update to 2.3.9
* Thu Mar 26 08:32:46 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.8-1
- Update to 2.3.8
* Tue Mar 17 16:47:38 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.6-1
- Update to 2.3.6
* Sun Mar 15 18:07:16 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.5-1
- Update to 2.3.5
* Sun Mar 15 09:14:52 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.3-1
- Update to 2.3.3
* Tue Feb 25 02:05:44 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.2-1
- Update to 2.3.2
* Mon Feb 24 20:18:39 EET 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 2.3.1-1
- Initial package

10
dua-cli-fix-metadata.diff Normal file
View File

@ -0,0 +1,10 @@
--- dua-cli-2.17.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ dua-cli-2.17.8/Cargo.toml 2022-07-22T11:35:32.851196+00:00
@@ -129,7 +129,3 @@
"crosstermion/tui-react-termion",
"tui-shared",
]
-
-[target."cfg(all(target_os = \"macos\", target_arch = \"aarch64\"))".dependencies.sysinfo]
-version = "0.23.2"
-default-features = false

View File

@ -1,47 +1,53 @@
# Generated by rust2rpm 15
# * The test code is not shipped, but even if it would - the testing parts
# are missing too.
# Generated by rust2rpm 21
# * neither test files nor test code is included in published crates
%bcond_with check
%global crate dua-cli
Name: rust-%{crate}
Version: 2.6.1
Release: 1%{?dist}
Version: 2.17.8
Release: %autorelease
Summary: Tool to conveniently learn about the disk usage of directories
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/dua-cli
Source: %{crates_source}
Source0: %{crates_source}
Source1: LICENSE.dependencies
# Initial patched metadata
# * drop macos-specific dependencies
Patch0: dua-cli-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Tool to conveniently learn about the disk usage of directories, fast!.}
%description %{_description}
%if ! %{__cargo_skip_build}
%package -n %{crate}
Summary: %{summary}
# (MIT or ASL 2.0) and BSD
# ASL 2.0 or MIT
# BSD
# MIT
# MIT or ASL 2.0
License: MIT and BSD
# MIT or ASL 2.0 or zlib
# MPLv2.0
# Unlicense or MIT
# zlib or ASL 2.0 or MIT
License: MIT and BSD and MPLv2.0
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE
%license LICENSE.dependencies
%doc CHANGELOG.md
%doc README.md
%{_bindir}/dua
%endif
%package devel
Summary: %{summary}
@ -49,13 +55,14 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -63,14 +70,135 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+crosstermion-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+crosstermion-devel %{_description}
This package contains library source intended for building other packages which
use the "crosstermion" feature of the "%{crate}" crate.
%files -n %{name}+crosstermion-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+open-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+open-devel %{_description}
This package contains library source intended for building other packages which
use the "open" feature of the "%{crate}" crate.
%files -n %{name}+open-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+trash-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+trash-devel %{_description}
This package contains library source intended for building other packages which
use the "trash" feature of the "%{crate}" crate.
%files -n %{name}+trash-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+trash-move-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+trash-move-devel %{_description}
This package contains library source intended for building other packages which
use the "trash-move" feature of the "%{crate}" crate.
%files -n %{name}+trash-move-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tui-devel %{_description}
This package contains library source intended for building other packages which
use the "tui" feature of the "%{crate}" crate.
%files -n %{name}+tui-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-crossplatform-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tui-crossplatform-devel %{_description}
This package contains library source intended for building other packages which
use the "tui-crossplatform" feature of the "%{crate}" crate.
%files -n %{name}+tui-crossplatform-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-react-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tui-react-devel %{_description}
This package contains library source intended for building other packages which
use the "tui-react" feature of the "%{crate}" crate.
%files -n %{name}+tui-react-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-shared-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tui-shared-devel %{_description}
This package contains library source intended for building other packages which
use the "tui-shared" feature of the "%{crate}" crate.
%files -n %{name}+tui-shared-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tui-unix-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tui-unix-devel %{_description}
This package contains library source intended for building other packages which
use the "tui-unix" feature of the "%{crate}" crate.
%files -n %{name}+tui-unix-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unicode-segmentation-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unicode-segmentation-devel %{_description}
This package contains library source intended for building other packages which
use the "unicode-segmentation" feature of the "%{crate}" crate.
%files -n %{name}+unicode-segmentation-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
cp %{SOURCE1} .
%cargo_prep
%generate_buildrequires
@ -84,43 +212,8 @@ which use "default" feature of "%{crate}" crate.
%if %{with check}
%check
# https://github.com/Byron/dua-cli/issues/39
%cargo_test -- -- --skip interactive::app_test::journeys_with_writes::basic_user_journey_with_deletion \
--skip interactive::app_test::journeys_readonly::simple_user_journey_read_only \
--skip interactive::app_test::unit::it_can_handle_ending_traversal_without_reaching_the_top \
--skip interactive::app_test::unit::it_can_handle_ending_traversal_reaching_top_but_skipping_levels
%cargo_test
%endif
%changelog
* Sun May 31 13:57:22 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.6.1-1
- Update to 2.6.1
* 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
- Update to 2.5.0
* Mon Mar 30 08:19:56 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.4.1-1
- Update to 2.4.1
* Fri Mar 27 15:15:21 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.9-1
- Update to 2.3.9
* Thu Mar 26 08:32:46 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.8-1
- Update to 2.3.8
* Tue Mar 17 16:47:38 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.6-1
- Update to 2.3.6
* Sun Mar 15 18:07:16 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.5-1
- Update to 2.3.5
* Sun Mar 15 09:14:52 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.3-1
- Update to 2.3.3
* Tue Feb 25 02:05:44 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.2-1
- Update to 2.3.2
* Mon Feb 24 20:18:39 EET 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 2.3.1-1
- Initial package
%autochangelog

View File

@ -1 +1 @@
SHA512 (dua-cli-2.6.1.crate) = b989df0661e876a1d76b656171c89babaf72495b417ff1c574c25a0f2f97e2bdc9cf7b958ff6f8c2286ed96e8eca35eb486d85d6a3e425b1c7b23cb617f96c90
SHA512 (dua-cli-2.17.8.crate) = 5bf3c0445f6c351cdd242b2e62665660624941b409f1d8c68fc7c658e4d68c554753b31707644762108cb3eeecd8b15af11b953cd035671768bf7fe456f0fbf5