|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: game-music-emu
|
|
|
|
|
Version: 0.6.3
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Provides: libgme%{?_isa} = %{version}-%{release}
|
|
|
|
|
Summary: Video game music file emulation/playback library
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -10,7 +10,6 @@ Source0: https://bitbucket.org/mpyne/game-music-emu/downloads/%{name}-%{v
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: libubsan
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
# needed to build the player
|
|
|
|
|
BuildRequires: SDL2-devel
|
|
|
|
@ -87,6 +86,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 10 2022 Karel Volný <kvolny@redhat.com> 0.6.3-9
|
|
|
|
|
- Removed libubsan BuildRequires
|
|
|
|
|
|
|
|
|
|
* Wed Mar 16 2022 Karel Volný <kvolny@redhat.com> 0.6.3-8
|
|
|
|
|
- Disable UBSAN as per https://bugzilla.redhat.com/show_bug.cgi?id=2045404#c12
|
|
|
|
|
|
|
|
|
|