Accepting request 208645 from Base:System

- run %uev_rules_update in %post if such macro is defined (forwarded request 208165 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/208645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=113
This commit is contained in:
Stephan Kulow 2013-11-29 15:22:19 +00:00 committed by Git OBS Bridge
commit 025b6aadec
5 changed files with 57 additions and 34 deletions

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

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

View File

@ -1,24 +0,0 @@
diff --git a/obexd/client/transfer.c b/obexd/client/transfer.c
index 4b1def3..4b809d9 100644
--- a/obexd/client/transfer.c
+++ b/obexd/client/transfer.c
@@ -274,6 +274,7 @@ static const char *status2str(uint8_t status)
case TRANSFER_STATUS_ERROR:
return "error";
}
+ return "unknown";
}
static gboolean get_status(const GDBusPropertyTable *property,
diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index c0887ca..6571892 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
@@ -331,6 +331,7 @@ static const char *status2str(uint8_t status)
case TRANSFER_STATUS_ERROR:
return "error";
}
+ return "unknown";
}
static gboolean transfer_get_status(const GDBusPropertyTable *property,

View File

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

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Sun Nov 24 16:43:28 UTC 2013 - crrodriguez@opensuse.org
- run %uev_rules_update in %post if such macro is defined
-------------------------------------------------------------------
Mon Nov 18 08:11:54 UTC 2013 - seife+obs@b1-systems.com
- update to bluez-5.11:
* Fix issue with connection attempt when not powered.
* Fix issue with assigning player to AVRCP target role.
* Fix issue with OBEX default cache directory.
* Fix issue with SDP search error handling.
* Fix issue with processing of SDP records.
* Fix issue with HID to HCI switching utility.
* Fix issue with mgmt end-to-end testing tool.
* Fix issue with L2CAP end-to-end testing tool.
* Add support for SMP end-to-end testing tool.
* Add support for more Wii controllers.
-------------------------------------------------------------------
Sat Oct 19 08:36:07 UTC 2013 - seife+obs@b1-systems.com
- remove libnl BuildRequires, it is not needed
-------------------------------------------------------------------
Wed Oct 16 14:31:38 UTC 2013 - seife+obs@b1-systems.com
- update to bluez-5.10, changelog from source:
ver 5.10:
* Fix issue with discoverable timeout handling.
* Fix issue with MAP messages and record version.
* Fix issue with MAP messages and status events.
* Fix issue with MAP messages and relative folders.
* Fix issue with MAP messages and type property signals.
* Fix issue with transfer size for OBEX GET operations.
* Fix issue with AVRCP service class identifier.
* Fix issue with AVRCP tracking seeked signal.
* Add support for OBEX command line client.
ver 5.9:
* Fix issue with network service and adapter removal.
* Fix issue with misleading OBEX error messages.
* Fix issue with OBEX transport reference handling.
* Fix issue with memory leak with MAP event handler.
* Fix issue with missing MAP property changed signal.
* Fix issue with message type property values.
* Fix issue with empty UUID list for devices.
* Fix issue with profile agent cancel method.
* Remove dependency on USB library.
- removed bluez-5.4-compilerwarning.diff, is obsolete
-------------------------------------------------------------------
Tue Oct 8 08:24:15 UTC 2013 - dimstar@opensuse.org

View File

@ -2,7 +2,7 @@
# spec file for package bluez
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany
# Copyright (c) 2010-2013 B1 Systems GmbH, Vohburg, Germany
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@ BuildRequires: libcap-ng-devel
BuildRequires: systemd-devel
BuildRequires: pkgconfig(dbus-1) >= 1.4
%{?systemd_requires}
Version: 5.8
Version: 5.11
Release: 0
Summary: Bluetooth Stack for Linux
License: GPL-2.0+
@ -35,7 +35,6 @@ Source5: baselibs.conf
Source6: README.SUSE
Source7: bluetooth.modprobe
Source99: README.packagers
Patch1: bluez-5.4-compilerwarning.diff
Patch2: bluez-sdp-unix-path.patch
BuildRequires: alsa-devel
BuildRequires: automake
@ -44,12 +43,10 @@ BuildRequires: libical-devel
BuildRequires: libsndfile-devel
BuildRequires: libtool
BuildRequires: libudev-devel
BuildRequires: libusb-devel
BuildRequires: pkg-config
BuildRequires: readline-devel
BuildRequires: udev
BuildRequires: pkgconfig(glib-2.0) >= 2.28
BuildRequires: pkgconfig(libnl-1)
Recommends: sbc
Provides: bluez-utils = 3.36
Obsoletes: bluez-utils <= 3.36
@ -114,7 +111,6 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
cp %{SOURCE6} .
mkdir dbus-apis
@ -129,7 +125,6 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service
%configure --with-pic \
--enable-pie \
--enable-library \
--enable-usb \
--enable-tools \
--enable-cups \
--enable-test \
@ -169,6 +164,7 @@ rm -rf %{buildroot}
%service_add_pre bluetooth.service
%post
%{?udev_rules_update:%udev_rules_update}
# todo: check if this is still obeyed / needed with systemd
%{fillup_only -n bluetooth}
# We need the bluez systemd service enabled at any time. It won't start up