From fc6277a4d0444528353893f3bc29cccd2fd2b1bd Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 15 Apr 2021 21:51:50 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- Box2D.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Box2D.spec b/Box2D.spec index 3cfb3e6..fdebae5 100644 --- a/Box2D.spec +++ b/Box2D.spec @@ -1,7 +1,7 @@ %global __cmake_in_source_build 1 Name: Box2D Version: 2.4.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A 2D Physics Engine for Games License: zlib @@ -54,6 +54,9 @@ rm -r extern %{_libdir}/cmake/box2d/*.cmake %changelog +* Thu Apr 15 2021 Mohan Boddu - 2.4.1-6 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Wed Feb 17 2021 Caolán McNamara - 2.4.1-5 - disable building BOX2D_BUILD_UNIT_TESTS due to "SIGSTKSZ ... no longer constant on Linux ... redefined to sysconf(_SC_SIGSTKSZ)"