rebuild with python3 == 3.11 [release 0.24.14-2mamba;Mon Oct 16 2023]
This commit is contained in:
parent
8dab193ca6
commit
e01cd90de4
@ -1,6 +1,6 @@
|
|||||||
Name: lilv
|
Name: lilv
|
||||||
Version: 0.24.14
|
Version: 0.24.14
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A C library to make the use of LV2 plugins as simple as possible for applications
|
Summary: A C library to make the use of LV2 plugins as simple as possible for applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,12 +12,13 @@ License: MIT
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: liblv2-devel
|
BuildRequires: liblv2-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libserd-devel
|
BuildRequires: libserd-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
BuildRequires: libsord-devel
|
BuildRequires: libsord-devel
|
||||||
BuildRequires: libsratom-devel
|
BuildRequires: libsratom-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -96,6 +97,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.14-2mamba
|
||||||
|
- rebuild with python3 == 3.11
|
||||||
|
|
||||||
* Sat May 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.14-1mamba
|
* Sat May 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.14-1mamba
|
||||||
- update to 0.24.14
|
- update to 0.24.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user