From 200ab4d326b664ac6d8401c0a97e73289be4f98c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:44:23 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 3.3-2mamba;Thu Jun 29 2023] --- libsearpc.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libsearpc.spec b/libsearpc.spec index bd1d81e..18c3f61 100644 --- a/libsearpc.spec +++ b/libsearpc.spec @@ -1,6 +1,6 @@ Name: libsearpc Version: 3.3 -Release: 1mamba +Release: 2mamba Summary: A simple C language RPC framework based on GObject system Group: System/Libraries Vendor: openmamba @@ -13,7 +13,7 @@ License: LGPL BuildRequires: glibc-devel BuildRequires: libglib-devel BuildRequires: libjansson-devel -BuildRequires: libpython3-devel +BuildRequires: libpython310-devel ## AUTOBUILDREQ-END %description @@ -54,7 +54,7 @@ This package contains the python bindings for %{name}. %build %configure \ --with-python3 \ - PYTHON=%{__python3} + PYTHON=%{__python310} %make @@ -88,10 +88,13 @@ This package contains the python bindings for %{name}. %files -n python-searpc %defattr(-,root,root) -%dir %{python3_sitearch}/pysearpc -%{python3_sitearch}/pysearpc/* +%dir %{python310_sitearch}/pysearpc +%{python310_sitearch}/pysearpc/* %changelog +* Thu Jun 29 2023 Silvan Calarco 3.3-2mamba +- rebuilt with python 3.10 + * Fri Nov 18 2022 Automatic Build System 3.3-1mamba - automatic version update by autodist