Compare commits

...

9 Commits

2 changed files with 33 additions and 3 deletions

View File

@ -8,3 +8,4 @@ Connecting to audio devices
Sending / Receiving files via OBEX
Pairing

View File

@ -1,5 +1,5 @@
Name: blueman
Version: 2.3.3
Version: 2.4.4
Release: 1mamba
Summary: A GTK+ Bluetooth Manager
Group: Graphical Desktop/Applications/Networking
@ -13,8 +13,9 @@ License: GPL
BuildRequires: glibc-devel
BuildRequires: libbluetooth-devel
BuildRequires: libglib-devel
BuildRequires: libpython3-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11
Requires: bluez
Requires: pycairo-py3
@ -27,7 +28,6 @@ Connecting to audio devices
Sending / Receiving files via OBEX
Pairing
%debug_package
%prep
%setup -q
@ -43,6 +43,8 @@ Pairing
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
sed -i "s|wheel|sysadmin|" %{buildroot}%{_datadir}/polkit-1/rules.d/blueman.rules
%find_lang %{name} || touch %{name}.lang
%clean
@ -116,6 +118,33 @@ fi
%doc COPYING
%changelog
* Tue Feb 04 2025 Automatic Build System <autodist@openmamba.org> 2.4.4-1mamba
- automatic version update by autodist
* Fri Jul 26 2024 Automatic Build System <autodist@openmamba.org> 2.4.3-1mamba
- automatic version update by autodist
* Wed Jun 12 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.2-2mamba
- replace wheel group with sysadmin in polkit rule file
* Tue Jun 04 2024 Automatic Build System <autodist@openmamba.org> 2.4.2-1mamba
- automatic version update by autodist
* Tue Apr 09 2024 Automatic Build System <autodist@openmamba.org> 2.4.1-1mamba
- automatic version update by autodist
* Sat Mar 30 2024 Automatic Build System <autodist@openmamba.org> 2.4-1mamba
- automatic version update by autodist
* Thu Oct 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.5-2mamba
- rebuilt with python3 == 3.11
* Wed Nov 23 2022 Automatic Build System <autodist@mambasoft.it> 2.3.5-1mamba
- automatic version update by autodist
* Sun Oct 16 2022 Automatic Build System <autodist@mambasoft.it> 2.3.4-1mamba
- automatic version update by autodist
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 2.3.3-1mamba
- automatic version update by autodist