From d625f893e34cc294b89a8bf946f00c4d4b3514ca Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:05:57 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- pygobject3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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