- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-15 21:51:50 +00:00
parent 53abe40827
commit fc6277a4d0
1 changed files with 4 additions and 1 deletions

View File

@ -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 <mboddu@redhat.com> - 2.4.1-6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Feb 17 2021 Caolán McNamara <caolanm@redhat.com> - 2.4.1-5
- disable building BOX2D_BUILD_UNIT_TESTS due to "SIGSTKSZ ... no
longer constant on Linux ... redefined to sysconf(_SC_SIGSTKSZ)"