Hello community,

here is the log from the commit of package xf86-input-vmmouse for 
openSUSE:Factory checked in at 2015-08-21 07:35:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-14 17:20:24.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-vmmouse.new/xf86-input-vmmouse.changes   
    2015-08-21 07:35:46.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jul 31 10:38:14 UTC 2015 - [email protected]
+
+- BuildRequire pkgconfig(udev) instead of udev: be more robust to
+  packaging changes.
+- Ignore absence of udevadm, it won't be present in the build env.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xf86-input-vmmouse.spec ++++++
--- /var/tmp/diff_new_pack.vnpeyC/_old  2015-08-21 07:35:46.000000000 +0200
+++ /var/tmp/diff_new_pack.vnpeyC/_new  2015-08-21 07:35:46.000000000 +0200
@@ -32,11 +32,10 @@
 Source0:        
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Patch2:         u_Don-t-access-hardware-register-while-switched-away.patch
 BuildRequires:  pkg-config
-# For directory ownership
-BuildRequires:  udev
 BuildRequires:  pkgconfig(inputproto)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(randrproto)
+BuildRequires:  pkgconfig(udev)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xorg-server) >= 1.0.1
 BuildRequires:  pkgconfig(xproto)
@@ -70,12 +69,12 @@
 
 %post
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
+udevadm trigger --subsystem-match=input --action=change || :
 exit 0
 
 %postun
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
+udevadm trigger --subsystem-match=input --action=change || :
 exit 0
 
 %files


Reply via email to