Hello community, here is the log from the commit of package qps for openSUSE:Factory checked in at 2019-10-12 22:41:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qps (Old) and /work/SRC/openSUSE:Factory/.qps.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qps" Sat Oct 12 22:41:27 2019 rev:13 rq:737572 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qps/qps.changes 2019-03-01 16:49:23.549754531 +0100 +++ /work/SRC/openSUSE:Factory/.qps.new.2352/qps.changes 2019-10-12 22:41:28.749974445 +0200 @@ -1,0 +2,41 @@ +Wed Oct 9 07:45:27 UTC 2019 - [email protected] + +- Update to 2.0.0: + * Several code cleanups: + - Silenced compiler warnings about QtTableView + - Do not detect systray on every refresh (this also fixes memory leak under some GTK DEs) + - Removed the method `HeadedTable::sizeHintForColumn` + - htable.cpp: remove unused define + - qps.h: remove unused define + - Cleaned up the classes SearchBox, ControlBar and StatusBar + - Do not cast bool to integer on return + - Removed no strings casts definitions + - Removed unmanaged code + - Remove some comments + - Corrected sscanf format + - Removed unused variable + - Simplified groupName + - Add missing "const" + - Apply LXQtCompilerSettings to project + * Fixed memory leaks: + - Fixed memory leak in showing process details dialogs + - Prevent a file descriptor leak + - Fixed several memory leaks + * UI and other improvements: + - Properly save font info + - Sort fields list alphabetically + - Update sort indicator on adding columns + - Use float for memory column if in megabytes + - Support HDPI pixmaps + - A better filter box with clear button and place holder + - Don't allow an unsorted table + - Fixed table size and scrollbars + - Made column DND predictable + - Fixes for the header, especially for its DND + - Fixed painting of cells, branch lines and... + - Fixed settings and preferences and added signal prompt + - Fixed SWAP column + - Use a smaller pixmap cache + - Improved translations + +------------------------------------------------------------------- Old: ---- qps-1.10.20.tar.gz New: ---- qps-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qps.spec ++++++ --- /var/tmp/diff_new_pack.2UrQyZ/_old 2019-10-12 22:41:29.193973310 +0200 +++ /var/tmp/diff_new_pack.2UrQyZ/_new 2019-10-12 22:41:29.197973299 +0200 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: qps -Version: 1.10.20 +Version: 2.0.0 Release: 0 Summary: Visual Process Manager License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -26,6 +26,8 @@ Source0: https://github.com/lxqt/qps/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake >= 3.1.0 BuildRequires: gcc-c++ +BuildRequires: glibc >= 2.30 +BuildRequires: glibc-devel >= 2.30 BuildRequires: hicolor-icon-theme BuildRequires: lxqt-build-tools-devel >= 0.6.0 BuildRequires: pkgconfig ++++++ qps-1.10.20.tar.gz -> qps-2.0.0.tar.gz ++++++ ++++ 18198 lines of diff (skipped)
