New version 2.0.1

Drop merged patch
This commit is contained in:
Andrey Bondrov 2016-02-04 22:17:55 +10:00
parent 43e3ce6ad4
commit d6de7a34f5
3 changed files with 3 additions and 31 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
"SDL2_mixer-2.0.0.tar.gz": 9ed975587f09a1776ba9776dcc74a58e695aba6e SDL2_mixer-2.0.1.tar.gz: 6e75f68db5713f98be5971232e3f1fdbf0501153

View file

@ -5,13 +5,12 @@
Summary: Simple DirectMedia Layer 2 - mixer Summary: Simple DirectMedia Layer 2 - mixer
Name: SDL2_mixer Name: SDL2_mixer
Version: 2.0.0 Version: 2.0.1
Release: 2 Release: 1
License: Zlib License: Zlib
Group: System/Libraries Group: System/Libraries
Url: http://www.libsdl.org/projects/SDL_mixer/ Url: http://www.libsdl.org/projects/SDL_mixer/
Source0: http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz Source0: http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz
Patch0: sdl2_mixer-2.0.0-mga-libmodplug-includes.patch
BuildRequires: libmikmod-devel BuildRequires: libmikmod-devel
BuildRequires: pkgconfig(flac) BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(fluidsynth) BuildRequires: pkgconfig(fluidsynth)
@ -78,7 +77,6 @@ This package contains binary to test the associated library.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
%configure2_5x \ %configure2_5x \

View file

@ -1,26 +0,0 @@
Index: SDL2_mixer-2.0.0/dynamic_modplug.h
===================================================================
--- SDL2_mixer-2.0.0/dynamic_modplug.h
+++ SDL2_mixer-2.0.0/dynamic_modplug.h 2014-05-13 22:53:02.198745219 +0200
@@ -21,7 +21,7 @@
#ifdef MODPLUG_MUSIC
-#include "modplug.h"
+#include "libmodplug/modplug.h"
typedef struct {
int loaded;
Index: SDL2_mixer-2.0.0/music_modplug.h
===================================================================
--- SDL2_mixer-2.0.0/music_modplug.h
+++ SDL2_mixer-2.0.0/music_modplug.h 2014-05-13 22:52:56.821999369 +0200
@@ -21,7 +21,7 @@
#ifdef MODPLUG_MUSIC
-#include "modplug.h"
+#include "libmodplug/modplug.h"
#include "SDL_rwops.h"
#include "SDL_audio.h"
#include "SDL_mixer.h"