update to 4.69
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=58
This commit is contained in:
parent
753c15d467
commit
5d23922f9d
@ -1,25 +0,0 @@
|
|||||||
From 86b16d8a63d8d6191533418dd1c38ce35c3fbf0a Mon Sep 17 00:00:00 2001
|
|
||||||
From: Marcel Holtmann <marcel@holtmann.org>
|
|
||||||
Date: Mon, 12 Jul 2010 23:59:34 -0300
|
|
||||||
Subject: [PATCH] Remove double g_option_context_free() call
|
|
||||||
|
|
||||||
---
|
|
||||||
src/main.c | 2 --
|
|
||||||
1 files changed, 0 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/src/main.c b/src/main.c
|
|
||||||
index 94a6f0e..6113217 100644
|
|
||||||
--- a/src/main.c
|
|
||||||
+++ b/src/main.c
|
|
||||||
@@ -410,8 +410,6 @@ int main(int argc, char *argv[])
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
- g_option_context_free(context);
|
|
||||||
-
|
|
||||||
if (option_detach == TRUE && option_udev == FALSE) {
|
|
||||||
if (daemon(0, 0)) {
|
|
||||||
perror("Can't start daemon");
|
|
||||||
--
|
|
||||||
1.7.1
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35746401170d497ad7b24ab9fe00e10cdb74db306d3e201ebc1ffa917a8ca048
|
|
||||||
size 804803
|
|
3
bluez-4.69.tar.bz2
Normal file
3
bluez-4.69.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:975b0a77b5e986c92822cd55e3d73b5f5059b7f5f9141126416e572941e36ad3
|
||||||
|
size 803066
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 14 06:14:38 UTC 2010 - seife@opensuse.org
|
||||||
|
|
||||||
|
- update to bluez-4.69:
|
||||||
|
- Fix issue with calling g_option_context_free() twice.
|
||||||
|
- Fix inconsistencies with initial LE commands and events.
|
||||||
|
- Add support for telephony ClearLastNumber method.
|
||||||
|
- Add support for network server interface.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 13 08:12:57 UTC 2010 - seife@opensuse.org
|
Tue Jul 13 08:12:57 UTC 2010 - seife@opensuse.org
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel
|
|||||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||||
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.68
|
Version: 4.69
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Sound Support
|
Summary: Bluetooth Sound Support
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 14 06:14:38 UTC 2010 - seife@opensuse.org
|
||||||
|
|
||||||
|
- update to bluez-4.69:
|
||||||
|
- Fix issue with calling g_option_context_free() twice.
|
||||||
|
- Fix inconsistencies with initial LE commands and events.
|
||||||
|
- Add support for telephony ClearLastNumber method.
|
||||||
|
- Add support for network server interface.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 13 08:12:57 UTC 2010 - seife@opensuse.org
|
Tue Jul 13 08:12:57 UTC 2010 - seife@opensuse.org
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ BuildRequires: dbus-1-devel flex
|
|||||||
BuildRequires: glib2-devel libnl-devel libusb-devel
|
BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.68
|
Version: 4.69
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
@ -39,7 +39,6 @@ Source7: bluetooth.modprobe
|
|||||||
Patch1: bluez-4.44-udev-use-helperscript.diff
|
Patch1: bluez-4.44-udev-use-helperscript.diff
|
||||||
Patch2: 001-remove-rule-dell-mouse.patch
|
Patch2: 001-remove-rule-dell-mouse.patch
|
||||||
# needed until next upstream release --seife
|
# needed until next upstream release --seife
|
||||||
Patch42: 0001-Remove-double-g_option_context_free-call.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: bluez-utils = 3.36
|
Provides: bluez-utils = 3.36
|
||||||
Obsoletes: bluez-utils <= 3.36
|
Obsoletes: bluez-utils <= 3.36
|
||||||
@ -178,7 +177,6 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch42 -p1
|
|
||||||
cp %{S:6} .
|
cp %{S:6} .
|
||||||
%{?suse_update_config:%{suse_update_config -f . }}
|
%{?suse_update_config:%{suse_update_config -f . }}
|
||||||
mkdir dbus-apis
|
mkdir dbus-apis
|
||||||
|
Loading…
Reference in New Issue
Block a user