diff --git a/libinput.spec b/libinput.spec index 0d8ea33..dc8bc8a 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,5 +1,5 @@ Name: libinput -Version: 1.18.1 +Version: 1.19.0 Release: 1mamba Summary: A library that handles input devices for display servers and other applications Group: System/Libraries @@ -11,13 +11,15 @@ Source: http://www.freedesktop.org/software/libinput/libinput-%{version}. License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libX11-devel BuildRequires: libcairo-devel BuildRequires: libevdev-devel BuildRequires: libglib-devel -BuildRequires: libgtk3-devel +BuildRequires: libgtk-devel BuildRequires: libmtdev-devel BuildRequires: libudev-devel BuildRequires: libwacom-devel +BuildRequires: libwayland-devel ## AUTOBUILDREQ-END BuildRequires: python-Sphinx Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release} @@ -91,6 +93,9 @@ export DESTDIR="%{buildroot}" %{_mandir}/man1/libinput*.1* %changelog +* Tue Sep 14 2021 Automatic Build System 1.19.0-1mamba +- automatic version update by autodist + * Wed Aug 04 2021 Automatic Build System 1.18.1-1mamba - automatic version update by autodist