Hello community, here is the log from the commit of package eventstat for openSUSE:Factory checked in at 2020-11-12 22:47:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eventstat (Old) and /work/SRC/openSUSE:Factory/.eventstat.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eventstat" Thu Nov 12 22:47:52 2020 rev:10 rq:847944 version:0.04.10 Changes: -------- --- /work/SRC/openSUSE:Factory/eventstat/eventstat.changes 2020-03-12 23:12:32.919329665 +0100 +++ /work/SRC/openSUSE:Factory/.eventstat.new.24930/eventstat.changes 2020-11-12 22:49:51.478797323 +0100 @@ -1,0 +2,6 @@ +Sat Nov 7 18:21:22 UTC 2020 - Martin Hauke <mar...@gmx.de> + +- Update to version 0.04.10 + * handle case where comm field contains ) and spaces + +------------------------------------------------------------------- Old: ---- eventstat-0.04.09.tar.gz New: ---- eventstat-0.04.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eventstat.spec ++++++ --- /var/tmp/diff_new_pack.Lh9qlj/_old 2020-11-12 22:49:51.938797803 +0100 +++ /var/tmp/diff_new_pack.Lh9qlj/_new 2020-11-12 22:49:51.938797803 +0100 @@ -2,7 +2,7 @@ # spec file for package eventstat # # Copyright (c) 2020 SUSE LLC -# Copyright (c) 2017, Martin Hauke <mar...@gmx.de> +# Copyright (c) 2017-2020, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: eventstat -Version: 0.04.09 +Version: 0.04.10 Release: 0 Summary: Kernel event states monitoring tool License: GPL-2.0-or-later ++++++ eventstat-0.04.09.tar.gz -> eventstat-0.04.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eventstat-0.04.09/Makefile new/eventstat-0.04.10/Makefile --- old/eventstat-0.04.09/Makefile 2020-02-26 01:05:14.000000000 +0100 +++ new/eventstat-0.04.10/Makefile 2020-07-04 11:51:43.000000000 +0200 @@ -16,7 +16,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -VERSION=0.04.09 +VERSION=0.04.10 CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eventstat-0.04.09/eventstat.c new/eventstat-0.04.10/eventstat.c --- old/eventstat-0.04.09/eventstat.c 2020-02-26 01:05:14.000000000 +0100 +++ new/eventstat-0.04.10/eventstat.c 2020-07-04 11:51:43.000000000 +0200 @@ -314,6 +314,7 @@ { struct winsize ws; + (void)memset(&ws, 0, sizeof(ws)); if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) != -1) { g_rows = ws.ws_row; g_cols = ws.ws_col; _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org