forked from pool/bluez
This commit is contained in:
parent
8bb73cdfc5
commit
ebc5f0be24
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0eed1d01e38285427e649c1898484b10e505e8453a31f8d772f700ec5cd0a378
|
|
||||||
size 771521
|
|
3
bluez-4.38.tar.bz2
Normal file
3
bluez-4.38.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8aaeb8dce8e2f7cb3a1ac3cb87f498e91a9977bf570072d6f26bd6cc49b906f
|
||||||
|
size 771954
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 4 20:57:33 CEST 2009 - seife@suse.de
|
||||||
|
|
||||||
|
- update to bluez-4.38:
|
||||||
|
- Add support for builtin plugins.
|
||||||
|
- Add framework for adapter operations.
|
||||||
|
- Add constants for Enhanced Retransmission modes.
|
||||||
|
- Fix HCI socket leak in device_remove_bonding.
|
||||||
|
- Fix various format string issues.
|
||||||
|
- Fix crashes with various free functions.
|
||||||
|
- Fix issues with Headset and A2DP drivers to load again.
|
||||||
|
- Fix sending AVRCP button released passthrough messages
|
||||||
|
- Fix bug which prevent input devices to work after restart.
|
||||||
|
- Fix issue with interpretation of UUID-128 as channel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 23 17:26:37 CEST 2009 - seife@suse.de
|
Thu Apr 23 17:26:37 CEST 2009 - seife@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bluez-gstreamer (Version 4.37)
|
# spec file for package bluez-gstreamer (Version 4.38)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,7 +24,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel
|
|||||||
BuildRequires: alsa-devel libsndfile-devel
|
BuildRequires: alsa-devel libsndfile-devel
|
||||||
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.37
|
Version: 4.38
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Sound Support
|
Summary: Bluetooth Sound Support
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
@ -109,6 +109,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/gstreamer-*/*.so
|
%{_libdir}/gstreamer-*/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 04 2009 seife@suse.de
|
||||||
|
- update to bluez-4.38:
|
||||||
|
- Add support for builtin plugins.
|
||||||
|
- Add framework for adapter operations.
|
||||||
|
- Add constants for Enhanced Retransmission modes.
|
||||||
|
- Fix HCI socket leak in device_remove_bonding.
|
||||||
|
- Fix various format string issues.
|
||||||
|
- Fix crashes with various free functions.
|
||||||
|
- Fix issues with Headset and A2DP drivers to load again.
|
||||||
|
- Fix sending AVRCP button released passthrough messages
|
||||||
|
- Fix bug which prevent input devices to work after restart.
|
||||||
|
- Fix issue with interpretation of UUID-128 as channel.
|
||||||
* Thu Apr 23 2009 seife@suse.de
|
* Thu Apr 23 2009 seife@suse.de
|
||||||
- update to bluez-4.37:
|
- update to bluez-4.37:
|
||||||
- Add version value for Bluetooth 3.0 devices.
|
- Add version value for Bluetooth 3.0 devices.
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 4 20:57:33 CEST 2009 - seife@suse.de
|
||||||
|
|
||||||
|
- update to bluez-4.38:
|
||||||
|
- Add support for builtin plugins.
|
||||||
|
- Add framework for adapter operations.
|
||||||
|
- Add constants for Enhanced Retransmission modes.
|
||||||
|
- Fix HCI socket leak in device_remove_bonding.
|
||||||
|
- Fix various format string issues.
|
||||||
|
- Fix crashes with various free functions.
|
||||||
|
- Fix issues with Headset and A2DP drivers to load again.
|
||||||
|
- Fix sending AVRCP button released passthrough messages
|
||||||
|
- Fix bug which prevent input devices to work after restart.
|
||||||
|
- Fix issue with interpretation of UUID-128 as channel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 23 17:26:37 CEST 2009 - seife@suse.de
|
Thu Apr 23 17:26:37 CEST 2009 - seife@suse.de
|
||||||
|
|
||||||
|
18
bluez.spec
18
bluez.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bluez (Version 4.37)
|
# spec file for package bluez (Version 4.38)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -23,7 +23,7 @@ BuildRequires: dbus-1-devel flex
|
|||||||
BuildRequires: glib2-devel libnl-devel libusb-devel
|
BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||||
BuildRequires: alsa-devel libsndfile-devel
|
BuildRequires: alsa-devel libsndfile-devel
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.37
|
Version: 4.38
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
@ -271,11 +271,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_libdir}/bluetooth/plugins
|
%dir %{_libdir}/bluetooth/plugins
|
||||||
%{_libdir}/bluetooth/plugins/audio.so
|
%{_libdir}/bluetooth/plugins/audio.so
|
||||||
%{_libdir}/bluetooth/plugins/input.so
|
%{_libdir}/bluetooth/plugins/input.so
|
||||||
%{_libdir}/bluetooth/plugins/hal.so
|
|
||||||
%{_libdir}/bluetooth/plugins/netlink.so
|
%{_libdir}/bluetooth/plugins/netlink.so
|
||||||
%{_libdir}/bluetooth/plugins/network.so
|
%{_libdir}/bluetooth/plugins/network.so
|
||||||
%{_libdir}/bluetooth/plugins/serial.so
|
%{_libdir}/bluetooth/plugins/serial.so
|
||||||
%{_libdir}/bluetooth/plugins/service.so
|
|
||||||
%doc %{_mandir}/man8/hciattach.8.gz
|
%doc %{_mandir}/man8/hciattach.8.gz
|
||||||
%doc %{_mandir}/man8/hciconfig.8.gz
|
%doc %{_mandir}/man8/hciconfig.8.gz
|
||||||
#%doc %{_mandir}/man5/hcid.conf.5.gz
|
#%doc %{_mandir}/man5/hcid.conf.5.gz
|
||||||
@ -356,6 +354,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man1/dund.1.gz
|
%doc %{_mandir}/man1/dund.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 04 2009 seife@suse.de
|
||||||
|
- update to bluez-4.38:
|
||||||
|
- Add support for builtin plugins.
|
||||||
|
- Add framework for adapter operations.
|
||||||
|
- Add constants for Enhanced Retransmission modes.
|
||||||
|
- Fix HCI socket leak in device_remove_bonding.
|
||||||
|
- Fix various format string issues.
|
||||||
|
- Fix crashes with various free functions.
|
||||||
|
- Fix issues with Headset and A2DP drivers to load again.
|
||||||
|
- Fix sending AVRCP button released passthrough messages
|
||||||
|
- Fix bug which prevent input devices to work after restart.
|
||||||
|
- Fix issue with interpretation of UUID-128 as channel.
|
||||||
* Thu Apr 23 2009 seife@suse.de
|
* Thu Apr 23 2009 seife@suse.de
|
||||||
- update to bluez-4.37:
|
- update to bluez-4.37:
|
||||||
- Add version value for Bluetooth 3.0 devices.
|
- Add version value for Bluetooth 3.0 devices.
|
||||||
|
Loading…
Reference in New Issue
Block a user