Accepting request 50908 from Base:System
Accepted submit request 50908 from user seife OBS-URL: https://build.opensuse.org/request/show/50908 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=60
This commit is contained in:
commit
afdeedc57c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4802a2f0bf002d02333773b974cbcbe816040ae79721d164337595de6c87db59
|
||||
size 875563
|
3
bluez-4.76.tar.bz2
Normal file
3
bluez-4.76.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a62bfedaa016ab52cfe24146d43204b26e15be2f5945230cbd86db244d9968e7
|
||||
size 880342
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 15 18:21:57 UTC 2010 - seife@opensuse.org
|
||||
|
||||
- update to bluez-4.76:
|
||||
- Fix issue in telephony driver with hanging up held call.
|
||||
- Fix issue in telephony driver with notifications when on hold.
|
||||
- Fix issue with blocking on setconf confirmation callback.
|
||||
- Fix issue with not always signaling new streams as sinks.
|
||||
- Fix issue with errors in case of endpoint request timeout.
|
||||
- Fix issue with HFP/HSP microphone and speaker gain values.
|
||||
- Add source if the device attempt to configure local sink stream.
|
||||
- Add PSM option for GATT/ATT over BR/EDR on gatttool.
|
||||
- Add support for GATT/ATT Attribute Write Request.
|
||||
- Update MCAP and HDP support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 16:38:28 UTC 2010 - seife@opensuse.org
|
||||
|
||||
|
@ -28,7 +28,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.75
|
||||
Version: 4.76
|
||||
Release: 1
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
@ -79,7 +79,6 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
||||
--enable-gstreamer \
|
||||
--enable-alsa \
|
||||
--enable-usb \
|
||||
--enable-netlink \
|
||||
--enable-tools \
|
||||
--enable-bccmd \
|
||||
--enable-hid2hci \
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 15 18:21:57 UTC 2010 - seife@opensuse.org
|
||||
|
||||
- update to bluez-4.76:
|
||||
- Fix issue in telephony driver with hanging up held call.
|
||||
- Fix issue in telephony driver with notifications when on hold.
|
||||
- Fix issue with blocking on setconf confirmation callback.
|
||||
- Fix issue with not always signaling new streams as sinks.
|
||||
- Fix issue with errors in case of endpoint request timeout.
|
||||
- Fix issue with HFP/HSP microphone and speaker gain values.
|
||||
- Add source if the device attempt to configure local sink stream.
|
||||
- Add PSM option for GATT/ATT over BR/EDR on gatttool.
|
||||
- Add support for GATT/ATT Attribute Write Request.
|
||||
- Update MCAP and HDP support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 16:38:28 UTC 2010 - seife@opensuse.org
|
||||
|
||||
|
10
bluez.spec
10
bluez.spec
@ -27,7 +27,7 @@ BuildRequires: libcap-ng-devel
|
||||
BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.75
|
||||
Version: 4.76
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
@ -198,7 +198,6 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
||||
--enable-gstreamer \
|
||||
--enable-alsa \
|
||||
--enable-usb \
|
||||
--enable-netlink \
|
||||
--enable-tools \
|
||||
--enable-bccmd \
|
||||
--enable-hid2hci \
|
||||
@ -234,7 +233,7 @@ install --mode=0755 \
|
||||
test-telephony \
|
||||
$RPM_BUILD_ROOT/%{_bindir}/
|
||||
cd ..
|
||||
rm -v $RPM_BUILD_ROOT/%{_libdir}/bluetooth/plugins/*.la $RPM_BUILD_ROOT/%{_libdir}/libbluetooth.la
|
||||
rm -v $RPM_BUILD_ROOT/%{_libdir}/libbluetooth.la
|
||||
rm -rvf $RPM_BUILD_ROOT/%{_libdir}/gstreamer-*
|
||||
rm -v $RPM_BUILD_ROOT/%{_libdir}/alsa-lib/*.la
|
||||
install --mode=0755 -D %{S:2} $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/bluez-coldplug
|
||||
@ -290,9 +289,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config %{_sysconfdir}/udev/rules.d/*
|
||||
%endif
|
||||
%{_sysconfdir}/init.d/bluez-coldplug
|
||||
%dir %{_libdir}/bluetooth
|
||||
%dir %{_libdir}/bluetooth/plugins
|
||||
%{_libdir}/bluetooth/plugins/netlink.so
|
||||
#%dir %{_libdir}/bluetooth
|
||||
#%dir %{_libdir}/bluetooth/plugins
|
||||
%doc %{_mandir}/man8/hciattach.8.gz
|
||||
%doc %{_mandir}/man8/hciconfig.8.gz
|
||||
#%doc %{_mandir}/man5/hcid.conf.5.gz
|
||||
|
Loading…
Reference in New Issue
Block a user