This commit is contained in:
parent
d5a2b17cf8
commit
bfae5490bc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b420dbed17760203a91dffc8f6c78d94951c4ff208c4ba4d13e87c2ebce550f
|
|
||||||
size 720886
|
|
3
bluez-4.12.tar.bz2
Normal file
3
bluez-4.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40682c0846a6cd9e2240e34b168d5bcb0215157d1ea6361a6be81fa02bab0857
|
||||||
|
size 721392
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 6 20:34:13 CEST 2008 - seife@suse.de
|
||||||
|
|
||||||
|
- update to bluez-4.12:
|
||||||
|
- Fix crash with missing icon value.
|
||||||
|
- Fix error checks of HAL plugin.
|
||||||
|
- Fix SCO server socket cleanup on exit.
|
||||||
|
- Fix memory leaks from DBusPendingCall.
|
||||||
|
- Fix handling of pending authorization requests.
|
||||||
|
- Fix missing protocol UUIDs in record pattern.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 5 16:24:41 CEST 2008 - seife@suse.de
|
Sun Oct 5 16:24:41 CEST 2008 - seife@suse.de
|
||||||
|
|
||||||
|
15
bluez.spec
15
bluez.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bluez (Version 4.11)
|
# spec file for package bluez (Version 4.12)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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.11
|
Version: 4.12
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
@ -203,7 +203,7 @@ make %{?jobs:-j %jobs} all
|
|||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
# bluez-test
|
# bluez-test
|
||||||
cd test
|
cd test
|
||||||
install --mode=0755 apitest list-devices test-adapter test-device test-discovery test-manager test-serial $RPM_BUILD_ROOT/%{_bindir}/
|
install --mode=0755 apitest list-devices test-adapter test-device test-discovery test-manager test-serial test-telephony $RPM_BUILD_ROOT/%{_bindir}/
|
||||||
cd ..
|
cd ..
|
||||||
rm -v $RPM_BUILD_ROOT/%{_libdir}/bluetooth/plugins/*.la $RPM_BUILD_ROOT/%{_libdir}/libbluetooth.la
|
rm -v $RPM_BUILD_ROOT/%{_libdir}/bluetooth/plugins/*.la $RPM_BUILD_ROOT/%{_libdir}/libbluetooth.la
|
||||||
rm -v $RPM_BUILD_ROOT/%{_libdir}/gstreamer-0.10/libgstbluetooth.la
|
rm -v $RPM_BUILD_ROOT/%{_libdir}/gstreamer-0.10/libgstbluetooth.la
|
||||||
@ -318,6 +318,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/test-discovery
|
%{_bindir}/test-discovery
|
||||||
%{_bindir}/test-manager
|
%{_bindir}/test-manager
|
||||||
%{_bindir}/test-serial
|
%{_bindir}/test-serial
|
||||||
|
%{_bindir}/test-telephony
|
||||||
#%{_bindir}/hsmicro
|
#%{_bindir}/hsmicro
|
||||||
#%{_bindir}/hsplay
|
#%{_bindir}/hsplay
|
||||||
#%{_bindir}/hstest
|
#%{_bindir}/hstest
|
||||||
@ -335,6 +336,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/gstreamer-*/*.so
|
%{_libdir}/gstreamer-*/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 06 2008 seife@suse.de
|
||||||
|
- update to bluez-4.12:
|
||||||
|
- Fix crash with missing icon value.
|
||||||
|
- Fix error checks of HAL plugin.
|
||||||
|
- Fix SCO server socket cleanup on exit.
|
||||||
|
- Fix memory leaks from DBusPendingCall.
|
||||||
|
- Fix handling of pending authorization requests.
|
||||||
|
- Fix missing protocol UUIDs in record pattern.
|
||||||
* Sun Oct 05 2008 seife@suse.de
|
* Sun Oct 05 2008 seife@suse.de
|
||||||
- update to bluez-4.11:
|
- update to bluez-4.11:
|
||||||
- Change SCO server socket into a generic one. Should fix
|
- Change SCO server socket into a generic one. Should fix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user