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:
commit
025b6aadec
3
bluez-5.11.tar.xz
Normal file
3
bluez-5.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ee116dd504fcdc13dc4f1e171ae1e2a3c46395014cbab455fa12f092cceb06e
|
||||||
|
size 1092980
|
@ -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,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
|
Tue Oct 8 08:24:15 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
10
bluez.spec
10
bluez.spec
@ -2,7 +2,7 @@
|
|||||||
# spec file for package bluez
|
# spec file for package bluez
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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
|
# 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
|
||||||
@ -24,7 +24,7 @@ BuildRequires: libcap-ng-devel
|
|||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: pkgconfig(dbus-1) >= 1.4
|
BuildRequires: pkgconfig(dbus-1) >= 1.4
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Version: 5.8
|
Version: 5.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -35,7 +35,6 @@ Source5: baselibs.conf
|
|||||||
Source6: README.SUSE
|
Source6: README.SUSE
|
||||||
Source7: bluetooth.modprobe
|
Source7: bluetooth.modprobe
|
||||||
Source99: README.packagers
|
Source99: README.packagers
|
||||||
Patch1: bluez-5.4-compilerwarning.diff
|
|
||||||
Patch2: bluez-sdp-unix-path.patch
|
Patch2: bluez-sdp-unix-path.patch
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -44,12 +43,10 @@ BuildRequires: libical-devel
|
|||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libusb-devel
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: udev
|
BuildRequires: udev
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||||
BuildRequires: pkgconfig(libnl-1)
|
|
||||||
Recommends: sbc
|
Recommends: sbc
|
||||||
Provides: bluez-utils = 3.36
|
Provides: bluez-utils = 3.36
|
||||||
Obsoletes: 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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
cp %{SOURCE6} .
|
cp %{SOURCE6} .
|
||||||
mkdir dbus-apis
|
mkdir dbus-apis
|
||||||
@ -129,7 +125,6 @@ sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service
|
|||||||
%configure --with-pic \
|
%configure --with-pic \
|
||||||
--enable-pie \
|
--enable-pie \
|
||||||
--enable-library \
|
--enable-library \
|
||||||
--enable-usb \
|
|
||||||
--enable-tools \
|
--enable-tools \
|
||||||
--enable-cups \
|
--enable-cups \
|
||||||
--enable-test \
|
--enable-test \
|
||||||
@ -169,6 +164,7 @@ rm -rf %{buildroot}
|
|||||||
%service_add_pre bluetooth.service
|
%service_add_pre bluetooth.service
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
%{?udev_rules_update:%udev_rules_update}
|
||||||
# todo: check if this is still obeyed / needed with systemd
|
# todo: check if this is still obeyed / needed with systemd
|
||||||
%{fillup_only -n bluetooth}
|
%{fillup_only -n bluetooth}
|
||||||
# We need the bluez systemd service enabled at any time. It won't start up
|
# We need the bluez systemd service enabled at any time. It won't start up
|
||||||
|
Loading…
Reference in New Issue
Block a user