From d861153df074e167b99ee32d23ab0fc5df48896d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:11:48 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 4.1-2mamba;Wed Mar 22 2023] --- python-gettext.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gettext.spec b/python-gettext.spec index 55b2980..ad81f21 100644 --- a/python-gettext.spec +++ b/python-gettext.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-gettext Version: 4.1 -Release: 1mamba +Release: 2mamba Summary: Python Gettext po to mo file compiler. Group: System/Libraries Vendor: openmamba @@ -46,5 +46,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/python%{pkgname}/* %changelog +* Wed Mar 22 2023 Silvan Calarco 4.1-2mamba +- rebuilt with python 3.10 + * Thu Nov 10 2022 Silvan Calarco 4.1-1mamba - package created using the webbuild interface