From 5f12d3ea67300c5d054aaf88fe30d17e168e31f1 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 6 Aug 2021 16:55:27 +0200 Subject: [PATCH] Rebuild to pick up new build flags from redhat-rpm-config (#1984652) Related: #1984652 --- sip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sip.spec b/sip.spec index 0cff624..0798c54 100644 --- a/sip.spec +++ b/sip.spec @@ -40,7 +40,7 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip Version: 4.19.24 -Release: 4%{?dist} +Release: 5%{?dist} # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) @@ -453,6 +453,9 @@ popd %changelog +* Fri Aug 6 2021 Florian Weimer - 4.19.24-5 +- Rebuild to pick up new build flags from redhat-rpm-config (#1984652) + * Fri Apr 16 2021 Mohan Boddu - 4.19.24-4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937