diff --git a/python-pygit2.spec b/python-pygit2.spec index 4e2eecc..7c59a3a 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for libgit2 License: GPLv2 with linking exception @@ -81,6 +81,9 @@ rm -f pygit2/__init__.py %changelog +* Fri Jun 04 2021 Python Maint - 1.5.0-2 +- Rebuilt for Python 3.10 + * Thu Jan 28 2021 Kevin Fenzi - 1.5.0-1 - Update to 1.5.0. Fixes rhbz#1919576