From 32dd2f180d09a392e87a1d3764aedb511bd3fa36 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 01:08:59 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- libcmis.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcmis.spec b/libcmis.spec index e76aa3c..a034cf0 100644 --- a/libcmis.spec +++ b/libcmis.spec @@ -2,7 +2,7 @@ Name: libcmis Version: 0.5.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A C/C++ client library for CM interfaces License: GPLv2+ or LGPLv2+ or MPLv1.1 @@ -82,6 +82,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_P %{_mandir}/man1/cmis-client.1* %changelog +* Fri Apr 16 2021 Mohan Boddu - 0.5.2-11 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Tue Mar 30 2021 Jonathan Wakely - 0.5.2-10 - Rebuilt for removed libstdc++ symbol (#1937698)