!4 [sync] PR-3: Upgrade game-music-emu to 0.6.2 to fix CVE-2017-17446

From: @openeuler-sync-bot 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-02-10 07:52:30 +00:00 committed by Gitee
commit a7bef615e7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
game-music-emu-0.6.2.tar.xz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: game-music-emu
Version: 0.6.1
Release: 8
Version: 0.6.2
Release: 1
Summary: Video game music file emulation/playback library,Demo player utilizing Game_Music_Emu
License: LGPLv2+ and MIT
URL: https://bitbucket.org/mpyne/game-music-emu/wiki/Home
Source0: https://bitbucket.org/mpyne/game-music-emu/downloads/%{name}-%{version}.tar.bz2
Source0: https://bitbucket.org/mpyne/game-music-emu/downloads/%{name}-%{version}.tar.xz
Provides: libgme = %{version}-%{release} %{name}-player = %{version}-%{release}
Obsoletes: %{name}-player < %{version}-%{release}
@ -67,6 +67,9 @@ cd player
%{_libdir}/pkgconfig/libgme.pc
%changelog
* Thu Feb 10 2022 yaoxin <yaoxin30@huawei.com> - 0.6.2-1
- Upgrade game-music-emu to 0.6.2 to fix CVE-2017-17446
* Mon Aug 2 2021 Haiwei Li <lihaiwei8@huawei.com> - 0.6.1-8
- Fix complication failed due to gcc upgrade