From e01cd90de4711cb89210c22adec5e33824c01a16 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:17:17 +0100 Subject: [PATCH] rebuild with python3 == 3.11 [release 0.24.14-2mamba;Mon Oct 16 2023] --- lilv.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lilv.spec b/lilv.spec index 7125770..99eeac1 100644 --- a/lilv.spec +++ b/lilv.spec @@ -1,6 +1,6 @@ Name: lilv 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 Group: System/Libraries Vendor: openmamba @@ -12,12 +12,13 @@ License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: liblv2-devel -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel BuildRequires: libserd-devel BuildRequires: libsndfile-devel BuildRequires: libsord-devel BuildRequires: libsratom-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description @@ -96,6 +97,9 @@ This package contains libraries and header files for developing applications tha %changelog +* Mon Oct 16 2023 Silvan Calarco 0.24.14-2mamba +- rebuild with python3 == 3.11 + * Sat May 28 2022 Silvan Calarco 0.24.14-1mamba - update to 0.24.14