forked from pool/bluez
Accepting request 98274 from home:seife:testing
update to bluez-4.97 OBS-URL: https://build.opensuse.org/request/show/98274 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=111
This commit is contained in:
parent
758a783a5e
commit
2deb6b4f19
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7b34aa28c831d77e92d348951653bc58347f4b6177e2f89cd5ffb8ffc37142ae
|
|
||||||
size 952234
|
|
3
bluez-4.97.tar.bz2
Normal file
3
bluez-4.97.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c24a13a907793484784f4c7b50c76b23a7fdf1a8f7f469eb5b61007364fd423f
|
||||||
|
size 985031
|
@ -1,9 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 27 11:01:18 UTC 2011 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- update to bluez-4.97:
|
||||||
|
- Update support for proximity profile.
|
||||||
|
- Fix issue with SBC audio decoding quality.
|
||||||
|
- Fix multiple issues with HFP support.
|
||||||
|
- Fix multiple issues with A2DP support.
|
||||||
|
- Fix multiple issues with AVDTP support.
|
||||||
|
- Fix multiple issues with AVRCP support.
|
||||||
|
- Add support for AVRCP meta-data transfer.
|
||||||
|
- Add support for Bluetooth based thermometers.
|
||||||
|
- add %check section to .spec - there is now a unittest
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 20 19:46:07 UTC 2011 - crrodriguez@opensuse.org
|
Tue Dec 20 19:46:07 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
- kernel.org currently lacks of bluez tarballs
|
- kernel.org currently lacks of bluez tarballs
|
||||||
- Fix build failures due to lack of autotools
|
- Fix build failures due to lack of autotools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 16 03:22:40 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Fix systemd units installation.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 16 11:29:07 UTC 2011 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- require pkgconfig(libnl-1) instead of libnl-1_1-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 12:02:37 UTC 2011 - jengelh@medozas.de
|
Fri Sep 16 12:02:37 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -15,11 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: bluez-gstreamer
|
Name: bluez-gstreamer
|
||||||
BuildRequires: dbus-1-devel flex
|
BuildRequires: dbus-1-devel
|
||||||
|
BuildRequires: flex
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
%define with_libcapng --enable-capng
|
%define with_libcapng --enable-capng
|
||||||
@ -27,20 +25,24 @@ BuildRequires: libcap-ng-devel
|
|||||||
%if 0%{?suse_version} > 1130
|
%if 0%{?suse_version} > 1130
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: pkgconfig(libnl-1)
|
||||||
BuildRequires: glib2-devel >= 2.16
|
BuildRequires: glib2-devel >= 2.16
|
||||||
BuildRequires: libnl-1_1-devel libusb-devel
|
BuildRequires: libusb-devel
|
||||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
BuildRequires: libsndfile-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: check-devel
|
||||||
|
BuildRequires: udev
|
||||||
|
BuildRequires: gstreamer-0_10-devel
|
||||||
|
BuildRequires: gstreamer-0_10-plugins-base-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.96
|
Version: 4.97
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Bluetooth Sound Support
|
Summary: Bluetooth Sound Support
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
AutoReqProv: on
|
|
||||||
Source: bluez-%{version}.tar.bz2
|
Source: bluez-%{version}.tar.bz2
|
||||||
Source3: bluetooth.sysconfig
|
Source3: bluetooth.sysconfig
|
||||||
Source4: bluetooth.sh
|
Source4: bluetooth.sh
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 27 11:01:18 UTC 2011 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- update to bluez-4.97:
|
||||||
|
- Update support for proximity profile.
|
||||||
|
- Fix issue with SBC audio decoding quality.
|
||||||
|
- Fix multiple issues with HFP support.
|
||||||
|
- Fix multiple issues with A2DP support.
|
||||||
|
- Fix multiple issues with AVDTP support.
|
||||||
|
- Fix multiple issues with AVRCP support.
|
||||||
|
- Add support for AVRCP meta-data transfer.
|
||||||
|
- Add support for Bluetooth based thermometers.
|
||||||
|
- add %check section to .spec - there is now a unittest
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 20 19:46:07 UTC 2011 - crrodriguez@opensuse.org
|
Tue Dec 20 19:46:07 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
@ -9,6 +23,11 @@ Fri Dec 16 03:22:40 UTC 2011 - crrodriguez@opensuse.org
|
|||||||
|
|
||||||
- Fix systemd units installation.
|
- Fix systemd units installation.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 16 11:29:07 UTC 2011 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- require pkgconfig(libnl-1) instead of libnl-1_1-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 16 12:02:37 UTC 2011 - jengelh@medozas.de
|
Fri Sep 16 12:02:37 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
44
bluez.spec
44
bluez.spec
@ -16,11 +16,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: bluez
|
Name: bluez
|
||||||
BuildRequires: dbus-1-devel flex
|
BuildRequires: dbus-1-devel
|
||||||
|
BuildRequires: flex
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
%define with_libcapng --enable-capng
|
%define with_libcapng --enable-capng
|
||||||
@ -30,21 +28,24 @@ BuildRequires: systemd
|
|||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%define has_systemd 1
|
%define has_systemd 1
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: pkgconfig(libnl-1)
|
||||||
BuildRequires: glib2-devel >= 2.16
|
BuildRequires: glib2-devel >= 2.16
|
||||||
BuildRequires: libnl-1_1-devel libusb-devel
|
BuildRequires: libusb-devel
|
||||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
BuildRequires: alsa-devel
|
||||||
|
BuildRequires: libsndfile-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: check-devel
|
||||||
|
BuildRequires: udev
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.96
|
Version: 4.97
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
Group: Hardware/Mobile
|
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
AutoReqProv: on
|
|
||||||
Source: bluez-%{version}.tar.bz2
|
Source: bluez-%{version}.tar.bz2
|
||||||
Source2: bluez-coldplug.init
|
Source2: bluez-coldplug.init
|
||||||
Source3: bluetooth.sysconfig
|
Source3: bluetooth.sysconfig
|
||||||
@ -87,8 +88,8 @@ Authors:
|
|||||||
and others, see AUTHORS
|
and others, see AUTHORS
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Files needed for BlueZ development
|
Summary: Files needed for BlueZ development
|
||||||
|
License: GPL-2.0+
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Requires: libbluetooth3 = %{version}
|
Requires: libbluetooth3 = %{version}
|
||||||
|
|
||||||
@ -104,8 +105,8 @@ Authors:
|
|||||||
and others, see AUTHORS
|
and others, see AUTHORS
|
||||||
|
|
||||||
%package -n libbluetooth3
|
%package -n libbluetooth3
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Bluetooth Libraries
|
Summary: Bluetooth Libraries
|
||||||
|
License: GPL-2.0+
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
Provides: bluez-libs = 3.36
|
Provides: bluez-libs = 3.36
|
||||||
Obsoletes: bluez-libs <= 3.36
|
Obsoletes: bluez-libs <= 3.36
|
||||||
@ -121,9 +122,9 @@ Authors:
|
|||||||
and others, see AUTHORS in the documentation of the "bluez" package.
|
and others, see AUTHORS in the documentation of the "bluez" package.
|
||||||
|
|
||||||
%package cups
|
%package cups
|
||||||
Group: Hardware/Printing
|
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: CUPS Driver for Bluetooth Printers
|
Summary: CUPS Driver for Bluetooth Printers
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Hardware/Printing
|
||||||
Requires: libbluetooth3 = %{version}
|
Requires: libbluetooth3 = %{version}
|
||||||
|
|
||||||
%description cups
|
%description cups
|
||||||
@ -138,9 +139,9 @@ Authors:
|
|||||||
and others, see AUTHORS in the documentation of the "bluez" package.
|
and others, see AUTHORS in the documentation of the "bluez" package.
|
||||||
|
|
||||||
%package test
|
%package test
|
||||||
Group: Development/Tools/Debuggers
|
|
||||||
License: GPL-2.0+ ; MIT
|
|
||||||
Summary: Tools for testing of various Bluetooth-functions
|
Summary: Tools for testing of various Bluetooth-functions
|
||||||
|
License: GPL-2.0+ ; MIT
|
||||||
|
Group: Development/Tools/Debuggers
|
||||||
Requires: libbluetooth3 = %{version} python-gobject2 dbus-1-python
|
Requires: libbluetooth3 = %{version} python-gobject2 dbus-1-python
|
||||||
|
|
||||||
%description test
|
%description test
|
||||||
@ -155,9 +156,9 @@ Authors:
|
|||||||
and others, see AUTHORS in the documentation of the "bluez" package.
|
and others, see AUTHORS in the documentation of the "bluez" package.
|
||||||
|
|
||||||
%package alsa
|
%package alsa
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Bluetooth Sound Support
|
Summary: Bluetooth Sound Support
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
Requires: libbluetooth3 = %{version}
|
Requires: libbluetooth3 = %{version}
|
||||||
Provides: bluez-audio:%_libdir/alsa-lib/libasound_module_pcm_bluetooth.so
|
Provides: bluez-audio:%_libdir/alsa-lib/libasound_module_pcm_bluetooth.so
|
||||||
|
|
||||||
@ -174,9 +175,9 @@ Authors:
|
|||||||
and others, see AUTHORS in the documentation of the "bluez" package.
|
and others, see AUTHORS in the documentation of the "bluez" package.
|
||||||
|
|
||||||
%package compat
|
%package compat
|
||||||
Group: Hardware/Mobile
|
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Hardware/Mobile
|
||||||
Requires: libbluetooth3 = %{version}
|
Requires: libbluetooth3 = %{version}
|
||||||
|
|
||||||
%description compat
|
%description compat
|
||||||
@ -264,6 +265,9 @@ then if test -e %{buildroot}%{_libdir}/cups/backend/bluetooth
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user