diff --git a/SDL2_mixer-2.0.0.tar.gz b/SDL2_mixer-2.0.0.tar.gz deleted file mode 100644 index 586308b..0000000 --- a/SDL2_mixer-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b -size 10119589 diff --git a/SDL2_mixer-2.0.1.tar.gz b/SDL2_mixer-2.0.1.tar.gz new file mode 100644 index 0000000..0777198 --- /dev/null +++ b/SDL2_mixer-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f +size 10213891 diff --git a/SDL2_mixer.changes b/SDL2_mixer.changes index f6272bf..9d1f729 100644 --- a/SDL2_mixer.changes +++ b/SDL2_mixer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 10 17:06:57 UTC 2016 - mailaender@opensuse.org + +- update to version 2.0.1 + * Added support for 'smpl' format loop points in music WAV files + * Fixed floating point exception in Mix_Volume() + * Added support for loading MP3 files as sound chunks + ------------------------------------------------------------------- Thu Jan 8 09:33:53 UTC 2015 - jengelh@inai.de diff --git a/SDL2_mixer.spec b/SDL2_mixer.spec index 8ccfa49..14bf275 100644 --- a/SDL2_mixer.spec +++ b/SDL2_mixer.spec @@ -1,7 +1,7 @@ # # spec file for package SDL2_mixer # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: SDL2_mixer %define lname libSDL2_mixer-2_0-0 -Version: 2.0.0 +Version: 2.0.1 Release: 0 Summary: SDL2 sound mixer library License: Zlib @@ -28,6 +28,7 @@ Url: http://libsdl.org/projects/SDL_mixer/ #Hg-Clone: http://hg.libsdl.org/SDL_mixer/ Source: http://libsdl.org/projects/SDL_mixer/release/%name-%version.tar.gz Source1: baselibs.conf +BuildRequires: dos2unix BuildRequires: pkg-config BuildRequires: pkgconfig(flac) BuildRequires: pkgconfig(fluidsynth) @@ -35,6 +36,7 @@ BuildRequires: pkgconfig(libmikmod) BuildRequires: pkgconfig(libmodplug) >= 0.8.8 BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(vorbis) +Recommends: timidity BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -65,6 +67,7 @@ Timidity MIDI, and SMPEG MP3 libraries. %prep %setup -q +dos2unix *.txt rm -rf external %build