OBS User unknown 2009-03-17 15:53:42 +00:00 committed by Git OBS Bridge
parent e8f365db02
commit 0912c30cd8
6 changed files with 65 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a074337cb167ab3fb2907c672df555e0fad17d14ba9d370db2c96781f6b78772
size 749759

3
bluez-4.33.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:312e1150501bc1b608f849ead8efd6988d2d0a221daa3b2335163c03fc266896
size 749820

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Mar 17 06:47:16 CET 2009 - seife@suse.de
- update to bluez-4.33:
- Add Paired property to the DeviceFound signals.
- Add support for Headset profile 1.2 version.
- Fix broken network configuration when IPv6 is disabled.
- Fix network regression that caused disconnection.
- Fix SDP truncation of strings with NULL values.
- Fix service discovery handling of CUPS helper.
-------------------------------------------------------------------
Mon Mar 9 20:51:28 CET 2009 - mmarek@suse.cz
- renamed modprobe config to /etc/modprobe.d/50-bluetooth.conf
(required by new module-init-tools).
-------------------------------------------------------------------
Mon Mar 2 18:10:00 CET 2009 - seife@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package bluez-gstreamer (Version 4.32)
# spec file for package bluez-gstreamer (Version 4.33)
#
# 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: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
Url: http://www.bluez.org
Version: 4.32
Version: 4.33
Release: 1
Summary: Bluetooth Sound Support
Group: Productivity/Multimedia/Sound/Utilities
@ -109,6 +109,17 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/gstreamer-*/*.so
%changelog
* Tue Mar 17 2009 seife@suse.de
- update to bluez-4.33:
- Add Paired property to the DeviceFound signals.
- Add support for Headset profile 1.2 version.
- Fix broken network configuration when IPv6 is disabled.
- Fix network regression that caused disconnection.
- Fix SDP truncation of strings with NULL values.
- Fix service discovery handling of CUPS helper.
* Mon Mar 09 2009 mmarek@suse.cz
- renamed modprobe config to /etc/modprobe.d/50-bluetooth.conf
(required by new module-init-tools).
* Mon Mar 02 2009 seife@suse.de
- update to bluez-4.32:
- Fix broken SDP record handling.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Mar 17 06:47:16 CET 2009 - seife@suse.de
- update to bluez-4.33:
- Add Paired property to the DeviceFound signals.
- Add support for Headset profile 1.2 version.
- Fix broken network configuration when IPv6 is disabled.
- Fix network regression that caused disconnection.
- Fix SDP truncation of strings with NULL values.
- Fix service discovery handling of CUPS helper.
-------------------------------------------------------------------
Mon Mar 9 20:51:28 CET 2009 - mmarek@suse.cz
- renamed modprobe config to /etc/modprobe.d/50-bluetooth.conf
(required by new module-init-tools).
-------------------------------------------------------------------
Mon Mar 2 18:10:00 CET 2009 - seife@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package bluez (Version 4.32)
# spec file for package bluez (Version 4.33)
#
# 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: alsa-devel libsndfile-devel
Url: http://www.bluez.org
Version: 4.32
Version: 4.33
Release: 1
Summary: Bluetooth Stack for Linux
Group: Hardware/Mobile
@ -226,7 +226,7 @@ install --mode=0755 -D %{S:2} $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/bluetooth-co
install --mode=0644 -D %{S:3} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.bluetooth
install --mode=0755 -D %{S:4} $RPM_BUILD_ROOT/lib/udev/bluetooth.sh
install --mode=0644 -D %{S:5} $RPM_BUILD_ROOT/usr/share/dbus-1/system-services/org.bluez.service
install --mode=0644 -D %{S:7} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/bluetooth
install --mode=0644 -D %{S:7} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/50-bluetooth.conf
ln -s ../../etc/init.d/bluetooth $RPM_BUILD_ROOT/usr/sbin/rcbluetooth
%clean
@ -298,7 +298,7 @@ rm -rf $RPM_BUILD_ROOT
#%doc %{_defaultdocdir}/bluez-utils/
%dir /var/lib/bluetooth
%dir %{_sysconfdir}/modprobe.d
%config(noreplace) %{_sysconfdir}/modprobe.d/bluetooth
%config(noreplace) %{_sysconfdir}/modprobe.d/50-bluetooth.conf
%files devel
%defattr(-, root, root)
@ -353,6 +353,17 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/dund.1.gz
%changelog
* Tue Mar 17 2009 seife@suse.de
- update to bluez-4.33:
- Add Paired property to the DeviceFound signals.
- Add support for Headset profile 1.2 version.
- Fix broken network configuration when IPv6 is disabled.
- Fix network regression that caused disconnection.
- Fix SDP truncation of strings with NULL values.
- Fix service discovery handling of CUPS helper.
* Mon Mar 09 2009 mmarek@suse.cz
- renamed modprobe config to /etc/modprobe.d/50-bluetooth.conf
(required by new module-init-tools).
* Mon Mar 02 2009 seife@suse.de
- update to bluez-4.32:
- Fix broken SDP record handling.