Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes        
2012-09-25 14:18:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-wacom.new/xf86-input-wacom.changes   
2012-10-18 22:06:29.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 17 14:05:41 UTC 2012 - fcro...@suse.com
+
+- Fix build with new udev rules directory location.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xf86-input-wacom.spec ++++++
--- /var/tmp/diff_new_pack.RfvXPN/_old  2012-10-18 22:06:32.000000000 +0200
+++ /var/tmp/diff_new_pack.RfvXPN/_new  2012-10-18 22:06:32.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-wacom
 Version:        0.17.0
 Release:        0
@@ -75,7 +81,7 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-install -D -m 644 %{SOURCE1} 
$RPM_BUILD_ROOT/lib/udev/rules.d/65-xorg-wacom.rules
+install -D -m 644 %{SOURCE1} 
$RPM_BUILD_ROOT%{_udevrulesdir}/65-xorg-wacom.rules
 
 %post
 # re-plug the input devices
@@ -90,7 +96,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog GPL README
-/lib/udev/rules.d/65-xorg-wacom.rules
+%{_udevrulesdir}/65-xorg-wacom.rules
 %config %{_sysconfdir}/X11/xorg.conf.d/50-wacom.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/wacom_drv.so

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to