Accepting request 887500 from KDE:Extra

- Update to 3.2.2:
  * Save "Show treemap" status
  * Fix a segfault after reading a cache file

OBS-URL: https://build.opensuse.org/request/show/887500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/k4dirstat?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-04-22 16:04:22 +00:00 committed by Git OBS Bridge
commit b64276e4a9
4 changed files with 13 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eef1308591800514b4127e70943a10cd6f5c4456da58755e3a55359bf311904a
size 249498

3
k4dirstat-3.2.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2524f955d7a906b5add4390b99c6f0253af9898fccc90a95ce7573518841cde
size 249552

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 22 08:08:08 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 3.2.2:
* Save "Show treemap" status
* Fix a segfault after reading a cache file
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 8 16:22:11 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at> Wed Jul 8 16:22:11 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -1,7 +1,7 @@
# #
# spec file for package k4dirstat # spec file for package k4dirstat
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: k4dirstat Name: k4dirstat
Version: 3.2.1 Version: 3.2.2
Release: 0 Release: 0
Summary: Graphical Disk Usage Utility Summary: Graphical Disk Usage Utility
License: GPL-2.0-only AND LGPL-2.0-only License: GPL-2.0-only AND LGPL-2.0-only
@ -27,6 +27,7 @@ Source0: https://github.com/jeromerobert/k4dirstat/archive/%{version}.tar
# PATCH-FIX-UPSTREAM # PATCH-FIX-UPSTREAM
Patch0: 0001-Add-the-missing-cassert-include.patch Patch0: 0001-Add-the-missing-cassert-include.patch
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: update-desktop-files
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5DocTools)
@ -39,9 +40,6 @@ BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Widgets)
Recommends: k4dirstat-lang = %{version} Recommends: k4dirstat-lang = %{version}
%if 0%{?suse_version}
BuildRequires: update-desktop-files
%endif
%description %description
K4DirStat (KDE Directory Statistics) is a small utility program that sums up K4DirStat (KDE Directory Statistics) is a small utility program that sums up
@ -61,9 +59,7 @@ graphically.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if 0%{?suse_version}
%suse_update_desktop_file -r k4dirstat Qt KDE Utility Filesystem %suse_update_desktop_file -r k4dirstat Qt KDE Utility Filesystem
%endif
%find_lang k4dirstat %{name}.lang %find_lang k4dirstat %{name}.lang