Hello community,

here is the log from the commit of package xf86-input-vmmouse for 
openSUSE:Factory checked in at 2012-10-18 22:05:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-vmmouse (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-input-vmmouse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-input-vmmouse", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-vmmouse/xf86-input-vmmouse.changes    
2012-05-31 17:11:44.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-vmmouse.new/xf86-input-vmmouse.changes   
    2012-10-18 22:05:36.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 17 14:01:52 UTC 2012 - [email protected]
+
+- Fix build with new udev rules directory location.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xf86-input-vmmouse.spec ++++++
--- /var/tmp/diff_new_pack.fP8hDd/_old  2012-10-18 22:05:37.000000000 +0200
+++ /var/tmp/diff_new_pack.fP8hDd/_new  2012-10-18 22:05:37.000000000 +0200
@@ -16,6 +16,12 @@
 #
 
 
+%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
+%define _udevrulesdir /usr/lib/udev/rules.d
+%else
+%define _udevrulesdir /lib/udev/rules.d
+%endif
+
 Name:           xf86-input-vmmouse
 Version:        12.9.0
 Release:        0
@@ -51,7 +57,7 @@
 %patch0 -p1
 
 %build
-%configure --with-xorg-conf-dir=/etc/X11/xorg.conf.d
+%configure --with-xorg-conf-dir=/etc/X11/xorg.conf.d 
--with-udev-rules-dir=%{_udevrulesdir}
 make %{?_smp_mflags}
 
 %install
@@ -74,7 +80,7 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING README
-/lib/udev/rules.d/69-xorg-vmmouse.rules
+%{_udevrulesdir}/69-xorg-vmmouse.rules
 %config %{_sysconfdir}/X11/xorg.conf.d/50-vmmouse.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/vmmouse_drv.so

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to