Hello community, here is the log from the commit of package k4dirstat for openSUSE:Leap:15.2 checked in at 2020-02-19 18:35:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/k4dirstat (Old) and /work/SRC/openSUSE:Leap:15.2/.k4dirstat.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "k4dirstat" Wed Feb 19 18:35:39 2020 rev:14 rq:770605 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/k4dirstat/k4dirstat.changes 2020-01-15 15:14:42.534218180 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.k4dirstat.new.26092/k4dirstat.changes 2020-02-19 18:36:04.641650052 +0100 @@ -1,0 +2,11 @@ +Mon Jan 13 12:35:34 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 3.2.0: + * Rewrite the tree view to support navigation with keyboard and + multi-selection + * 'Open in terminal' now open Konsole in the selected folder + * Move from bitbucket to github +- Add patch to fix build on Leap 15.1 + * 0001-Add-the-missing-cassert-include.patch + +------------------------------------------------------------------- Old: ---- k4dirstat-3.1.4.tar.bz2 New: ---- 0001-Add-the-missing-cassert-include.patch k4dirstat-3.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ k4dirstat.spec ++++++ --- /var/tmp/diff_new_pack.LTCFqa/_old 2020-02-19 18:36:04.965650730 +0100 +++ /var/tmp/diff_new_pack.LTCFqa/_new 2020-02-19 18:36:04.965650730 +0100 @@ -1,7 +1,7 @@ # # spec file for package k4dirstat # -# Copyright (c) 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,13 +17,15 @@ Name: k4dirstat -Version: 3.1.4 +Version: 3.2.0 Release: 0 Summary: Graphical Disk Usage Utility License: GPL-2.0-only AND LGPL-2.0-only Group: Productivity/File utilities -URL: https://bitbucket.org/jeromerobert/k4dirstat/wiki/Home -Source0: https://bitbucket.org/jeromerobert/k4dirstat/get/%{name}-%{version}.tar.bz2 +URL: https://github.com/jeromerobert/k4dirstat +Source0: https://github.com/jeromerobert/k4dirstat/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM +Patch0: 0001-Add-the-missing-cassert-include.patch BuildRequires: kf5-filesystem BuildRequires: zlib-devel BuildRequires: cmake(KF5CoreAddons) @@ -50,7 +52,7 @@ %lang_package %prep -%setup -q -n jeromerobert-k4dirstat-0fd87f361645 +%autosetup -p1 %build %cmake_kf5 -d build @@ -67,7 +69,7 @@ %files %license COPYING* -%doc AUTHORS CREDITS TODO +%doc AUTHORS CREDITS %doc %lang(en) %{_kf5_htmldir}/en/k4dirstat %dir %{_kf5_configkcfgdir} %{_kf5_applicationsdir}/k4dirstat.desktop ++++++ 0001-Add-the-missing-cassert-include.patch ++++++ >From dec30fec70d9ec9bcb52372b054d0d409f8c3075 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux <[email protected]> Date: Mon, 13 Jan 2020 13:50:23 +0100 Subject: [PATCH] Add the missing cassert include --- src/kdirtreeview.cpp | 1 + src/ktreemaptile.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/kdirtreeview.cpp b/src/kdirtreeview.cpp index 808d20a..88b2ee3 100644 --- a/src/kdirtreeview.cpp +++ b/src/kdirtreeview.cpp @@ -7,6 +7,7 @@ #include <stdlib.h> #include <time.h> +#include <cassert> #include <QDesktopServices> #include <QHeaderView> diff --git a/src/ktreemaptile.cpp b/src/ktreemaptile.cpp index 3c140eb..27c4632 100644 --- a/src/ktreemaptile.cpp +++ b/src/ktreemaptile.cpp @@ -6,6 +6,7 @@ #include <QDebug> #include <algorithm> +#include <cassert> #include <math.h> #include <qimage.h> #include <qpainter.h> -- 2.24.1
