Package Release Info

xev-1.2.6-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

xev

Change Logs

* Mon Mar 04 2024 Stefan Dirsch <sndirsch@suse.com>
- update to version 1.2.6
  * gitlab CI: stop requiring Signed-off-by in commits
  * Mark global variables as "static" since there's only one source file
  * Mark graceful_exit as noreturn
  * Fix overflow on XmbLookupString buffer
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  PatchN.
* Thu Aug 11 2022 Dirk Müller <dmueller@suse.com>
- modernize spec-file, move license to %%licensedir
* Tue Jul 12 2022 Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.2.5
  * gitlab CI: add a basic build test
  * Build xz tarballs instead of bzip2
  * man page: remove out-of-date reference to X(7)
  * xev: fix KeymapNotify event printing
* Sat Jul 18 2020 Stefan Dirsch <sndirsch@suse.com>
- update to version 1.2.4
  * Add option "-1" to display only a single line per event
- refreshed u_Add-event-filter-for-motion-and-button-events.patch
* Wed Feb 20 2019 sndirsch@suse.com
- update to version 1.2.3
  * bugfixes
- adjusted u_Add-event-filter-for-motion-and-button-events.patch
* Sat Apr 18 2015 benoit.monin@gmx.fr
- update to version 1.2.2:
  * autogen.sh: Honor NOCONFIGURE=1
  * configure: Drop AM_MAINTAINER_MODE
  * Add event filter for button events
  * Add -version option to print program version
  * Print which option was in error along with usage message
  * man: Add -event to the command synopsis
- add tarball signature and keyring
- refresh u_Add-event-filter-for-motion-and-button-events.patch:
  partially merged upstream
* Tue Feb 11 2014 eich@suse.com
- u_Add-event-filter-for-motion-and-button-events.patch
  Add more event filters
* Thu Feb 06 2014 sndirsch@suse.com
- fixed license to X11 in specfile
* Mon Feb 04 2013 sndirsch@suse.com
- Update to version 1.2.1
  * This release adds a "-event" option that can be used to filter
    which events are printed. For example, to listen only for RandR
    events, use "xev -event randr". The -event parameter can be
    specified multiple times.  Please see the manual page for the
    list of available event filters.
  * This release also contains a few code fixes.