Hello community,
here is the log from the commit of package xf86-input-vmmouse for
openSUSE:Factory checked in at 2016-06-13 21:52:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-vmmouse (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-vmmouse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-vmmouse"
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-vmmouse/xf86-input-vmmouse.changes
2016-03-05 13:05:10.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.xf86-input-vmmouse.new/xf86-input-vmmouse.changes
2016-06-13 21:52:40.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 14:21:11 UTC 2016 - [email protected]
+
+- u_conf-rename-to-70-vmmouse.conf.patch
+ * renamed config file to give it higher prio than libinput;
+ relevant only for older kernels; on newer kernels vmmouse
+ driver isn't loaded at all (bnc#983702, comment#20)
+
+-------------------------------------------------------------------
New:
----
u_conf-rename-to-70-vmmouse.conf.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-vmmouse.spec ++++++
--- /var/tmp/diff_new_pack.Nm4IZv/_old 2016-06-13 21:52:41.000000000 +0200
+++ /var/tmp/diff_new_pack.Nm4IZv/_new 2016-06-13 21:52:41.000000000 +0200
@@ -33,6 +33,10 @@
Source1:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
Source2: %{name}.keyring
Patch2: u_Don-t-access-hardware-register-while-switched-away.patch
+Patch3: u_conf-rename-to-70-vmmouse.conf.patch
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig(inputproto)
BuildRequires: pkgconfig(libudev)
@@ -60,8 +64,10 @@
%prep
%setup -q
%patch2 -p1
+%patch3 -p1
%build
+autoreconf -fi
%configure --with-xorg-conf-dir=/etc/X11/xorg.conf.d
--with-udev-rules-dir=%{_udevrulesdir}
make %{?_smp_mflags}
@@ -86,7 +92,7 @@
%defattr(-,root,root)
%doc ChangeLog COPYING README
%{_udevrulesdir}/69-xorg-vmmouse.rules
-%config %{_sysconfdir}/X11/xorg.conf.d/50-vmmouse.conf
+%config %{_sysconfdir}/X11/xorg.conf.d/70-vmmouse.conf
%dir %{_libdir}/xorg/modules/input
%{_libdir}/xorg/modules/input/vmmouse_drv.so
%{_bindir}/vmmouse_detect
++++++ u_conf-rename-to-70-vmmouse.conf.patch ++++++
>From a46071293b65e4f2c396a0a9833e36f040aca7a4 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <[email protected]>
Date: Fri, 10 Jun 2016 16:03:06 +0200
Subject: [PATCH vmmouse] conf: rename to 70-vmmouse.conf
Bump up the vmmouse driver to 70, so it get's preferred over libinput, which
was dropped down to 60. This is only relevant for older kernels, which do not
yet have the functionality provided by vmmouse driver. On recent kernels
vmmouse driver is no longer loaded at all.
Signed-off-by: Stefan Dirsch <[email protected]>
---
tools/{50-vmmouse.conf => 70-vmmouse.conf} | 0
tools/Makefile.am | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename tools/{50-vmmouse.conf => 70-vmmouse.conf} (100%)
diff --git a/tools/50-vmmouse.conf b/tools/70-vmmouse.conf
similarity index 100%
rename from tools/50-vmmouse.conf
rename to tools/70-vmmouse.conf
diff --git a/tools/Makefile.am b/tools/Makefile.am
index da0e782..0b4c526 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -41,7 +41,7 @@ CLEANFILES = hal-probe-vmmouse
if HAS_XORG_CONF_DIR
confdir=$(XORG_CONF_DIR)
-dist_conf_DATA = 50-vmmouse.conf
+dist_conf_DATA = 70-vmmouse.conf
endif
--
2.6.6