From 9a30728928eff5b10c5315662bee62d91906d905 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:19:39 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-pygments.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pygments.spec b/python-pygments.spec index c8e24a0..98d81e5 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -4,7 +4,7 @@ Name: python-pygments Version: 2.7.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Syntax highlighting engine written in Python License: BSD @@ -90,6 +90,10 @@ make test PYTHON=%{python3} %endif %changelog +* Tue Aug 10 2021 Mohan Boddu - 2.7.4-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Jun 03 2021 Petr Viktorin - 2.7.4-3 - Remove test files with a no-nuclear license from the sources - Related: rhbz#1950291