From 41c6095265c09438579d2aff6a08b0887df8ac41283ffb4858133f33a360798f Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 6 Jan 2022 11:08:41 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/k4dirstat?expand=0&rev=27 --- k4dirstat-3.3.0.tar.gz | 3 --- k4dirstat-3.4.0.tar.gz | 3 +++ k4dirstat.changes | 14 ++++++++++++++ k4dirstat.spec | 5 ++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 k4dirstat-3.3.0.tar.gz create mode 100644 k4dirstat-3.4.0.tar.gz diff --git a/k4dirstat-3.3.0.tar.gz b/k4dirstat-3.3.0.tar.gz deleted file mode 100644 index ce90b74..0000000 --- a/k4dirstat-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70f9a850e3b67766981b2d0ab6ac1fd977706c29ab6a24b585628374786e7492 -size 418483 diff --git a/k4dirstat-3.4.0.tar.gz b/k4dirstat-3.4.0.tar.gz new file mode 100644 index 0000000..64d59cf --- /dev/null +++ b/k4dirstat-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf30920db914d9f8d439ddc3f59cf80401bde7045acd3d42412edb48bb684aca +size 419012 diff --git a/k4dirstat.changes b/k4dirstat.changes index df65750..df5f64f 100644 --- a/k4dirstat.changes +++ b/k4dirstat.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 6 11:05:56 UTC 2022 - Christophe Giboudeaux + +- Update to 3.4.0 + * Refresh tree after deleting a file + * Count directory sizes as 0 if excluded + * Fix a crash when unfolding a empty folder + * Updated Dutch translation + * Always save the allocated size to cache files and correct + saved size of hard links + * Display size of over-allocated files properly + * Use allocated size to compute folder size recursively + (i.e. no longer under estimate folders with many small files). + ------------------------------------------------------------------- Wed Oct 6 17:30:03 UTC 2021 - Christophe Giboudeaux diff --git a/k4dirstat.spec b/k4dirstat.spec index b57c397..a839f24 100644 --- a/k4dirstat.spec +++ b/k4dirstat.spec @@ -1,7 +1,7 @@ # # spec file for package k4dirstat # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: k4dirstat -Version: 3.3.0 +Version: 3.4.0 Release: 0 Summary: Graphical Disk Usage Utility License: GPL-2.0-only AND LGPL-2.0-only @@ -39,7 +39,6 @@ BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Widgets) -Recommends: k4dirstat-lang = %{version} %description K4DirStat (KDE Directory Statistics) is a small utility program that sums up From c5b40e407ed05cf666e589aaf5ba3915a06921f19ed84a954b97f2f0b36d1172 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 6 Jan 2022 11:19:54 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/k4dirstat?expand=0&rev=28 --- k4dirstat.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k4dirstat.spec b/k4dirstat.spec index a839f24..2811b41 100644 --- a/k4dirstat.spec +++ b/k4dirstat.spec @@ -36,7 +36,7 @@ BuildRequires: cmake(KF5IconThemes) BuildRequires: cmake(KF5JobWidgets) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5XmlGui) -BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5Core) >= 5.14 BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Widgets)