From 8265b052f2f786d3ed9238f105aa2513fb9c19d6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:09:12 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- pycairo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pycairo.spec b/pycairo.spec index 097824c..4fc4b19 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -1,6 +1,6 @@ Name: pycairo Version: 1.21.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for the cairo library License: MPLv1.1 or LGPLv2 @@ -58,6 +58,9 @@ libraries so that they interoperate with py3cairo. %{_libdir}/pkgconfig/py3cairo.pc %changelog +* Mon Jun 13 2022 Python Maint - 1.21.0-2 +- Rebuilt for Python 3.11 + * Sun Apr 17 2022 David King - 1.21.0-1 - Update to 1.21.0 (#1967786)