rebuilt with python3 == 3.11 [release 1.7.0-2mamba;Wed Jan 17 2024]

This commit is contained in:
Silvan Calarco 2024-01-17 18:48:52 +01:00
parent 8375e033d5
commit 5fbad8fc5e

View File

@ -1,6 +1,6 @@
Name: sonata Name: sonata
Version: 1.7.0 Version: 1.7.0
Release: 1mamba Release: 2mamba
Summary: GTK+ music client for MPD Summary: GTK+ music client for MPD
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -10,8 +10,8 @@ URL: https://www.berlios.de/software/sonata/
Source: https://github.com/multani/sonata.git/v%{version}/sonata-%{version}.tar.bz2 Source: https://github.com/multani/sonata.git/v%{version}/sonata-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: python-setuptools-py3 BuildRequires: python3.11dist(setuptools)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libffi-devel BuildRequires: libffi-devel
BuildRequires: mpd BuildRequires: mpd
@ -81,6 +81,9 @@ rm -rf %{buildroot}%{_datadir}/sonata
%doc COPYING %doc COPYING
%changelog %changelog
* Wed Jan 17 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-2mamba
- rebuilt with python3 == 3.11
* Wed Mar 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-1mamba * Wed Mar 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-1mamba
- update to 1.7.0 - update to 1.7.0