forked from pool/libinput
Accepting request 760844 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/760844 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=81
This commit is contained in:
commit
4ade139268
BIN
libinput-1.14.3.tar.xz
(Stored with Git LFS)
BIN
libinput-1.14.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-1.15.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-1.15.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.15.0.tar.xz.sig
Normal file
BIN
libinput-1.15.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 4 17:56:40 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Remove doxygen and graphviz BuildRequires, documentation has
|
||||
been disabled for some time already.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 11:40:43 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.15.0
|
||||
* Scroll button locking and tablet pad keys support.
|
||||
* Table device hardware buttons that are designed to map to a
|
||||
specific functionality (e.g. to open the OSD) are now
|
||||
supported through the new LIBINPUT_EVENT_TABLET_PAD_KEY
|
||||
event.
|
||||
* Quirks for the Logitech MX Master 2S and the Madcatz R.A.T.3
|
||||
mouse were added.
|
||||
* Touchpad scrolling was approximately 10% faster than the
|
||||
nominal pointer speed, that has been adjusted now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 08:37:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libinput
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,18 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_with documentation
|
||||
|
||||
Name: libinput
|
||||
%define lname libinput10
|
||||
Version: 1.14.3
|
||||
Version: 1.15.0
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: MIT
|
||||
Group: c development hardware
|
||||
URL: https://www.freedesktop.org/wiki/Software/libinput/
|
||||
|
||||
#Git-Clone: https://gitlab.freedesktop.org/libinput/libinput.git
|
||||
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
|
||||
#DL-URL: http://freedesktop.org/software/libinput/
|
||||
Source: http://freedesktop.org/software/libinput/%name-%version.tar.xz
|
||||
Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig
|
||||
Source3: baselibs.conf
|
||||
@ -35,10 +35,12 @@ Source4: %name.keyring
|
||||
Source5: libinput-rpmlintrc
|
||||
Patch1: kill-env.diff
|
||||
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
%if %{with documentation}
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: graphviz >= 2.26
|
||||
%endif
|
||||
BuildRequires: grep
|
||||
BuildRequires: meson >= 0.41.0
|
||||
BuildRequires: pkg-config
|
||||
@ -107,7 +109,7 @@ to develop applications that require libinput.
|
||||
--datadir="%_datadir/%name-%version" \
|
||||
-Dudev-dir="%_prefix/lib/udev" \
|
||||
-Dtests=false \
|
||||
-Ddocumentation=false \
|
||||
-Ddocumentation=%{?with_documentation:true}%{!?with_documentation:false} \
|
||||
%nil
|
||||
%meson_build
|
||||
|
||||
@ -126,7 +128,7 @@ perl -i -pe 's{#!/usr/bin/env python}{#!/usr/bin/python}g' \
|
||||
|
||||
%files udev
|
||||
%_prefix/lib/udev/libinput-device-group
|
||||
%_prefix/lib/udev/libinput-fuzz-override
|
||||
%_prefix/lib/udev/libinput-fuzz-*
|
||||
%_prefix/lib/udev/rules.d/
|
||||
|
||||
%files -n %lname
|
||||
|
Loading…
Reference in New Issue
Block a user