Hello community,
here is the log from the commit of package xf86-input-libinput for
openSUSE:Factory checked in at 2015-04-15 16:24:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-libinput (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-libinput.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-libinput"
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-libinput/xf86-input-libinput.changes
2015-04-03 14:34:34.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-libinput.new/xf86-input-libinput.changes
2015-04-15 16:24:38.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 01:22:03 UTC 2015 - [email protected]
+
+- Install license in main package
+- Install 90-libinput.conf config file (boo#926942)
+
+-------------------------------------------------------------------
New:
----
90-libinput.conf
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-libinput.spec ++++++
--- /var/tmp/diff_new_pack.8BzSG8/_old 2015-04-15 16:24:38.000000000 +0200
+++ /var/tmp/diff_new_pack.8BzSG8/_new 2015-04-15 16:24:38.000000000 +0200
@@ -24,6 +24,7 @@
Group: System/X11/Servers/XF86_4
Url: http://xorg.freedesktop.org/
Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Source1: 90-libinput.conf
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: libtool
@@ -68,15 +69,20 @@
%make_install
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+install -d %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
+install -p -m 0644 %{SOURCE1}
%{buildroot}%{_sysconfdir}/X11/xorg.conf.d/90-libinput.conf
+
%post
%postun
%files
%defattr(-,root,root)
+%doc COPYING*
%dir %{_libdir}/xorg/modules/input
%{_libdir}/xorg/modules/input/libinput_drv.so
%{_datadir}/man/man4/libinput.4%{?ext_man}
+%config %{_sysconfdir}/X11/xorg.conf.d/90-libinput.conf
%files devel
%defattr(-,root,root)
++++++ 90-libinput.conf ++++++
# Match on all types of devices but tablet devices and joysticks
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection