From 6f734b2b8c98c3bf052d0f598277283f332e53c2 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:20:12 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- xapps.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xapps.spec b/xapps.spec index 6c830fb..3076012 100644 --- a/xapps.spec +++ b/xapps.spec @@ -1,6 +1,6 @@ Name: xapps Version: 2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common files for XApp desktop apps License: LGPLv2+ @@ -122,6 +122,9 @@ find %buildroot -name '*.la' -exec rm -f {} ';' %{python3_sitearch}/gi/overrides/__pycache__/XApp.cpython-%{python3_version_nodots}*.py* %changelog +* Fri Jun 04 2021 Python Maint - 2.2.0-2 +- Rebuilt for Python 3.10 + * Fri May 28 2021 Leigh Scott - 2.2.0-1 - Update to 2.2.0 release