Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2017-07-12 19:30:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez (Old)
 and      /work/SRC/openSUSE:Factory/.bluez.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluez"

Wed Jul 12 19:30:45 2017 rev:147 rq:509010 version:5.45

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez/bluez.changes      2017-06-16 
10:47:51.781948723 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2017-07-12 
19:30:48.948302969 +0200
@@ -1,0 +2,11 @@
+Fri Jul  7 19:17:20 UTC 2017 - seife+...@b1-systems.com
+
+- enable sixaxis plugin
+
+-------------------------------------------------------------------
+Sun Jun 25 11:53:02 UTC 2017 - msucha...@suse.com
+
+- Add %post/%postun to bluez-auto-enable-devices so the settings
+  change takes effect (boo#1039476)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bluez.spec ++++++
--- /var/tmp/diff_new_pack.9QzYFd/_old  2017-07-12 19:30:49.704196316 +0200
+++ /var/tmp/diff_new_pack.9QzYFd/_new  2017-07-12 19:30:49.704196316 +0200
@@ -122,6 +122,12 @@
 that are connected to the system if no other tool is handling them (e.g.
 desktop specific applets like blueman or GNOME or KDE applets).
 
+%post auto-enable-devices
+{  systemctl status -n0 bluetooth.service > /dev/null && systemctl restart 
bluetooth.service ; } ||:
+
+%postun auto-enable-devices
+{  systemctl status -n0 bluetooth.service > /dev/null && systemctl restart 
bluetooth.service ; } ||:
+
 %prep
 %setup -q
 %patch1 -p1
@@ -153,6 +159,7 @@
        --enable-experimental   \
        --enable-deprecated     \
        --enable-datafiles      \
+       --enable-sixaxis        \
        --with-systemdsystemunitdir=%{_unitdir}         \
        --with-systemduserunitdir=%{_userunitdir}
 
@@ -224,6 +231,9 @@
 %{_bindir}/hciconfig
 %{_bindir}/hex2hcd
 %{_bindir}/mpris-proxy
+%dir %{_libdir}/bluetooth
+%dir %{_libdir}/bluetooth/plugins
+%{_libdir}/bluetooth/plugins/sixaxis.so
 %dir %{_libexecdir}/bluetooth
 %{_libexecdir}/bluetooth/bluetoothd
 %{_libexecdir}/bluetooth/obexd


Reply via email to