From dc9bc08a38c6ade9cf9d474e0f0707a724c63dc60e7084bbeae43b79066b8118 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 14 Jan 2021 10:26:21 +0000 Subject: [PATCH 1/2] Accepting request 863035 from home:dimstar:Factory - Limit the dep libinput-debug-gui -> libinput-tools only to %{verion}, not %{version}-%{release}. As they are not built in the same run, the rebuild counters are not guaranteed to match forever. * Fix the termination of the readlink result * udev: update rules to handle bind/unbind events OBS-URL: https://build.opensuse.org/request/show/863035 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=244 --- libinput.changes | 12 ++++++++++-- libinput.spec | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/libinput.changes b/libinput.changes index 11687aa..e36f0e3 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,9 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 14 08:29:45 UTC 2021 - Dominique Leuenberger + +- Limit the dep libinput-debug-gui -> libinput-tools only to + %{verion}, not %{version}-%{release}. As they are not built in + the same run, the rebuild counters are not guaranteed to match + forever. + ------------------------------------------------------------------- Fri Nov 27 02:12:57 UTC 2020 - Jan Engelhardt - Update to release 1.16.4 - * Fix the termination of the readlink result - * udev: update rules to handle bind/unbind events + * Fix the termination of the readlink result + * udev: update rules to handle bind/unbind events ------------------------------------------------------------------- Tue Nov 3 10:15:49 UTC 2020 - Jan Engelhardt diff --git a/libinput.spec b/libinput.spec index 0cb7aac..a30d756 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,7 +1,7 @@ # # spec file for package libinput # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -115,7 +115,7 @@ configuration options and configuration defaults. %package -n %pname-debug-gui Summary: Graphical libinput debug tool Group: Hardware/Other -Requires: libinput-tools = %version-%release +Requires: libinput-tools = %version %description -n %pname-debug-gui This tool allows graphical libinput debugging. It visualizes From 5727a7ffe02f562414023845392daf7e63c9a00d4da29a011830e9e52ad6c5c5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 14 Jan 2021 12:06:23 +0000 Subject: [PATCH 2/2] Accepting request 863069 from home:dimstar:Factory Fix typo OBS-URL: https://build.opensuse.org/request/show/863069 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=245 --- libinput.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libinput.changes b/libinput.changes index e36f0e3..7e968a2 100644 --- a/libinput.changes +++ b/libinput.changes @@ -2,7 +2,7 @@ Thu Jan 14 08:29:45 UTC 2021 - Dominique Leuenberger - Limit the dep libinput-debug-gui -> libinput-tools only to - %{verion}, not %{version}-%{release}. As they are not built in + %{version}, not %{version}-%{release}. As they are not built in the same run, the rebuild counters are not guaranteed to match forever.