Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xf86-input-libinput for
openSUSE:Factory checked in at 2022-01-26 21:26:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-libinput (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-libinput.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-libinput"
Wed Jan 26 21:26:43 2022 rev:42 rq:949026 version:1.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-libinput/xf86-input-libinput.changes
2021-11-22 23:04:09.725936456 +0100
+++
/work/SRC/openSUSE:Factory/.xf86-input-libinput.new.1938/xf86-input-libinput.changes
2022-01-26 21:27:03.737960211 +0100
@@ -1,0 +2,13 @@
+Tue Jan 25 12:58:08 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Enable tarball sig url too, verify tarball via keyring.
+
+-------------------------------------------------------------------
+Mon Jan 24 10:25:04 UTC 2022 - Stefan Dirsch <[email protected]>
+
+- Update to version 1.2.1
+ * few typos and misc minor fixes
+ * property added to turn off new high-resolution wheel scrolling
+ API
+
+-------------------------------------------------------------------
Old:
----
xf86-input-libinput-1.2.0.tar.bz2
New:
----
xf86-input-libinput-1.2.1.tar.xz
xf86-input-libinput-1.2.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-libinput.spec ++++++
--- /var/tmp/diff_new_pack.7Wg3cH/_old 2022-01-26 21:27:04.377955798 +0100
+++ /var/tmp/diff_new_pack.7Wg3cH/_new 2022-01-26 21:27:04.389955715 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xf86-input-libinput
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
Name: xf86-input-libinput
-Version: 1.2.0
+Version: 1.2.1
Release: 0
Summary: Libinput driver for the Xorg X server
License: MIT
Group: System/X11/Servers/XF86_4
-URL: https://xorg.freedesktop.org/
-Source0:
https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
-#Source1:
https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
+URL: https://xorg.freedesktop.org
+Source0: %{url}/releases/individual/driver/%{name}-%{version}.tar.xz
+Source1: %{url}/releases/individual/driver/%{name}-%{version}.tar.xz.sig
Source2: %{name}.keyring
Patch0: n_enable-tapping.patch
BuildRequires: pkgconfig
BuildRequires: pkgconfig(inputproto) >= 2.2
-BuildRequires: pkgconfig(libinput) >= 1.4.901
+BuildRequires: pkgconfig(libinput) >= 1.11.0
BuildRequires: pkgconfig(xorg-macros) >= 1.13
BuildRequires: pkgconfig(xorg-server) >= 1.10
BuildRequires: pkgconfig(xproto)