New release 0.6.1

Fixes CVE-2016-9959 (security issues in SNES emulation)
  https://scarybeastsecurity.blogspot.cz/2016/12/redux-compromising-linux-using-snes.html
Updated URLs - project moved
Dropped gme-0.6.0-pc-lib-suffix.patch (accepted upstream)
epel9
Karel Volny 8 years ago
parent a3400fac96
commit a0dd8221fc

1
.gitignore vendored

@ -1,2 +1,3 @@
/game-music-emu-0.5.5.tbz2
/game-music-emu-0.6.0.tar.bz2
/game-music-emu-0.6.1.tar.bz2

@ -1,12 +1,11 @@
Name: game-music-emu
Version: 0.6.0
Release: 8%{?dist}
Version: 0.6.1
Release: 1%{?dist}
Provides: libgme%{?_isa} = %{version}-%{release}
Summary: Video game music file emulation/playback library
License: LGPLv2+
URL: http://code.google.com/p/game-music-emu/
Source0: http://game-music-emu.googlecode.com/files/%{name}-%{version}.tar.bz2
Patch0: gme-0.6.0-pc-lib-suffix.patch
URL: https://bitbucket.org/mpyne/game-music-emu/wiki/Home
Source0: https://bitbucket.org/mpyne/game-music-emu/downloads/%{name}-%{version}.tar.bz2
BuildRequires: cmake
# needed to build the player
@ -46,8 +45,6 @@ This package contains the demo player for files supported by Game_Music_Emu.
%prep
%setup -q
# fix libgme.pc install path
%patch0
# add install rule for the player
echo -e "\ninstall(TARGETS gme_player RUNTIME DESTINATION %{_bindir})" >> player/CMakeLists.txt
@ -89,6 +86,13 @@ cd ..
%changelog
* Thu Dec 15 2016 Karel Volný <kvolny@redhat.com> 0.6.1-1
- New release 0.6.1
- Fixes CVE-2016-9959 (security issues in SNES emulation)
https://scarybeastsecurity.blogspot.cz/2016/12/redux-compromising-linux-using-snes.html
- Updated URLs - project moved
- Dropped gme-0.6.0-pc-lib-suffix.patch (accepted upstream)
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1,8 +0,0 @@
--- gme/CMakeLists.txt~ 2012-05-27 22:48:53.000000000 +0200
+++ gme/CMakeLists.txt 2013-08-22 19:03:39.175649327 +0200
@@ -159,4 +159,4 @@
ARCHIVE DESTINATION lib) # DLL platforms
install(FILES ${EXPORTED_HEADERS} DESTINATION include/gme)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libgme.pc DESTINATION lib/pkgconfig)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libgme.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig)

@ -1 +1 @@
b98fafb737bc889dc65e7a8b94bd1bf5 game-music-emu-0.6.0.tar.bz2
SHA512 (game-music-emu-0.6.1.tar.bz2) = 06b3544086fae51361706b0417ae1bc3769863c7d060ebabdd09b930d37df973314c43afff32aedaa9ebb74cdeafdeadaac4aa5d448700ee961d79d7fc9012b4

Loading…
Cancel
Save