Rebuild to pick up new build flags from redhat-rpm-config (#1984652)

Related: #1984652
This commit is contained in:
Florian Weimer 2021-08-06 16:55:27 +02:00
parent f35ce13e2d
commit 5f12d3ea67
1 changed files with 4 additions and 1 deletions

View File

@ -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 <fweimer@redhat.com> - 4.19.24-5
- Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.19.24-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937