Hello community, here is the log from the commit of package qdirstat for openSUSE:Factory checked in at 2020-08-04 20:18:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qdirstat (Old) and /work/SRC/openSUSE:Factory/.qdirstat.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qdirstat" Tue Aug 4 20:18:40 2020 rev:9 rq:824130 version:1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/qdirstat/qdirstat.changes 2020-02-14 16:39:34.855659521 +0100 +++ /work/SRC/openSUSE:Factory/.qdirstat.new.3592/qdirstat.changes 2020-08-04 20:18:54.600943590 +0200 @@ -1,0 +2,36 @@ +Tue Jul 28 22:21:38 UTC 2020 - Martin Rey <[email protected]> + +- Update to V1.7: + - Closing the gap between sizes reported by QDirstat and sizes + reported by the du command: Now also taking the allocated size + into account. + - Now also displaying the allocated size where it makes sense. + - New "Mounted Filesystems" window showing output similar to the + df command (but without the cruft). + - New directory selection dialog showing all (real) filesystems. + - New checkbox to cross filesystems (temporarily) in the + directory selection dialog. + - Workaround for NTFS oddities: Ignoring hard links on NTFS. + - Added config option to ignore hard links in general. + - Added a document about Btrfs free size and how different tools + tend to show different values: Btrfs-Free-Size.md + - Fixed the internal cache writer (the one called from the File + menu, not the qdirstat-cache-writer Perl script): For files + with multiple hard links, it wrote the wrong size to the cache + file: The result of size / links, not size. + (GitHub Issue #124.) + - Fixed crash when terminating with Ctrl-Q while reading + directories (GitHub Issue #122). + - Now automatically reopening the old current branch in the tree + view when using actions like "refresh selected" and "continue + reading at mount point (GitHub Issue #135). + - Now automatically expanding the first directory level of a + mount point after "continue reading at mount point". + - Now correctly labelling a mount point as mount point in the + "Details" panel. +- Changes in spec file + - Run spec file through spec-cleaner + - Change Source to an URL + - use %make_build in build step + +------------------------------------------------------------------- Old: ---- qdirstat-1.6.1.tar.bz2 New: ---- qdirstat-1.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qdirstat.spec ++++++ --- /var/tmp/diff_new_pack.waUc3V/_old 2020-08-04 20:18:56.460944430 +0200 +++ /var/tmp/diff_new_pack.waUc3V/_new 2020-08-04 20:18:56.460944430 +0200 @@ -1,7 +1,7 @@ # # spec file for package qdirstat # -# Copyright (c) 2016-2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,17 @@ Name: qdirstat -Version: 1.6.1 +Version: 1.7 Release: 0 Summary: Directory Statistics License: GPL-2.0-only Group: Productivity/File utilities -Url: https://github.com/shundhammer/qdirstat -Source0: %{name}-%{version}.tar.bz2 +URL: https://github.com/shundhammer/qdirstat +Source0: https://github.com/shundhammer/qdirstat/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: libQt5Core-devel BuildRequires: libQt5Widgets-devel BuildRequires: libqt5-qtbase-common-devel BuildRequires: zlib-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description QDirStat is a graphical application to show where your disk space has gone and @@ -59,8 +58,9 @@ %setup -q %build +# FIXME: you should use the %%qmake5 macro qmake-qt5 -make +%make_build %install make install INSTALL_ROOT=%{buildroot} %{?_smp_mflags} @@ -68,7 +68,6 @@ # %suse_update_desktop_file -N "QDirStat" -G "Directory Statistics" %name Filesystem %files -%defattr(-,root,root) %{_bindir}/qdirstat %{_bindir}/qdirstat-cache-writer %{_datadir}/applications/qdirstat.desktop @@ -76,7 +75,8 @@ %dir %{_datadir}/icons/hicolor/scalable %dir %{_datadir}/icons/hicolor/scalable/apps %{_datadir}/icons/hicolor/scalable/apps/qdirstat.svg -%doc README.md LICENSE doc/cache-file-format.txt doc/*.md +%license %{_docdir}/qdirstat/LICENSE +%doc README.md doc/cache-file-format.txt doc/*.md %dir %{_docdir}/%{name}/stats %{_docdir}/%{name}/stats/*.md # %{_mandir}/man1/qdirstat.1.gz
