Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2016-08-05 18:14:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez (Old)
 and      /work/SRC/openSUSE:Factory/.bluez.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluez"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez/bluez.changes      2016-06-13 
21:54:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2016-08-05 
18:14:13.000000000 +0200
@@ -1,0 +2,18 @@
+Sun Jul 31 21:42:27 UTC 2016 - [email protected]
+
+- Update descriptions a bit. Adjust RPM groups for what is used
+  in openSUSE normally. Drop archaic %clean section.
+  Drop --with-pic which is only for (unbuilt) static libs.
+
+-------------------------------------------------------------------
+Wed Jul 20 22:32:18 UTC 2016 - [email protected]
+
+- update to version 5.41:
+  BlueZ 5.41 is purely a bug-fix release targeting areas such as
+  GATT, AVRCP, OBEX and device discovery filters. The GATT D-Bus
+  API is now starting to be stable enough that this will likely be
+  the last release where it is flagged as experimental.
+- fix build with older distributions that don't have %_userunitdir
+  ins systemd-rpm-macros
+
+-------------------------------------------------------------------

Old:
----
  bluez-5.40.tar.xz

New:
----
  bluez-5.41.tar.xz

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

Other differences:
------------------
++++++ bluez.spec ++++++
--- /var/tmp/diff_new_pack.X9vfPn/_old  2016-08-05 18:14:14.000000000 +0200
+++ /var/tmp/diff_new_pack.X9vfPn/_new  2016-08-05 18:14:14.000000000 +0200
@@ -24,7 +24,7 @@
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(dbus-1) >= 1.6
 %{?systemd_requires}
-Version:        5.40
+Version:        5.41
 Release:        0
 Summary:        Bluetooth Stack for Linux
 License:        GPL-2.0+
@@ -63,13 +63,16 @@
 # on all platforms (see Novell/Suse Bugzilla bnc#575544):
 %define cups_lib_dir %{_prefix}/lib/cups
 
+# we want to be able to build with older distros, too...
+%{!?_userunitdir: %define _userunitdir %{_prefix}/lib/systemd/user}
+
 %description
-The Bluetooth stack for Linux.
+BlueZ provides support for the core Bluetooth layers and protocols.
 
 %package devel
 Summary:        Files needed for BlueZ development
 License:        GPL-2.0+
-Group:          Development/Sources
+Group:          Development/Languages/C and C++
 Requires:       libbluetooth3 = %{version}
 
 %description devel
@@ -79,12 +82,19 @@
 %package -n libbluetooth3
 Summary:        Bluetooth Libraries
 License:        GPL-2.0+
-Group:          Hardware/Mobile
+Group:          System/Libraries
 Provides:       bluez-libs = 3.36
 Obsoletes:      bluez-libs <= 3.36
 
 %description -n libbluetooth3
-Bluetooth protocol stack libraries.
+BlueZ provides support for the core Bluetooth layers and protocols.
+It is uses a modular implementation. It has many interesting features:
+
+* Multithreaded data processing
+* Support for multiple Bluetooth devices
+* Real hardware abstraction
+* Standard socket interface to all layers
+* Device and service level security support
 
 %package cups
 Summary:        CUPS Driver for Bluetooth Printers
@@ -120,7 +130,7 @@
 
 %build
 # --enable-experimental is needed or btattach does not build (bug?)
-%configure --with-pic \
+%configure \
        --enable-pie            \
        --enable-library        \
        --enable-tools          \
@@ -150,7 +160,7 @@
 install --mode 0755 -d %{buildroot}%{_localstatedir}/lib/bluetooth
 
 # FIXME: Do not delete the systemd service once we support systemd 
user/session services
-rm %{buildroot}%{_prefix}/lib/systemd/user/obex.service
+rm %{buildroot}%{_userunitdir}/obex.service
 # end FIXME
 
 ## same as in fedora...
@@ -166,9 +176,6 @@
 make %{?_smp_mflags} check
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %pre
 %service_add_pre bluetooth.service
 

++++++ bluez-5.40.tar.xz -> bluez-5.41.tar.xz ++++++
++++ 2632 lines of diff (skipped)


Reply via email to