From e5d3fc459d80aef8c19fe0ceacd5c0a7963a9ac3 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 01:10:35 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- ucpp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ucpp.spec b/ucpp.spec index 48d1629..30886c6 100644 --- a/ucpp.spec +++ b/ucpp.spec @@ -1,7 +1,7 @@ Summary: Embeddable, quick, light and fully compliant ISO C99 preprocessor Name: ucpp Version: 1.3.5 -Release: 7%{?dist} +Release: 8%{?dist} URL: https://gitlab.com/scarabeusiv/ucpp Source0: https://gitlab.com/scarabeusiv/ucpp/-/archive/%{version}/ucpp-%{version}.tar.bz2 License: BSD @@ -70,6 +70,10 @@ rm %{buildroot}%{_libdir}/libucpp.la %{_libdir}/pkgconfig/libucpp.pc %changelog +* Tue Aug 10 2021 Mohan Boddu - 1.3.5-8 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.3.5-7 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937