SHA256
1
0
forked from pool/bluez

Accepting request 461723 from home:seife:testing

update to version 5.44

OBS-URL: https://build.opensuse.org/request/show/461723
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=221
This commit is contained in:
Stefan Seyfried 2017-03-02 12:30:53 +00:00 committed by Git OBS Bridge
parent ea3fc75a76
commit ad50aa6f77
5 changed files with 33 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16c9c05d2a1da644ce3570d975ada3643d2e60c007a955bac09c0a0efeb58d15
size 1658348

3
bluez-5.44.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c321e291f8b45e6a78e379dfe80592b65955a0f0ab191f1cca0edd8ec356c85
size 1670320

View File

@ -1,21 +1,21 @@
Index: bluez-5.43/Makefile.in Index: bluez-5.44/Makefile.in
=================================================================== ===================================================================
--- bluez-5.43.orig/Makefile.in --- bluez-5.44.orig/Makefile.in
+++ bluez-5.43/Makefile.in +++ bluez-5.44/Makefile.in
@@ -2689,7 +2689,7 @@ unit_tests = $(am__append_33) unit/test- @@ -2710,7 +2710,7 @@ unit_tests = $(am__append_48) unit/test-
@EXPERIMENTAL_TRUE@tools_gatt_service_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ gdbus/libgdbus-internal.la @DEPRECATED_TRUE@@READLINE_TRUE@attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
@EXPERIMENTAL_TRUE@profiles_iap_iapd_SOURCES = profiles/iap/main.c @DEPRECATED_TRUE@@READLINE_TRUE@ src/libshared-glib.la @GLIB_LIBS@ -lreadline
@EXPERIMENTAL_TRUE@profiles_iap_iapd_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@
-@CUPS_TRUE@cupsdir = $(libdir)/cups/backend -@CUPS_TRUE@cupsdir = $(libdir)/cups/backend
+@CUPS_TRUE@cupsdir = $(libexecdir)/../cups/backend +@CUPS_TRUE@cupsdir = $(libexecdir)/../cups/backend
@CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \ @CUPS_TRUE@profiles_cups_bluetooth_SOURCES = profiles/cups/main.c \
@CUPS_TRUE@ profiles/cups/cups.h \ @CUPS_TRUE@ profiles/cups/cups.h \
@CUPS_TRUE@ profiles/cups/sdp.c \ @CUPS_TRUE@ profiles/cups/sdp.c \
Index: bluez-5.43/Makefile.tools Index: bluez-5.44/Makefile.tools
=================================================================== ===================================================================
--- bluez-5.43.orig/Makefile.tools --- bluez-5.44.orig/Makefile.tools
+++ bluez-5.43/Makefile.tools +++ bluez-5.44/Makefile.tools
@@ -392,7 +392,7 @@ profiles_iap_iapd_LDADD = gdbus/libgdbus @@ -388,7 +388,7 @@ endif
endif endif
if CUPS if CUPS

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 1 21:22:42 UTC 2017 - seife+obs@b1-systems.com
- update to version 5.44:
Most fixes are LE (specifically GATT) related, however some other
areas are affected as well.
Feature-wise, theres a new MIDI plugin and support for using
single-mode (LE-only) controllers that lack a public address.
E.g. any nRF5x controller running a MyNewt or Zephyr based
firmware falls into this category.
- packaging: add "--enable-midi", "--enable-deprecated"
TODO: package deprecated tools into separate package to prepare
removal some time in the future
- rebase bluez-cups-libexec.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 1 11:39:56 UTC 2017 - tchvatal@suse.com Wed Mar 1 11:39:56 UTC 2017 - tchvatal@suse.com

View File

@ -2,7 +2,7 @@
# spec file for package bluez # spec file for package bluez
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010-2016 B1 Systems GmbH, Vohburg, Germany # Copyright (c) 2010-2017 B1 Systems GmbH, Vohburg, Germany
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: bluez Name: bluez
Version: 5.43 Version: 5.44
Release: 0 Release: 0
Summary: Bluetooth Stack for Linux Summary: Bluetooth Stack for Linux
License: GPL-2.0+ License: GPL-2.0+
@ -129,8 +129,10 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service
--enable-library \ --enable-library \
--enable-tools \ --enable-tools \
--enable-cups \ --enable-cups \
--enable-midi \
--enable-test \ --enable-test \
--enable-experimental \ --enable-experimental \
--enable-deprecated \
--enable-datafiles \ --enable-datafiles \
--with-systemdsystemunitdir=%{_unitdir} \ --with-systemdsystemunitdir=%{_unitdir} \
--with-systemduserunitdir=%{_userunitdir} --with-systemduserunitdir=%{_userunitdir}