diff --git a/pygobject3.spec b/pygobject3.spec index 96b6330..b201bcc 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -6,7 +6,7 @@ Name: pygobject3 Version: 3.40.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python bindings for GObject Introspection License: LGPLv2+ and MIT @@ -85,6 +85,10 @@ This package contains files required to embed PyGObject %{_libdir}/pkgconfig/pygobject-3.0.pc %changelog +* Tue Aug 10 2021 Mohan Boddu - 3.40.1-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed May 05 2021 Ray Strode - 3.40.1-3 - Add concurrency fix Related: #1957130