From 7db20bf772217cf4d227b71d464bf404074518f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Voln=C3=BD?= Date: Tue, 10 May 2022 10:46:59 +0200 Subject: [PATCH] Removed libubsan BuildRequires --- game-music-emu.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/game-music-emu.spec b/game-music-emu.spec index 87a968d..6618b9e 100644 --- a/game-music-emu.spec +++ b/game-music-emu.spec @@ -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ý 0.6.3-9 +- Removed libubsan BuildRequires + * Wed Mar 16 2022 Karel Volný 0.6.3-8 - Disable UBSAN as per https://bugzilla.redhat.com/show_bug.cgi?id=2045404#c12