update to 1.2.5 [release 1.2.5-1mamba;Sat Jul 16 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:37:04 +01:00
parent 3f938d77b6
commit 0dfa3b601e

View File

@ -1,26 +1,28 @@
Name: xev Name: xev
Version: 1.2.4 Version: 1.2.5
Release: 1mamba Release: 1mamba
Summary: xev - print contents of X events Summary: xev - print contents of X events
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xorg.freedesktop.org/ URL: https://www.x.org/wiki/
Source: http://xorg.freedesktop.org/releases/individual/app/xev-%{version}.tar.bz2 Source: https://xorg.freedesktop.org/archive/individual/app/xev-%{version}.tar.xz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXrandr-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: util-macros BuildRequires: util-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Xev creates a window and then asks the X server to send it events whenever anything happens to the window (such as it being moved, resized, typed in, clicked in, etc.). Xev creates a window and then asks the X server to send it events whenever anything happens to the window (such as it being moved, resized, typed in, clicked in, etc.).
You can also attach it to an existing window. You can also attach it to an existing window.
It is useful for seeing what causes events to occur and to display the information that they contain; it is essentially a debugging and development tool, and should not be needed in normal usage. It is useful for seeing what causes events to occur and to display the information that they contain; it is essentially a debugging and development tool, and should not be needed in normal usage.
%debug_package
%prep %prep
%setup -q %setup -q
@ -42,6 +44,9 @@ It is useful for seeing what causes events to occur and to display the informati
%doc COPYING %doc COPYING
%changelog %changelog
* Sat Jul 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.5-1mamba
- update to 1.2.5
* Wed Sep 09 2020 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba * Wed Sep 09 2020 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
- automatic update by autodist - automatic update by autodist