Hello community, here is the log from the commit of package xev for openSUSE:Factory checked in at 2019-02-26 22:19:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xev (Old) and /work/SRC/openSUSE:Factory/.xev.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xev" Tue Feb 26 22:19:12 2019 rev:10 rq:677757 version:1.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/xev/xev.changes 2015-04-21 10:53:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xev.new.28833/xev.changes 2019-02-26 22:19:32.722126898 +0100 @@ -1,0 +2,7 @@ +Wed Feb 20 14:30:57 UTC 2019 - [email protected] + +- update to version 1.2.3 + * bugfixes +- adjusted u_Add-event-filter-for-motion-and-button-events.patch + +------------------------------------------------------------------- Old: ---- xev-1.2.2.tar.bz2 xev-1.2.2.tar.bz2.sig New: ---- xev-1.2.3.tar.bz2 xev-1.2.3.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xev.spec ++++++ --- /var/tmp/diff_new_pack.oiysQg/_old 2019-02-26 22:19:33.334126691 +0100 +++ /var/tmp/diff_new_pack.oiysQg/_new 2019-02-26 22:19:33.338126690 +0100 @@ -1,7 +1,7 @@ # # spec file for package xev # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: xev -Version: 1.2.2 +Version: 1.2.3 Release: 0 Summary: Utility to print contents of X events License: X11 @@ -58,7 +58,7 @@ %files %defattr(-,root,root) -%doc ChangeLog COPYING README +%doc ChangeLog COPYING README.md %{_bindir}/xev %{_mandir}/man1/xev.1%{?ext_man} ++++++ u_Add-event-filter-for-motion-and-button-events.patch ++++++ --- /var/tmp/diff_new_pack.oiysQg/_old 2019-02-26 22:19:33.350126685 +0100 +++ /var/tmp/diff_new_pack.oiysQg/_new 2019-02-26 22:19:33.354126683 +0100 @@ -13,10 +13,10 @@ xev.c | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) -Index: xev-1.2.2/man/xev.man +Index: xev-1.2.3/man/xev.man =================================================================== ---- xev-1.2.2.orig/man/xev.man -+++ xev-1.2.2/man/xev.man +--- xev-1.2.3.orig/man/xev.man ++++ xev-1.2.3/man/xev.man @@ -62,7 +62,7 @@ The option can be specified multiple times to select multiple types of events. When not specified, all events are selected. @@ -26,20 +26,20 @@ .TP 8 .B \-version This option prints the program version and exits. -Index: xev-1.2.2/xev.c +Index: xev-1.2.3/xev.c =================================================================== ---- xev-1.2.2.orig/xev.c -+++ xev-1.2.2/xev.c -@@ -890,7 +890,7 @@ usage (const char *errmsg) - " -event event_mask select 'event_mask' events", - " Supported event masks: keyboard mouse expose visibility structure", - " substructure focus property colormap", --" owner_grab_button randr button", -+" owner_grab_button randr button motion", - " This option can be specified multiple times to select multiple", - " event masks.", - "", -@@ -940,6 +940,11 @@ parse_event_mask (const char *s, long ev +--- xev-1.2.3.orig/xev.c ++++ xev-1.2.3/xev.c +@@ -1051,7 +1051,7 @@ usage(const char *errmsg) + " -event event_mask select 'event_mask' events\n" + " Supported event masks: keyboard mouse expose visibility structure\n" + " substructure focus property colormap\n" +-" owner_grab_button randr button\n" ++" owner_grab_button randr motion button\n" + " This option can be specified multiple times to select multiple\n" + " event masks.\n" + " -version print version and exit\n" +@@ -1100,6 +1100,11 @@ parse_event_mask(const char *s, long eve LeaveWindowMask | PointerMotionMask | Button1MotionMask | Button2MotionMask | Button3MotionMask | Button4MotionMask | Button5MotionMask | ButtonMotionMask }, @@ -48,6 +48,6 @@ + PointerMotionMask | Button1MotionMask | + Button2MotionMask | Button3MotionMask | Button4MotionMask | + Button5MotionMask | ButtonMotionMask }, - { "button", + { "button", EVENT_MASK_INDEX_CORE, ButtonPressMask | ButtonReleaseMask }, ++++++ xev-1.2.2.tar.bz2 -> xev-1.2.3.tar.bz2 ++++++ ++++ 7602 lines of diff (skipped)
