Accepting request 205370 from home:adrianSuSE:branches:Base:System
version update OBS-URL: https://build.opensuse.org/request/show/205370 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=150
This commit is contained in:
parent
ecedcf2923
commit
0058950ca3
3
bluez-5.10.tar.xz
Normal file
3
bluez-5.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6481a0dc82571a41c940df46edaabd213c1c449251affef9c23ab05d08864707
|
||||
size 1023796
|
@ -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,
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:009c29079bcc736b650642de8e05c575d047642b39a2118cf0f0bc4b03a663d0
|
||||
size 993212
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 14:21:42 UTC 2013 - adrian@suse.de
|
||||
|
||||
- update to bluez-5.10
|
||||
* various bugfixes (see changelog file)
|
||||
* Add support for OBEX command line client.
|
||||
* Remove dependency on USB library.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 08:24:15 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -24,7 +24,7 @@ BuildRequires: libcap-ng-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.4
|
||||
%{?systemd_requires}
|
||||
Version: 5.8
|
||||
Version: 5.10
|
||||
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,7 +43,6 @@ BuildRequires: libical-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: udev
|
||||
@ -114,7 +112,6 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
cp %{SOURCE6} .
|
||||
mkdir dbus-apis
|
||||
|
Loading…
Reference in New Issue
Block a user