Accepting request 52651 from home:seife:testing

update to bluez-4.79

OBS-URL: https://build.opensuse.org/request/show/52651
OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=73
This commit is contained in:
Stefan Seyfried 2010-11-09 22:33:19 +00:00 committed by Git OBS Bridge
parent cf5e9466bd
commit ee4dde3a57
7 changed files with 19 additions and 1684 deletions

File diff suppressed because it is too large Load Diff

View File

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

3
bluez-4.79.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 9 21:36:56 UTC 2010 - seife@opensuse.org
- update to bluez-4.79:
- Fix issue with adapter initialization race condition.
- Update new Bluetooth Management interface support.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 8 09:32:16 UTC 2010 - seife@opensuse.org Mon Nov 8 09:32:16 UTC 2010 - seife@opensuse.org

View File

@ -28,7 +28,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.78 Version: 4.79
Release: 1 Release: 1
Summary: Bluetooth Sound Support Summary: Bluetooth Sound Support
Group: Productivity/Multimedia/Sound/Utilities Group: Productivity/Multimedia/Sound/Utilities
@ -40,7 +40,6 @@ Source3: bluetooth.sysconfig
Source4: bluetooth.sh Source4: bluetooth.sh
Source6: README.SUSE Source6: README.SUSE
Patch1: bluez-4.75-udev-use-helperscript.diff Patch1: bluez-4.75-udev-use-helperscript.diff
Patch99: bluez-4.78-cc758c498ed98de11e890e56d4500ca85587bc07.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libbluetooth3 = %{version} Requires: libbluetooth3 = %{version}
Provides: bluez-audio:%_libdir/gstreamer-0.10/libgstbluetooth.so Provides: bluez-audio:%_libdir/gstreamer-0.10/libgstbluetooth.so
@ -65,7 +64,6 @@ Authors:
%prep %prep
%setup -n bluez-%{version} -q %setup -n bluez-%{version} -q
%patch1 -p1 %patch1 -p1
%patch99 -p1
cp %{S:6} . cp %{S:6} .
%{?suse_update_config:%{suse_update_config -f . }} %{?suse_update_config:%{suse_update_config -f . }}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 9 21:36:56 UTC 2010 - seife@opensuse.org
- update to bluez-4.79:
- Fix issue with adapter initialization race condition.
- Update new Bluetooth Management interface support.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 8 09:32:16 UTC 2010 - seife@opensuse.org Mon Nov 8 09:32:16 UTC 2010 - seife@opensuse.org

View File

@ -27,7 +27,7 @@ BuildRequires: libcap-ng-devel
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.78 Version: 4.79
Release: 1 Release: 1
Summary: Bluetooth Stack for Linux Summary: Bluetooth Stack for Linux
Group: Hardware/Mobile Group: Hardware/Mobile
@ -42,7 +42,6 @@ Source6: README.SUSE
Source7: bluetooth.modprobe Source7: bluetooth.modprobe
Patch1: bluez-4.75-udev-use-helperscript.diff Patch1: bluez-4.75-udev-use-helperscript.diff
Patch2: 001-remove-rule-dell-mouse.patch Patch2: 001-remove-rule-dell-mouse.patch
Patch99: bluez-4.78-cc758c498ed98de11e890e56d4500ca85587bc07.diff
# needed until next upstream release --seife # needed until next upstream release --seife
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: bluez-utils = 3.36 Provides: bluez-utils = 3.36
@ -182,7 +181,6 @@ Authors:
%setup -q %setup -q
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch99 -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