Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xrestop for openSUSE:Factory checked in at 2023-04-28 16:23:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xrestop (Old) and /work/SRC/openSUSE:Factory/.xrestop.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xrestop" Fri Apr 28 16:23:48 2023 rev:7 rq:1083411 version:0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/xrestop/xrestop.changes 2021-08-03 22:49:38.576431573 +0200 +++ /work/SRC/openSUSE:Factory/.xrestop.new.1533/xrestop.changes 2023-04-28 16:24:52.434537502 +0200 @@ -1,0 +2,15 @@ +Fri Apr 28 06:19:43 UTC 2023 - Stefan Dirsch <sndir...@suse.com> + +- Update to version 0.6 + * gitlab CI: add a basic build test + * Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters + * configure: remove unnecessary checks + * configure: remove fallback for pre-pkg-config systems + * gitlab CI: stop requiring Signed-off-by in commits + * Fix builds on Solaris + * Add --version option + * man page: stop saying the X-Resource extension is "very new" + * Link with libtinfo if available + * Fixes -Wformat warning in xrestop_display + +------------------------------------------------------------------- Old: ---- xrestop-0.5.tar.gz New: ---- xrestop-0.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xrestop.spec ++++++ --- /var/tmp/diff_new_pack.VHajQy/_old 2023-04-28 16:24:56.258559823 +0200 +++ /var/tmp/diff_new_pack.VHajQy/_new 2023-04-28 16:24:56.266559869 +0200 @@ -1,7 +1,7 @@ # # spec file for package xrestop # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 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,13 @@ Name: xrestop -Version: 0.5 +Version: 0.6 Release: 0 Summary: Utility to monitor server resources used by X11 clients License: GPL-2.0-or-later Group: System/X11/Utilities URL: http://xorg.freedesktop.org/ -Source0: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.gz +Source0: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz BuildRequires: ncurses-devel BuildRequires: pkg-config BuildRequires: pkgconfig(x11) @@ -49,7 +49,8 @@ %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README.md +%license COPYING +%doc AUTHORS ChangeLog README.md %{_bindir}/xrestop %{_mandir}/man1/xrestop.1%{?ext_man}