Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2012-10-26 07:42:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez (Old)
 and      /work/SRC/openSUSE:Factory/.bluez.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluez", Maintainer is "a...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez/bluez-gstreamer.changes    2012-07-23 
10:15:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez-gstreamer.changes       
2012-10-26 07:42:58.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 17 09:18:47 UTC 2012 - fcro...@suse.com
+
+- Fix build with new systemd / udev location.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/bluez/bluez.changes      2012-07-23 
10:15:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2012-10-26 
07:42:58.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 17 08:52:03 UTC 2012 - fcro...@suse.com
+
+- Change udev rules location with udev > 190
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bluez-gstreamer.spec ++++++
--- /var/tmp/diff_new_pack.ukalpo/_old  2012-10-26 07:43:00.000000000 +0200
+++ /var/tmp/diff_new_pack.ukalpo/_new  2012-10-26 07:43:00.000000000 +0200
@@ -97,6 +97,7 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 rm -rf $RPM_BUILD_ROOT/usr/[^l]* $RPM_BUILD_ROOT/[^u]* 
$RPM_BUILD_ROOT/%{_libdir}/[^g]*
 rm -rf $RPM_BUILD_ROOT/%{_libdir}/pkgconfig 
$RPM_BUILD_ROOT/%{_libdir}/*bluetooth* $RPM_BUILD_ROOT/usr/include
+rm -rf $RPM_BUILD_ROOT/usr/lib/udev $RPM_BUILD_ROOT/usr/lib/systemd
 rm $RPM_BUILD_ROOT/%{_libdir}/*/*.la
 
 %clean

++++++ bluez.spec ++++++
--- /var/tmp/diff_new_pack.ukalpo/_old  2012-10-26 07:43:00.000000000 +0200
+++ /var/tmp/diff_new_pack.ukalpo/_new  2012-10-26 07:43:00.000000000 +0200
@@ -68,6 +68,11 @@
 %define OLD_UDEV 1
 %else
 %define OLD_UDEV 0
+%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
+%define NEW_UDEV 1
+%else
+%define NEW_UDEV 0
+%endif
 %endif
 
 # In openSUSE 11.3 there is upstream compliant CUPS 1.4
@@ -358,8 +363,13 @@
 %{_sbindir}/bluetoothd
 #%{_sbindir}/hid2hci
 %{_sbindir}/bccmd
+%if 0%{NEW_UDEV}
+%dir /usr/lib/udev
+/usr/lib/udev/*
+%else
 %dir /lib/udev
 /lib/udev/*
+%endif
 %if 0%{OLD_UDEV}
 %dir %{_sysconfdir}/udev/rules.d
 %config %{_sysconfdir}/udev/rules.d/*

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

Reply via email to