From 68573e9a5b40d1c81900040cd10f93a86d0088e6 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Thu, 2 Jul 2020 10:16:52 +0300 Subject: [PATCH 1/4] Update to 2.8.2 --- .gitignore | 1 + dua-cli-fix-metadata.diff | 11 +++++++++++ rust-dua-cli.spec | 10 ++++++++-- sources | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 dua-cli-fix-metadata.diff diff --git a/.gitignore b/.gitignore index 57b1c65..d6f85fd 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /dua-cli-2.5.0.crate /dua-cli-2.6.0.crate /dua-cli-2.6.1.crate +/dua-cli-2.8.2.crate diff --git a/dua-cli-fix-metadata.diff b/dua-cli-fix-metadata.diff new file mode 100644 index 0000000..d6e2b1e --- /dev/null +++ b/dua-cli-fix-metadata.diff @@ -0,0 +1,11 @@ +--- dua-cli-2.8.2/Cargo.toml 2020-07-02T03:08:17+00:00 ++++ dua-cli-2.8.2/Cargo.toml 2020-07-02T07:06:04.639197+00:00 +@@ -40,7 +40,7 @@ + version = "0.2.11" + + [dependencies.byte-unit] +-version = "4" ++version = "3.1" + + [dependencies.filesize] + version = "0.2.0" diff --git a/rust-dua-cli.spec b/rust-dua-cli.spec index c023664..efdb15f 100644 --- a/rust-dua-cli.spec +++ b/rust-dua-cli.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 15 +# Generated by rust2rpm 13 # * The test code is not shipped, but even if it would - the testing parts # are missing too. %bcond_with check @@ -6,7 +6,7 @@ %global crate dua-cli Name: rust-%{crate} -Version: 2.6.1 +Version: 2.8.2 Release: 1%{?dist} Summary: Tool to conveniently learn about the disk usage of directories @@ -14,6 +14,9 @@ Summary: Tool to conveniently learn about the disk usage of directories License: MIT URL: https://crates.io/crates/dua-cli Source: %{crates_source} +# Initial patched metadata +# * Downgrade byte-unit to 3.1 +Patch0: dua-cli-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -92,6 +95,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jul 02 09:59:22 EEST 2020 Artem Polishchuk - 2.8.2-1 +- Update to 2.8.2 + * Sun May 31 13:57:22 CEST 2020 Igor Raits - 2.6.1-1 - Update to 2.6.1 diff --git a/sources b/sources index 165554e..740a87c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dua-cli-2.6.1.crate) = b989df0661e876a1d76b656171c89babaf72495b417ff1c574c25a0f2f97e2bdc9cf7b958ff6f8c2286ed96e8eca35eb486d85d6a3e425b1c7b23cb617f96c90 +SHA512 (dua-cli-2.8.2.crate) = c55013591e954de5739af175a7a1b0ef29dcd74185013a5e85f761c7fbaa51af82def2e4dacda1219730fa2cc4322946aff39f79625c78df961e4657e6cbb97e From 6ad49399d9d147f3bb39a69b2a81848d9b726b1a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 07:56:25 +0000 Subject: [PATCH 2/4] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-dua-cli.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-dua-cli.spec b/rust-dua-cli.spec index efdb15f..7c4928a 100644 --- a/rust-dua-cli.spec +++ b/rust-dua-cli.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 2.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to conveniently learn about the disk usage of directories # Upstream license specification: MIT @@ -95,6 +95,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 2.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 02 09:59:22 EEST 2020 Artem Polishchuk - 2.8.2-1 - Update to 2.8.2 From a9ec32a417d60158f5fb60b855074defed429d12 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 1 Aug 2020 08:20:57 +0000 Subject: [PATCH 3/4] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-dua-cli.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust-dua-cli.spec b/rust-dua-cli.spec index 7c4928a..31ea870 100644 --- a/rust-dua-cli.spec +++ b/rust-dua-cli.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 2.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to conveniently learn about the disk usage of directories # Upstream license specification: MIT @@ -95,6 +95,10 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Aug 01 2020 Fedora Release Engineering - 2.8.2-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 2.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 22b07696cc72460d6fdd35a84d57e839f1b0abf5 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 16 Aug 2020 17:01:11 +0200 Subject: [PATCH 4/4] Rebuild Signed-off-by: Igor Raits --- rust-dua-cli.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-dua-cli.spec b/rust-dua-cli.spec index 31ea870..de2f9df 100644 --- a/rust-dua-cli.spec +++ b/rust-dua-cli.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 2.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool to conveniently learn about the disk usage of directories # Upstream license specification: MIT @@ -95,6 +95,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Aug 16 15:01:11 GMT 2020 Igor Raits - 2.8.2-4 +- Rebuild + * Sat Aug 01 2020 Fedora Release Engineering - 2.8.2-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild