diff --git a/0.6.3.tar.gz b/0.6.3.tar.gz deleted file mode 100644 index 1a783af5c3a63be90630745e73a8c29cd9d0d8cf..0000000000000000000000000000000000000000 Binary files a/0.6.3.tar.gz and /dev/null differ diff --git a/game-music-emu.spec b/game-music-emu.spec index 80a4626a9554e56243478adb5990391ba4faba56..08503a8f12e88513728415f3f9b40a02f441aece 100644 --- a/game-music-emu.spec +++ b/game-music-emu.spec @@ -1,10 +1,10 @@ Name: game-music-emu -Version: 0.6.3 +Version: 0.6.4 Release: 1 Summary: Video game music file emulation/playback library,Demo player utilizing Game_Music_Emu License: GPL-2.0-or-later and LGPL-2.1-or-later URL: https://github.com/libgme/game-music-emu/wiki -Source0: https://github.com/libgme/game-music-emu/archive/refs/tags/%{version}.tar.gz +Source0: https://github.com/libgme/game-music-emu/releases/download/%{version}/libgme-%{version}-src.tar.gz Provides: libgme = %{version}-%{release} Provides: %{name}-player = %{version}-%{release} Obsoletes: %{name}-player < %{version}-%{release} @@ -36,12 +36,12 @@ supports the following formats and systems: This package contains files needed to compile code which uses Game_Music_Emu. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n libgme-%{version} -p1 # add install rule for the player echo -e "\ninstall(TARGETS gme_player RUNTIME DESTINATION %{_bindir})" >> player/CMakeLists.txt %build -%cmake -DENABLE_UBSAN=OFF +%cmake -DENABLE_UBSAN=OFF -DGME_BUILD_STATIC=OFF %cmake_build %cmake_build --target gme_player @@ -62,6 +62,9 @@ echo -e "\ninstall(TARGETS gme_player RUNTIME DESTINATION %{_bindir})" >> player %{_libdir}/pkgconfig/libgme.pc %changelog +* Tue Oct 07 2025 Funda Wang - 0.6.4-1 +- update to 0.6.4 + * Mon Nov 04 2024 Funda Wang - 0.6.3-1 - update to 0.6.3 - force disable UBSAN, as it will produces undefined references towards lubsan as of gcc 12 diff --git a/libgme-0.6.4-src.tar.gz b/libgme-0.6.4-src.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..65b288c41260e0628951cbc63e1d36e3d4c60f68 Binary files /dev/null and b/libgme-0.6.4-src.tar.gz differ