2024-01-05 20:51:19 +01:00
|
|
|
Name: bluez
|
2024-07-12 13:32:34 +02:00
|
|
|
Version: 5.77
|
|
|
|
Release: 1mamba
|
2024-01-05 20:51:19 +01:00
|
|
|
Summary: Userspace tools for the Bluetooth wireless library for Linux
|
|
|
|
Group: Applications/Communication
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 20:51:26 +01:00
|
|
|
URL: https://www.bluez.org/
|
2024-01-05 20:51:20 +01:00
|
|
|
Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.xz
|
2024-01-05 20:51:20 +01:00
|
|
|
Source1: bluetooth.modprobe
|
2024-01-05 20:51:21 +01:00
|
|
|
Patch0: bluez5-5.66-mode-43xx-firmware-into-lib-firmware.patch
|
2024-01-05 20:51:19 +01:00
|
|
|
Patch1: bluez5-5.41-bcm43xx-Add-bcm43xx-3wire-variant.patch
|
|
|
|
Patch2: bluez5-5.41-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch
|
|
|
|
Patch3: bluez5-5.41-Increase-firmware-load-timeout-to-30s.patch
|
2024-03-09 11:42:56 +01:00
|
|
|
Patch4: bluez-5.73-bluetoothd-enable-experimental.patch
|
2024-01-05 20:51:19 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 20:51:20 +01:00
|
|
|
BuildRequires: libalsa-devel
|
2024-01-05 20:51:19 +01:00
|
|
|
BuildRequires: libdbus-devel
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 20:51:19 +01:00
|
|
|
BuildRequires: libical-devel
|
2024-01-05 20:51:20 +01:00
|
|
|
BuildRequires: libjson-c-devel
|
2024-01-05 20:51:19 +01:00
|
|
|
BuildRequires: libreadline-devel
|
2024-01-05 20:51:19 +01:00
|
|
|
BuildRequires: libudev-devel
|
2024-01-05 20:51:19 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: libcap-ng-devel
|
2024-01-05 20:51:19 +01:00
|
|
|
BuildRequires: systemd-devel
|
2024-01-05 20:51:19 +01:00
|
|
|
Requires: bluez-firmware
|
|
|
|
Requires: libbluetooth = %{version}-%{release}
|
2024-01-05 20:51:19 +01:00
|
|
|
Conflicts: bluez4
|
|
|
|
Provides: bluez5
|
2024-01-05 20:51:19 +01:00
|
|
|
Obsoletes: bluez5 < 5.56
|
2024-01-05 20:51:19 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Userspace tools for the Bluetooth wireless library for Linux.
|
|
|
|
|
|
|
|
%package -n libbluetooth
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: The Bluetooth wireless library for Linux
|
2024-01-05 20:51:19 +01:00
|
|
|
Conflicts: libbluetooth4
|
|
|
|
Provides: libbluetooth5
|
2024-01-05 20:51:19 +01:00
|
|
|
Obsoletes: libbluetooth5 < 5.56
|
2024-01-05 20:51:19 +01:00
|
|
|
Provides: libbluez
|
2024-01-05 20:51:19 +01:00
|
|
|
|
|
|
|
%description -n libbluetooth
|
|
|
|
The Bluetooth wireless library for Linux.
|
|
|
|
|
|
|
|
%package -n libbluetooth-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for libbluetooth
|
|
|
|
Requires: libbluetooth = %{version}-%{release}
|
2024-01-05 20:51:19 +01:00
|
|
|
Conflicts: libbluetooth4-devel
|
|
|
|
Provides: libbluetooth5-devel
|
2024-01-05 20:51:19 +01:00
|
|
|
Obsoletes: libbluetooth5-devel < 5.56
|
2024-01-05 20:51:19 +01:00
|
|
|
Provides: libbluez-devel
|
2024-01-05 20:51:19 +01:00
|
|
|
|
|
|
|
%description -n libbluetooth-devel
|
|
|
|
The Bluetooth wireless library for Linux.
|
2024-01-05 20:51:19 +01:00
|
|
|
This package contains static libraries and header files neeed for development.
|
2024-01-05 20:51:19 +01:00
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
%prep
|
2024-01-05 20:51:19 +01:00
|
|
|
%setup -q -n bluez-%{version}
|
2024-01-05 20:51:20 +01:00
|
|
|
%define _default_patch_fuzz 2
|
2024-01-05 20:51:22 +01:00
|
|
|
%patch 0 -p1
|
|
|
|
%patch 1 -p1
|
|
|
|
%patch 2 -p1
|
|
|
|
%patch 3 -p1
|
2024-03-09 11:42:56 +01:00
|
|
|
%patch 4 -p1
|
2024-01-05 20:51:19 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
2024-01-05 20:51:19 +01:00
|
|
|
--libexecdir=%{_libexecdir} \
|
2024-01-05 20:51:19 +01:00
|
|
|
--enable-tools \
|
2024-01-05 20:51:19 +01:00
|
|
|
--enable-deprecated \
|
2024-01-05 20:51:19 +01:00
|
|
|
--enable-cups \
|
2024-01-05 20:51:20 +01:00
|
|
|
--enable-library \
|
|
|
|
--enable-btpclient \
|
|
|
|
--enable-midi \
|
|
|
|
--enable-sixaxis \
|
|
|
|
--enable-mesh \
|
|
|
|
--enable-hid2hci \
|
|
|
|
--enable-experimental
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
# \
|
|
|
|
# LIBS="-ltermcap"
|
|
|
|
# --enable-usb \
|
2024-01-05 20:51:19 +01:00
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
%make
|
2024-01-05 20:51:19 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall \
|
2024-01-05 20:51:23 +01:00
|
|
|
rulesdir=%{_udevrulesdir} \
|
|
|
|
cupsdir=%{_prefix}/lib/cups/backend
|
2024-01-05 20:51:19 +01:00
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
for f in network input; do
|
|
|
|
install -D -m0644 profiles/$f/$f.conf %{buildroot}%{_sysconfdir}/bluetooth/$f.conf
|
|
|
|
done
|
2024-01-05 20:51:19 +01:00
|
|
|
|
2024-01-05 20:51:20 +01:00
|
|
|
# fix module loading errors
|
|
|
|
install -D -m0644 %{SOURCE1} %{buildroot}%{_modprobedir}/bluetooth-usb.conf
|
|
|
|
|
|
|
|
# load module at system start required by some functions
|
|
|
|
# https://bugzilla.kernel.org/show_bug.cgi?id=196621
|
|
|
|
install -dm755 %{buildroot}%{_modulesloaddir}
|
|
|
|
echo "crypto_user" > %{buildroot}%{_modulesloaddir}/bluez.conf
|
|
|
|
|
|
|
|
# fix obex file transfer - https://bugs.archlinux.org/task/45816
|
|
|
|
ln -fs obex.service %{buildroot}%{_userunitdir}/dbus-org.bluez.obex.service
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
%preun
|
|
|
|
%systemd_preun bluetooth
|
|
|
|
%systemd_user_preun obex
|
|
|
|
:
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
%post
|
2024-01-05 20:51:19 +01:00
|
|
|
%systemd_post bluetooth
|
2024-01-05 20:51:19 +01:00
|
|
|
%systemd_user_post obex
|
|
|
|
if [ $1 -gt 1 ]; then
|
|
|
|
# Enable on upgrade
|
|
|
|
systemctl --no-reload preset --global obex
|
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
%postun
|
|
|
|
%systemd_postun bluetooth
|
|
|
|
:
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
# clean broken old sysv links
|
|
|
|
find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
2024-01-05 20:51:19 +01:00
|
|
|
:
|
|
|
|
|
2024-01-05 20:51:20 +01:00
|
|
|
%post -n libbluetooth -p /sbin/ldconfig
|
2024-01-05 20:51:19 +01:00
|
|
|
%postun -n libbluetooth -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%config(noreplace) %{_sysconfdir}/bluetooth/*
|
2024-01-05 20:51:19 +01:00
|
|
|
%{_bindir}/*
|
2024-01-05 20:51:24 +01:00
|
|
|
%{_datadir}/dbus-1/system.d/bluetooth-mesh.conf
|
|
|
|
%{_datadir}/dbus-1/system.d/bluetooth.conf
|
|
|
|
%{_datadir}/dbus-1/system-services/org.bluez.mesh.service
|
2024-01-05 20:51:20 +01:00
|
|
|
%{_prefix}/lib/udev/hid2hci
|
2024-01-05 20:51:19 +01:00
|
|
|
%{_unitdir}/bluetooth.service
|
2024-01-05 20:51:20 +01:00
|
|
|
%{_unitdir}/bluetooth-mesh.service
|
|
|
|
%{_udevrulesdir}/97-hid2hci.rules
|
2024-01-05 20:51:20 +01:00
|
|
|
%{_modprobedir}/bluetooth-usb.conf
|
|
|
|
%{_modulesloaddir}/bluez.conf
|
2024-01-05 20:51:19 +01:00
|
|
|
%{_userunitdir}/obex.service
|
2024-01-05 20:51:20 +01:00
|
|
|
%{_userunitdir}/dbus-org.bluez.obex.service
|
2024-01-05 20:51:23 +01:00
|
|
|
%{_prefix}/lib/cups/backend/bluetooth
|
2024-01-05 20:51:19 +01:00
|
|
|
%{_datadir}/zsh/site-functions/_bluetoothctl
|
2024-01-05 20:51:19 +01:00
|
|
|
%{_datadir}/dbus-1/services/org.bluez.obex.service
|
2024-01-05 20:51:19 +01:00
|
|
|
%{_datadir}/dbus-1/system-services/org.bluez.service
|
|
|
|
%{_mandir}/man1/*
|
2024-07-12 13:32:34 +02:00
|
|
|
%{_mandir}/man7/l2cap.7*
|
|
|
|
%{_mandir}/man7/rfcomm.7*
|
2024-01-05 20:51:19 +01:00
|
|
|
%{_mandir}/man8/*
|
|
|
|
|
|
|
|
%files -n libbluetooth
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libbluetooth.so.*
|
2024-06-23 13:45:19 +02:00
|
|
|
%dir %{_libexecdir}/bluetooth
|
|
|
|
%{_libexecdir}/bluetooth/*
|
2024-01-05 20:51:19 +01:00
|
|
|
%doc AUTHORS COPYING
|
2024-01-05 20:51:19 +01:00
|
|
|
|
|
|
|
%files -n libbluetooth-devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 20:51:19 +01:00
|
|
|
%dir %{_includedir}/bluetooth
|
2024-01-05 20:51:19 +01:00
|
|
|
%{_includedir}/bluetooth/*.h
|
|
|
|
%{_libdir}/libbluetooth.so
|
|
|
|
%{_libdir}/pkgconfig/bluez.pc
|
2024-01-05 20:51:26 +01:00
|
|
|
%{_mandir}/man5/org.bluez.*.5*
|
2024-01-05 20:51:19 +01:00
|
|
|
%doc ChangeLog README
|
2024-01-05 20:51:19 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-07-12 13:32:34 +02:00
|
|
|
* Thu Jul 11 2024 Automatic Build System <autodist@openmamba.org> 5.77-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-23 13:45:19 +02:00
|
|
|
* Sat Jun 22 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.76-2mamba
|
|
|
|
- rebuilt with fixed libexecdir
|
|
|
|
|
2024-05-17 17:02:14 +02:00
|
|
|
* Fri May 17 2024 Automatic Build System <autodist@openmamba.org> 5.76-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-17 12:55:33 +02:00
|
|
|
* Tue Apr 16 2024 Automatic Build System <autodist@openmamba.org> 5.75-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-15 10:02:53 +02:00
|
|
|
* Sun Apr 14 2024 Automatic Build System <autodist@openmamba.org> 5.74-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-09 11:42:56 +01:00
|
|
|
* Fri Mar 08 2024 Automatic Build System <autodist@openmamba.org> 5.73-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-14 12:30:19 +01:00
|
|
|
* Sat Jan 13 2024 Automatic Build System <autodist@openmamba.org> 5.72-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:26 +01:00
|
|
|
* Fri Dec 15 2023 Automatic Build System <autodist@mambasoft.it> 5.71-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:24 +01:00
|
|
|
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 5.70-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:24 +01:00
|
|
|
* Sat Aug 26 2023 Automatic Build System <autodist@mambasoft.it> 5.69-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:23 +01:00
|
|
|
* Wed Aug 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.68-2mamba
|
|
|
|
- x86_64,aarch64: fix installation path of cups backend
|
|
|
|
|
2024-01-05 20:51:23 +01:00
|
|
|
* Sat Jul 01 2023 Automatic Build System <autodist@mambasoft.it> 5.68-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:22 +01:00
|
|
|
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 5.67-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:21 +01:00
|
|
|
* Tue Jan 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.66-2mamba
|
|
|
|
- path: run bluetoothd.service with experimental arguments (-E -K) as requested by pulseaudio
|
|
|
|
|
2024-01-05 20:51:21 +01:00
|
|
|
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 5.66-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:21 +01:00
|
|
|
* Mon Jul 25 2022 Automatic Build System <autodist@mambasoft.it> 5.65-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:20 +01:00
|
|
|
* Sat Mar 19 2022 Automatic Build System <autodist@mambasoft.it> 5.64-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:20 +01:00
|
|
|
* Wed Feb 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.63-3mamba
|
|
|
|
- added upstream patches to fix https://bugs.kde.org/show_bug.cgi?id=449178
|
|
|
|
|
2024-01-05 20:51:20 +01:00
|
|
|
* Fri Jan 21 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.63-2mamba
|
|
|
|
- try to fix some kind of problems installing files to load btusb with reset=1 and load module crypto_user
|
|
|
|
|
2024-01-05 20:51:20 +01:00
|
|
|
* Fri Jan 07 2022 Automatic Build System <autodist@mambasoft.it> 5.63-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:20 +01:00
|
|
|
* Thu Oct 14 2021 Automatic Build System <autodist@mambasoft.it> 5.62-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:20 +01:00
|
|
|
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 5.60-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:20 +01:00
|
|
|
* Sun Jun 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.59-2mamba
|
|
|
|
- rebuilt with --enable-experimental and more options to enable battery provider support wanted by pipewire-media-session
|
|
|
|
|
|
|
|
* Sat Jun 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.59-1mamba
|
|
|
|
- update to 5.59
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Sun Apr 04 2021 Automatic Build System <autodist@mambasoft.it> 5.58-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Sat Apr 03 2021 Automatic Build System <autodist@mambasoft.it> 5.57-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Mon Mar 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.56-2mamba
|
|
|
|
- set libexecdir to standard location instead of /%_lib
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Tue Feb 23 2021 Automatic Build System <autodist@mambasoft.it> 5.56-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 5.55-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Tue Dec 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.54-1mamba
|
|
|
|
- update to 5.54
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Sat Jul 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.50-3mamba
|
|
|
|
- enable bluetooth service with systemd
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Wed Feb 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.50-2mamba
|
|
|
|
- enable systemd user obex service
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Sat Nov 10 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.50-1mamba
|
|
|
|
- update to 5.50
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Mon Nov 13 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.47-3mamba
|
|
|
|
- provide libbluez and libbluez-devel for legacy
|
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Sat Nov 04 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.47-2mamba
|
|
|
|
- renamed from bluez5 to bluez
|
|
|
|
|
|
|
|
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 5.47-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.46-2mamba
|
|
|
|
- rebuilt with tools
|
|
|
|
|
|
|
|
* Sun Jul 30 2017 Automatic Build System <autodist@mambasoft.it> 5.46-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat May 06 2017 Automatic Build System <autodist@mambasoft.it> 5.45-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 28 2017 Automatic Build System <autodist@mambasoft.it> 5.44-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Oct 29 2016 Automatic Build System <autodist@mambasoft.it> 5.43-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Sep 26 2016 Automatic Build System <autodist@mambasoft.it> 5.42-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jul 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.41-2mamba
|
|
|
|
- added patches for bcm43430 (rpi3)
|
|
|
|
- libbluetooth5: conflict with libbluetooth
|
|
|
|
|
|
|
|
* Mon Jul 18 2016 Automatic Build System <autodist@mambasoft.it> 5.41-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jun 05 2016 Automatic Build System <autodist@mambasoft.it> 5.40-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 05 2016 Automatic Build System <autodist@mambasoft.it> 5.39-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Mar 18 2016 Automatic Build System <autodist@mambasoft.it> 5.38-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jan 03 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.37-2mamba
|
|
|
|
- renamed from bluez to bluez5; added conflict with bluez
|
|
|
|
|
|
|
|
* Mon Dec 28 2015 Automatic Build System <autodist@mambasoft.it> 5.37-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 05 2015 Automatic Build System <autodist@mambasoft.it> 5.36-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Sep 28 2015 Automatic Build System <autodist@mambasoft.it> 5.35-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Sep 04 2015 Automatic Build System <autodist@mambasoft.it> 5.34-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 18 2015 Automatic Build System <autodist@mambasoft.it> 5.33-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jun 29 2014 Automatic Build System <autodist@mambasoft.it> 5.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat May 24 2014 Automatic Build System <autodist@mambasoft.it> 5.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 21 2014 Automatic Build System <autodist@mambasoft.it> 5.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Apr 04 2014 Automatic Build System <autodist@mambasoft.it> 5.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 11 2014 Automatic Build System <autodist@mambasoft.it> 5.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 22 2014 Automatic Build System <autodist@mambasoft.it> 5.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 01 2014 Automatic Build System <autodist@mambasoft.it> 5.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 28 2013 Automatic Build System <autodist@mambasoft.it> 5.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 11 2013 Automatic Build System <autodist@mambasoft.it> 5.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Nov 22 2013 Automatic Build System <autodist@mambasoft.it> 5.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 17 2013 Automatic Build System <autodist@mambasoft.it> 5.10-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Sep 20 2013 Automatic Build System <autodist@mambasoft.it> 5.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 27 2013 Automatic Build System <autodist@mambasoft.it> 5.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 04 2013 Automatic Build System <autodist@mambasoft.it> 5.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jun 23 2013 Automatic Build System <autodist@mambasoft.it> 5.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue May 28 2013 Automatic Build System <autodist@mambasoft.it> 5.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 5.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Mar 02 2013 Automatic Build System <autodist@mambasoft.it> 5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
2024-01-05 20:51:19 +01:00
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Mon Jan 21 2013 Automatic Build System <autodist@mambasoft.it> 5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
2024-01-05 20:51:19 +01:00
|
|
|
|
2024-01-05 20:51:19 +01:00
|
|
|
* Mon Aug 13 2012 Automatic Build System <autodist@mambasoft.it> 4.101-1mamba
|
|
|
|
- automatic version update by autodist
|
2024-01-05 20:51:19 +01:00
|
|
|
|
|
|
|
* Sun Jun 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.99-1mamba
|
|
|
|
- update to 4.99
|
|
|
|
|
|
|
|
* Thu Aug 18 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 4.96-1mamba
|
|
|
|
- update to 4.96
|
|
|
|
|
|
|
|
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 4.95-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jun 25 2011 Automatic Build System <autodist@mambasoft.it> 4.94-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Mar 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 4.89-2mamba
|
|
|
|
- configure options reworked
|
|
|
|
|
|
|
|
* Thu Mar 10 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 4.89-1mamba
|
|
|
|
- update to 4.89
|
|
|
|
|
|
|
|
* Mon Aug 16 2010 Automatic Build System <autodist@mambasoft.it> 4.69-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 09 2010 Automatic Build System <autodist@mambasoft.it> 4.67-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Jun 26 2010 Automatic Build System <autodist@mambasoft.it> 4.66-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 19 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 4.61-1mamba
|
|
|
|
- update to 4.61
|
|
|
|
|
|
|
|
* Mon Jan 04 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 4.59-1mamba
|
|
|
|
- update to 4.59
|
|
|
|
- added patches to support more bluetooth devices
|
|
|
|
- added missing build requirements
|
|
|
|
|
|
|
|
* Thu Oct 15 2009 Automatic Build System <autodist@mambasoft.it> 4.56-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Aug 27 2009 Automatic Build System <autodist@mambasoft.it> 4.50-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Aug 20 2009 Automatic Build System <autodist@mambasoft.it> 4.48-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 07 2009 Automatic Build System <autodist@mambasoft.it> 4.47-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Jul 25 2009 Automatic Build System <autodist@mambasoft.it> 4.46-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Jul 06 2009 Automatic Build System <autodist@mambasoft.it> 4.43-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Jun 27 2009 Automatic Build System <autodist@mambasoft.it> 4.42-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Jun 18 2009 Automatic Build System <autodist@mambasoft.it> 4.41-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat May 02 2009 Automatic Build System <autodist@mambasoft.it> 4.37-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 20 2009 Automatic Build System <autodist@mambasoft.it> 4.36-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 18 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.34-4mamba
|
|
|
|
- removed library duplicates in bluez package
|
|
|
|
|
|
|
|
* Mon Apr 13 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.34-3mamba
|
|
|
|
- don't obsolete libbluez for compatibility
|
|
|
|
|
|
|
|
* Fri Apr 10 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.34-2mamba
|
|
|
|
- rebuilt enabling configure options instead of --enable-all
|
|
|
|
|
|
|
|
* Thu Apr 09 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.34-1mamba
|
|
|
|
- update to 4.34
|
|
|
|
|
|
|
|
* Wed May 28 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 3.32-1mamba
|
|
|
|
- update to 3.32
|
|
|
|
- fixed udev rules file location
|
|
|
|
|
|
|
|
* Mon Apr 28 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 3.30-1mamba
|
|
|
|
- update to 3.30
|
|
|
|
- added requirement for bluez-firmware
|
|
|
|
|
|
|
|
* Tue Mar 06 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 3.9-1qilnx
|
|
|
|
- update to version 3.9 by autospec
|
|
|
|
|
|
|
|
* Tue Feb 21 2006 Davide Madrisan <davide.madrisan@qilinux.it> 2.25-2qilnx
|
|
|
|
- start and stop the bluetooth service using 'service'
|
|
|
|
- enable and start the bluetooth service by default
|
|
|
|
|
|
|
|
* Wed Feb 01 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 2.25-1qilnx
|
|
|
|
- update to version 2.25 by autospec
|
|
|
|
- added initscript patch
|
|
|
|
|
|
|
|
* Wed Dec 07 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.22-1qilnx
|
|
|
|
- update to version 2.22 by autospec
|
|
|
|
|
|
|
|
* Thu Oct 13 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.21-1qilnx
|
|
|
|
- update to version 2.21 by autospec
|
|
|
|
|
|
|
|
* Fri Aug 26 2005 Davide Madrisan <davide.madrisan@qilinux.it> 2.19-1qilnx
|
|
|
|
- update to version 2.19 by autospec
|
|
|
|
- also fix security issue QSA-2005-092 (CAN-2005-2547)
|
|
|
|
- dbus support enabled
|
|
|
|
|
|
|
|
* Wed Dec 01 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.11-2qilnx
|
|
|
|
- added initscript chkconfig header
|
|
|
|
|
|
|
|
* Mon Nov 29 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.11-1qilnx
|
|
|
|
- new version build
|
|
|
|
- added bluetooth initscript
|
|
|
|
|
|
|
|
* Fri Sep 10 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-1qilnx
|
|
|
|
- first build
|