Accepting request 51694 from home:seife:testing
update to bluez-4.77 OBS-URL: https://build.opensuse.org/request/show/51694 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=68
This commit is contained in:
parent
9e31d78a4e
commit
7ddf15a585
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a62bfedaa016ab52cfe24146d43204b26e15be2f5945230cbd86db244d9968e7
|
||||
size 880342
|
3
bluez-4.77.tar.bz2
Normal file
3
bluez-4.77.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c377a780644c4922d3d3c82ecf878d90efd2cdd53a3d45006f4db8cac10ccdb6
|
||||
size 880908
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 27 07:31:04 UTC 2010 - seife@opensuse.org
|
||||
|
||||
- update to bluez-4.77:
|
||||
- Fix issue with device name and accessing already freed memory.
|
||||
- Fix issue with handling CHLD=0 command for handsfree.
|
||||
- Fix issue with manager properties and no adapters.
|
||||
- Fix issue with properties and broken service records.
|
||||
- Fix issue with A2DP playback and sample rate changes.
|
||||
- Update MCAP and HDP support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 15 18:21:57 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.76
|
||||
Version: 4.77
|
||||
Release: 1
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 27 07:31:04 UTC 2010 - seife@opensuse.org
|
||||
|
||||
- update to bluez-4.77:
|
||||
- Fix issue with device name and accessing already freed memory.
|
||||
- Fix issue with handling CHLD=0 command for handsfree.
|
||||
- Fix issue with manager properties and no adapters.
|
||||
- Fix issue with properties and broken service records.
|
||||
- Fix issue with A2DP playback and sample rate changes.
|
||||
- Update MCAP and HDP support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 15 18:21:57 UTC 2010 - seife@opensuse.org
|
||||
|
||||
|
15
bluez.spec
15
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.76
|
||||
Version: 4.77
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
@ -289,11 +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
|
||||
%doc %{_mandir}/man8/hciattach.8.gz
|
||||
%doc %{_mandir}/man8/hciconfig.8.gz
|
||||
#%doc %{_mandir}/man5/hcid.conf.5.gz
|
||||
%doc %{_mandir}/man8/bluetoothd.8.gz
|
||||
%doc %{_mandir}/man8/hid2hci.8.gz
|
||||
%doc %{_mandir}/man8/bccmd.8.gz
|
||||
@ -310,7 +307,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config(noreplace) %{_sysconfdir}/bluetooth/rfcomm.conf
|
||||
/var/adm/fillup-templates/sysconfig.bluetooth
|
||||
%config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf
|
||||
#%doc %{_defaultdocdir}/bluez-utils/
|
||||
%dir /var/lib/bluetooth
|
||||
%dir %{_sysconfdir}/modprobe.d
|
||||
%config(noreplace) %{_sysconfdir}/modprobe.d/50-bluetooth.conf
|
||||
@ -320,7 +316,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/include/bluetooth
|
||||
%{_libdir}/libbluetooth.so
|
||||
%{_libdir}/pkgconfig/bluez.pc
|
||||
#%{_datadir}/aclocal/bluez.m4
|
||||
|
||||
%files -n libbluetooth3
|
||||
%defattr(-, root, root)
|
||||
@ -332,7 +327,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{cups_lib_dir}
|
||||
%dir %{cups_lib_dir}/backend
|
||||
%{cups_lib_dir}/backend/bluetooth
|
||||
#%doc %{_defaultdocdir}/bluez-cups
|
||||
|
||||
%files test
|
||||
%defattr(-,root,root)
|
||||
@ -353,13 +347,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/test-serial
|
||||
%{_bindir}/test-service
|
||||
%{_bindir}/test-telephony
|
||||
#%{_bindir}/hsmicro
|
||||
#%{_bindir}/hsplay
|
||||
#%{_bindir}/hstest
|
||||
#%{_bindir}/attest
|
||||
#%{_bindir}/passkey-agent
|
||||
#%{_bindir}/auth-agent
|
||||
#%doc %{_defaultdocdir}/bluez-test
|
||||
|
||||
%files alsa
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user