From 0b8c22eca1f316cab7021d2ad9d0808b8c9b91ca7b12ced64cecdcbbe0a4e0cc Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 26 Apr 2011 20:08:20 +0000 Subject: [PATCH 1/3] Accepting request 68452 from home:seife:testing update to bluez-4.92 OBS-URL: https://build.opensuse.org/request/show/68452 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=97 --- bluez-4.91.tar.bz2 | 3 --- bluez-4.92.tar.bz2 | 3 +++ bluez-gstreamer.changes | 13 +++++++++++++ bluez-gstreamer.spec | 2 +- bluez.changes | 13 +++++++++++++ bluez.spec | 2 +- 6 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 bluez-4.91.tar.bz2 create mode 100644 bluez-4.92.tar.bz2 diff --git a/bluez-4.91.tar.bz2 b/bluez-4.91.tar.bz2 deleted file mode 100644 index ed6d9d2..0000000 --- a/bluez-4.91.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8b9250c7f8b26420f8d5a7cff8eb723471260babd9ed4fdb039add1577fb90f -size 931834 diff --git a/bluez-4.92.tar.bz2 b/bluez-4.92.tar.bz2 new file mode 100644 index 0000000..8acfb13 --- /dev/null +++ b/bluez-4.92.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821e45c5eb8cde1e3c3daa37e64690f249ef896fccd05ebb5bd67afc52482600 +size 932839 diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index 8f9527e..4d21bc2 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 26 07:48:45 UTC 2011 - seife+obs@b1-systems.com + +- update to bluez-4.92: + - Fix issue with handling of A2DP suspend response. + - Fix issue with crashing when acquiring A2DP stream. + - Fix issue with missing check for valid SCO before shutdown. + - Fix issue with waiting for POLLERR when disconnecting SCO. + - Fix issue with disconnect after primary service discovery. + - Fix issue with attribute interface registration. + - Add support for primary services over BR/EDR. + - Add support for flushable packets of A2DP media. + ------------------------------------------------------------------- Wed Mar 30 07:12:13 UTC 2011 - seife+obs@b1-systems.com diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index 8243929..6bf92b3 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -30,7 +30,7 @@ BuildRequires: alsa-devel libsndfile-devel pkg-config udev BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel BuildRequires: readline-devel Url: http://www.bluez.org -Version: 4.91 +Version: 4.92 Release: 1 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities diff --git a/bluez.changes b/bluez.changes index 8f9527e..4d21bc2 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 26 07:48:45 UTC 2011 - seife+obs@b1-systems.com + +- update to bluez-4.92: + - Fix issue with handling of A2DP suspend response. + - Fix issue with crashing when acquiring A2DP stream. + - Fix issue with missing check for valid SCO before shutdown. + - Fix issue with waiting for POLLERR when disconnecting SCO. + - Fix issue with disconnect after primary service discovery. + - Fix issue with attribute interface registration. + - Add support for primary services over BR/EDR. + - Add support for flushable packets of A2DP media. + ------------------------------------------------------------------- Wed Mar 30 07:12:13 UTC 2011 - seife+obs@b1-systems.com diff --git a/bluez.spec b/bluez.spec index ee5d8af..f4fec86 100644 --- a/bluez.spec +++ b/bluez.spec @@ -29,7 +29,7 @@ BuildRequires: libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel pkg-config udev BuildRequires: readline-devel Url: http://www.bluez.org -Version: 4.91 +Version: 4.92 Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile From bcb79a3b8e34aa8c624cd7c92f8e5e0579804d550a53f55b5f34044f7ceaecd3 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Thu, 5 May 2011 09:59:41 +0000 Subject: [PATCH 2/3] Accepting request 69676 from home:seife:testing - update to bluez-4.93: - Fix issue with property type and Health Main channel. - Fix issue with crash when removing devices. - Add support for hid2hci and udev integration. - disable 001-remove-rule-dell-mouse.patch for now OBS-URL: https://build.opensuse.org/request/show/69676 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=98 --- bluez-4.92.tar.bz2 | 3 --- bluez-4.93.tar.bz2 | 3 +++ bluez-gstreamer.changes | 9 +++++++++ bluez-gstreamer.spec | 4 ++-- bluez.changes | 9 +++++++++ bluez.spec | 14 ++++++++++---- 6 files changed, 33 insertions(+), 9 deletions(-) delete mode 100644 bluez-4.92.tar.bz2 create mode 100644 bluez-4.93.tar.bz2 diff --git a/bluez-4.92.tar.bz2 b/bluez-4.92.tar.bz2 deleted file mode 100644 index 8acfb13..0000000 --- a/bluez-4.92.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:821e45c5eb8cde1e3c3daa37e64690f249ef896fccd05ebb5bd67afc52482600 -size 932839 diff --git a/bluez-4.93.tar.bz2 b/bluez-4.93.tar.bz2 new file mode 100644 index 0000000..b87a11e --- /dev/null +++ b/bluez-4.93.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801395e991c7c8e8acf24d5afc890b6b1a1a755099e2d46895951c61d0fd4182 +size 934148 diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index 4d21bc2..7e99419 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 4 20:39:21 UTC 2011 - seife+obs@b1-systems.com + +- update to bluez-4.93: + - Fix issue with property type and Health Main channel. + - Fix issue with crash when removing devices. + - Add support for hid2hci and udev integration. +- disable 001-remove-rule-dell-mouse.patch for now + ------------------------------------------------------------------- Tue Apr 26 07:48:45 UTC 2011 - seife+obs@b1-systems.com diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index 6bf92b3..fc22aee 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -29,8 +29,9 @@ BuildRequires: libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel pkg-config udev BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel BuildRequires: readline-devel +BuildRequires: libudev-devel Url: http://www.bluez.org -Version: 4.92 +Version: 4.93 Release: 1 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities @@ -90,7 +91,6 @@ CFLAGS="$RPM_OPT_FLAGS -g" \ --enable-pand \ --enable-dund \ --enable-configfiles \ - --enable-attrib \ --enable-pcmcia \ %{?with_libcapng} make %{?_smp_mflags} all V=1 diff --git a/bluez.changes b/bluez.changes index 4d21bc2..7e99419 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 4 20:39:21 UTC 2011 - seife+obs@b1-systems.com + +- update to bluez-4.93: + - Fix issue with property type and Health Main channel. + - Fix issue with crash when removing devices. + - Add support for hid2hci and udev integration. +- disable 001-remove-rule-dell-mouse.patch for now + ------------------------------------------------------------------- Tue Apr 26 07:48:45 UTC 2011 - seife+obs@b1-systems.com diff --git a/bluez.spec b/bluez.spec index f4fec86..1d020f1 100644 --- a/bluez.spec +++ b/bluez.spec @@ -28,8 +28,9 @@ BuildRequires: glib2-devel >= 2.16 BuildRequires: libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel pkg-config udev BuildRequires: readline-devel +BuildRequires: libudev-devel Url: http://www.bluez.org -Version: 4.92 +Version: 4.93 Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile @@ -56,6 +57,10 @@ Requires: libbluetooth3 = %{version} %else %define OLD_UDEV 0 %endif + +# needed to get around some stupid checks... +%define _suse_os_install_post /usr/lib/rpm/brp-compress /usr/lib/rpm/brp-strip-debug /usr/lib/rpm/brp-symlink + # In openSUSE 11.3 there is upstream compliant CUPS 1.4 # which means to have a fixed "/usr/lib/cups/" directory # on all platforms (see Novell/Suse Bugzilla bnc#575544): @@ -182,7 +187,9 @@ Authors: %prep %setup -q %patch1 -p1 -%patch2 -p1 +# disabled the patch because it does no longer cleanly apply and the rule has +# changed significantly anyway. I'll keep it until i get confirmation in bugzilla. +##%%patch2 -p1 cp %{S:6} . %{?suse_update_config:%{suse_update_config -f . }} mkdir dbus-apis @@ -209,7 +216,6 @@ CFLAGS="$RPM_OPT_FLAGS -g" \ --enable-pand \ --enable-dund \ --enable-configfiles \ - --enable-attrib \ --enable-pcmcia \ %{?with_libcapng} make %{?_smp_mflags} all V=1 @@ -282,7 +288,7 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/hciattach %{_sbindir}/hciconfig %{_sbindir}/bluetoothd -%{_sbindir}/hid2hci +#%{_sbindir}/hid2hci %{_sbindir}/bccmd %dir /lib/udev /lib/udev/* From f7fc3ac8502a1e886b71e05f6a865049329259047228e04f7cb9f82848a5c1ef Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 14 Jun 2011 08:17:53 +0000 Subject: [PATCH 3/3] Accepting request 73493 from home:seife:testing update to bluez-4.94 OBS-URL: https://build.opensuse.org/request/show/73493 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=99 --- bluez-4.93.tar.bz2 | 3 --- bluez-4.94.tar.bz2 | 3 +++ bluez-gstreamer.changes | 17 +++++++++++++++++ bluez-gstreamer.spec | 2 +- bluez.changes | 17 +++++++++++++++++ bluez.spec | 9 +++------ 6 files changed, 41 insertions(+), 10 deletions(-) delete mode 100644 bluez-4.93.tar.bz2 create mode 100644 bluez-4.94.tar.bz2 diff --git a/bluez-4.93.tar.bz2 b/bluez-4.93.tar.bz2 deleted file mode 100644 index b87a11e..0000000 --- a/bluez-4.93.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:801395e991c7c8e8acf24d5afc890b6b1a1a755099e2d46895951c61d0fd4182 -size 934148 diff --git a/bluez-4.94.tar.bz2 b/bluez-4.94.tar.bz2 new file mode 100644 index 0000000..81b56ae --- /dev/null +++ b/bluez-4.94.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26286e653361a0342349d29e302969a01d1c9d534a6ee365ccbf0a0b79b5729e +size 934438 diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index 7e99419..98788bf 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jun 14 06:49:35 UTC 2011 - seife+obs@b1-systems.com + +- remove workaround for rpmlint stupidity now that libusb is in / + +------------------------------------------------------------------- +Wed Jun 1 09:46:16 UTC 2011 - seife+obs@b1-systems.com + +- update to bluez-4.94: + - Fix issue with invalid read of memory in various modules. + - Fix issue with buffer overflow when sending AVDTP commands. + - Fix issue with response to vendor dependent AVRCP commands. + - Fix issue with headset when not able to reply with ERROR. + - Fix issue with crash when creating a device from storage. + - Fix issue with handling non UTF-8 devices names. + - Add support for improved discovery procedure. + ------------------------------------------------------------------- Wed May 4 20:39:21 UTC 2011 - seife+obs@b1-systems.com diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index fc22aee..bf12d05 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -31,7 +31,7 @@ BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel BuildRequires: readline-devel BuildRequires: libudev-devel Url: http://www.bluez.org -Version: 4.93 +Version: 4.94 Release: 1 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities diff --git a/bluez.changes b/bluez.changes index 7e99419..98788bf 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jun 14 06:49:35 UTC 2011 - seife+obs@b1-systems.com + +- remove workaround for rpmlint stupidity now that libusb is in / + +------------------------------------------------------------------- +Wed Jun 1 09:46:16 UTC 2011 - seife+obs@b1-systems.com + +- update to bluez-4.94: + - Fix issue with invalid read of memory in various modules. + - Fix issue with buffer overflow when sending AVDTP commands. + - Fix issue with response to vendor dependent AVRCP commands. + - Fix issue with headset when not able to reply with ERROR. + - Fix issue with crash when creating a device from storage. + - Fix issue with handling non UTF-8 devices names. + - Add support for improved discovery procedure. + ------------------------------------------------------------------- Wed May 4 20:39:21 UTC 2011 - seife+obs@b1-systems.com diff --git a/bluez.spec b/bluez.spec index 1d020f1..4867123 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,8 @@ # # spec file for package bluez # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2000-2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010-2011 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 @@ -17,7 +18,6 @@ # norootforbuild - Name: bluez BuildRequires: dbus-1-devel flex %if 0%{?suse_version} > 1120 @@ -30,7 +30,7 @@ BuildRequires: alsa-devel libsndfile-devel pkg-config udev BuildRequires: readline-devel BuildRequires: libudev-devel Url: http://www.bluez.org -Version: 4.93 +Version: 4.94 Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile @@ -58,9 +58,6 @@ Requires: libbluetooth3 = %{version} %define OLD_UDEV 0 %endif -# needed to get around some stupid checks... -%define _suse_os_install_post /usr/lib/rpm/brp-compress /usr/lib/rpm/brp-strip-debug /usr/lib/rpm/brp-symlink - # In openSUSE 11.3 there is upstream compliant CUPS 1.4 # which means to have a fixed "/usr/lib/cups/" directory # on all platforms (see Novell/Suse Bugzilla bnc#575544):