From 0dfa3b601ee2097299c45a91d5f513570b437a4b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:37:04 +0100 Subject: [PATCH] update to 1.2.5 [release 1.2.5-1mamba;Sat Jul 16 2022] --- xev.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/xev.spec b/xev.spec index 2c27095..4bb5087 100644 --- a/xev.spec +++ b/xev.spec @@ -1,26 +1,28 @@ Name: xev -Version: 1.2.4 +Version: 1.2.5 Release: 1mamba Summary: xev - print contents of X events Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba -Packager: Tiziana Ferro -URL: http://xorg.freedesktop.org/ -Source: http://xorg.freedesktop.org/releases/individual/app/xev-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: https://xorg.freedesktop.org/archive/individual/app/xev-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libX11-devel +BuildRequires: libXrandr-devel ## AUTOBUILDREQ-END BuildRequires: util-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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.). 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. +%debug_package + %prep %setup -q @@ -42,6 +44,9 @@ It is useful for seeing what causes events to occur and to display the informati %doc COPYING %changelog +* Sat Jul 16 2022 Silvan Calarco 1.2.5-1mamba +- update to 1.2.5 + * Wed Sep 09 2020 Automatic Build System 1.2.4-1mamba - automatic update by autodist