Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qdirstat for openSUSE:Factory checked in at 2021-04-06 17:30:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qdirstat (Old) and /work/SRC/openSUSE:Factory/.qdirstat.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qdirstat" Tue Apr 6 17:30:54 2021 rev:10 rq:883101 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qdirstat/qdirstat.changes 2020-08-04 20:18:54.600943590 +0200 +++ /work/SRC/openSUSE:Factory/.qdirstat.new.2401/qdirstat.changes 2021-04-06 17:32:29.187307320 +0200 @@ -1,0 +2,18 @@ +Mon Apr 5 14:45:00 UTC 2021 - Stefan Hundhammer <shundham...@suse.com> + +- Update to V1.7.1: + - New "Discover" actions to easily find + - the largest files + - the newest files + - the oldest files + - files with multiple hard links + - broken symbolic links + - sparse files + - Now showing the target of symbolic links in the details panel + - Menu reorganization + - Bug fixes +- Reverted some of mrey's .spec file changes to fix build failures + on SLE-12-SPx +- Re-added man pages to files list now that they finally build + +------------------------------------------------------------------- @@ -4 +22 @@ -- Update to V1.7: +- Update to V1.7; upstream change log: Old: ---- qdirstat-1.7.tar.gz New: ---- qdirstat-1.7.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qdirstat.spec ++++++ --- /var/tmp/diff_new_pack.klbVSZ/_old 2021-04-06 17:32:29.599307786 +0200 +++ /var/tmp/diff_new_pack.klbVSZ/_new 2021-04-06 17:32:29.603307791 +0200 @@ -1,7 +1,7 @@ # # spec file for package qdirstat # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,34 +17,60 @@ Name: qdirstat -Version: 1.7 +Version: 1.7.1 Release: 0 Summary: Directory Statistics License: GPL-2.0-only -Group: Productivity/File utilities URL: https://github.com/shundhammer/qdirstat -Source0: https://github.com/shundhammer/qdirstat/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.bz2 + BuildRequires: libQt5Core-devel BuildRequires: libQt5Widgets-devel BuildRequires: libqt5-qtbase-common-devel BuildRequires: zlib-devel %description -QDirStat is a graphical application to show where your disk space has gone and -to help you to clean it up. -This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the -latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every -X11-based desktop on Linux, BSD and other Unix-like systems. +QDirStat is a graphical application to show where your disk space +has gone and to help you to clean it up. + +This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now +based on the latest Qt 5. It does not need any KDE libs or +infrastructure. It runs on every X11-based desktop on Linux, BSD +and other Unix-like systems. -QDirStat has a number of new features compared to KDirStat. To name a few: +QDirStat has a number of new features compared to KDirStat. +To name a few: - Multi-selection in both the tree and the treemap. + - Unlimited number of user-defined cleanup actions. -- Properly show errors of cleanup actions (and their output, if desired). -- File categories (MIME types) and their treemap color are now configurable. -- Exclude rules for directories are easily configurable. -- Desktop-agnostic; no longer relies on KDE or any other specific desktop. + +- Properly show errors of cleanup actions + (and their output, if desired). + +- Configurable file categories (MIME types), treemap colors, + exclude rules, tree columns. + +- Package manager support: + + - Show what software package a system file belongs to. + + - Packages view showing disk usage of installed software + packages and their individual files. + + - Unpackaged files view showing what files in system directories + do not belong to any installed software package. + +- New views: + + - Disk usage per file type (by filename extension). + + - File size histogram view. + + - Free, used and reserved disk size for each mounted filesystem + (like df) + For more details and screenshots, see @@ -58,9 +84,8 @@ %setup -q %build -# FIXME: you should use the %%qmake5 macro qmake-qt5 -%make_build +make %install make install INSTALL_ROOT=%{buildroot} %{?_smp_mflags} @@ -79,7 +104,7 @@ %doc README.md doc/cache-file-format.txt doc/*.md %dir %{_docdir}/%{name}/stats %{_docdir}/%{name}/stats/*.md -# %{_mandir}/man1/qdirstat.1.gz -# %{_mandir}/man1/qdirstat-cache-writer.1.gz +%{_mandir}/man1/qdirstat.1.gz +%{_mandir}/man1/qdirstat-cache-writer.1.gz %changelog