Hello community,
here is the log from the commit of package xf86-input-vmmouse for
openSUSE:Factory checked in at 2016-03-05 13:05:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2015-10-02 15:38:16.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-vmmouse.new/xf86-input-vmmouse.changes
2016-03-05 13:05:10.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Mar 4 11:42:55 UTC 2016 - [email protected]
+
+- no longer install the driver package by default on openSUSE > 13.2
+ or Leap, i.e. remove the supplements to xorg-x11-server
+ (fate #320612)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-vmmouse.spec ++++++
--- /var/tmp/diff_new_pack.JssV46/_old 2016-03-05 13:05:11.000000000 +0100
+++ /var/tmp/diff_new_pack.JssV46/_new 2016-03-05 13:05:11.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xf86-input-vmmouse
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -42,7 +42,10 @@
BuildRequires: pkgconfig(xorg-server) >= 1.0.1
BuildRequires: pkgconfig(xproto)
Requires: udev
+# no longer install this driver by default with kernel >= 4.1.x (fate #320612)
+%if 0%{?suse_version} <= 1320 && !(0%{?suse_version} == 1315 &&
0%{?is_opensuse})
Supplements: xorg-x11-server
+%endif
# This was part of the xorg-x11-driver-input package up to version 7.6
Conflicts: xorg-x11-driver-input <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build