Accepting request 39080 from home:seife:testing
Copy from home:seife:testing/bluez via accept of submit request 39080 revision 49. Request was accepted with message: update to bluez-4.64 OBS-URL: https://build.opensuse.org/request/show/39080 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=49
This commit is contained in:
parent
77011e1063
commit
749013da52
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd6644486af0e84564cae9dfe0c2e11b7f426e8cc68fd6710353eeabb83ac6cc
|
||||
size 786110
|
3
bluez-4.64.tar.bz2
Normal file
3
bluez-4.64.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:380170f46399bf7b20c889e11234384efb48ef0b793c0c8e2dd5d1df2272c6ed
|
||||
size 793450
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 09:58:04 UTC 2010 - seife@opensuse.org
|
||||
|
||||
- update to bluez-4.64:
|
||||
- Fix invalid memory access in headset_get_nrec function.
|
||||
- Fix issue with disconnect event on higher protocol layers.
|
||||
- Fix issue with list parsing in sdp_set_supp_features function.
|
||||
- Fix device object reference counting for SDP browse requests.
|
||||
- Add missing memory checks whenever memory is allocated for SDP.
|
||||
- Add support for exporting local services via D-Bus.
|
||||
- Add more L2CAP Enhanced Retransmission test options.
|
||||
- remove unused "--enable-manpages" configure option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 15:32:51 CEST 2010 - jsmeix@suse.de
|
||||
|
||||
|
@ -24,8 +24,8 @@ 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.63
|
||||
Release: 2
|
||||
Version: 4.64
|
||||
Release: 0
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
License: GPLv2+
|
||||
@ -84,7 +84,6 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
||||
--enable-test \
|
||||
--enable-pand \
|
||||
--enable-dund \
|
||||
--enable-manpages \
|
||||
--enable-configfiles \
|
||||
--enable-pcmcia
|
||||
make %{?jobs:-j %jobs} all
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 09:58:04 UTC 2010 - seife@opensuse.org
|
||||
|
||||
- update to bluez-4.64:
|
||||
- Fix invalid memory access in headset_get_nrec function.
|
||||
- Fix issue with disconnect event on higher protocol layers.
|
||||
- Fix issue with list parsing in sdp_set_supp_features function.
|
||||
- Fix device object reference counting for SDP browse requests.
|
||||
- Add missing memory checks whenever memory is allocated for SDP.
|
||||
- Add support for exporting local services via D-Bus.
|
||||
- Add more L2CAP Enhanced Retransmission test options.
|
||||
- remove unused "--enable-manpages" configure option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 15:32:51 CEST 2010 - jsmeix@suse.de
|
||||
|
||||
|
@ -23,8 +23,8 @@ BuildRequires: dbus-1-devel flex
|
||||
BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.63
|
||||
Release: 2
|
||||
Version: 4.64
|
||||
Release: 0
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
License: GPLv2+
|
||||
@ -202,7 +202,6 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
||||
--enable-test \
|
||||
--enable-pand \
|
||||
--enable-dund \
|
||||
--enable-manpages \
|
||||
--enable-configfiles \
|
||||
--enable-pcmcia
|
||||
make %{?jobs:-j %jobs} all
|
||||
|
Loading…
Reference in New Issue
Block a user