Hello community,

here is the log from the commit of package SDL_mixer for openSUSE:Factory 
checked in at 2013-03-03 21:08:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL_mixer (Old)
 and      /work/SRC/openSUSE:Factory/.SDL_mixer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL_mixer", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL_mixer/SDL_mixer.changes      2013-01-08 
14:59:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.SDL_mixer.new/SDL_mixer.changes 2013-03-03 
21:08:41.000000000 +0100
@@ -1,0 +2,17 @@
+Sun Feb 24 09:35:38 UTC 2013 - [email protected]
+
+- Update to 1.2.12
+  * SDL_mixer is now under the zlib license
+  * Fixed seek offset with SMPEG (was relative, should be absolute)
+  * Added Mix_LoadMUSType_RW() so you can tell SDL_mixer what type the music is
+  * Added /usr/local/share/timidity to the timidity data path
+  * Fixed timidity loading of some MIDI files
+  * Fixed dropping audio in the FLAC audio decoding
+  * Fixed memory leak in SDL_LoadMUS()
+  * Removed GPL native MIDI code for new licensing
+  * Fixed drums playing on MIDI channel 16 with timidity
+  * The music-finished hook can start a track immediately
+  * Added support for FluidSynth
+  * Added support for libmodplug (disabled by default)
+
+-------------------------------------------------------------------

Old:
----
  SDL_mixer-1.2.11-repack.tar.bz2

New:
----
  SDL_mixer-1.2.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ SDL_mixer.spec ++++++
--- /var/tmp/diff_new_pack.vM4MCN/_old  2013-03-03 21:08:42.000000000 +0100
+++ /var/tmp/diff_new_pack.vM4MCN/_new  2013-03-03 21:08:42.000000000 +0100
@@ -18,17 +18,16 @@
 
 Name:           SDL_mixer
 BuildRequires:  flac-devel
+BuildRequires:  fluidsynth-devel
 BuildRequires:  libSDL-devel
 BuildRequires:  libmikmod-devel
 BuildRequires:  libvorbis-devel
 Summary:        Sample Mixer Library for SDL
-License:        LGPL-2.1+
+License:        Zlib
 Group:          System/Libraries
-Version:        1.2.11
+Version:        1.2.12
 Release:        0
-# removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball 
[bnc#508180]
-# removed libmikmod-3.1.12.zip
-Source:         %{name}-%{version}-repack.tar.bz2
+Source:         %{name}-%{version}.tar.gz
 Source1:        baselibs.conf
 Url:            http://www.libsdl.org/projects/SDL_mixer/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -44,7 +43,7 @@
 Summary:        Sample Mixer Library for SDL
 Group:          System/Libraries
 Provides:       SDL_mixer = %{version}
-Obsoletes:      SDL_mixer <= %{version}
+Obsoletes:      SDL_mixer < %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:      SDL_mixer-64bit
@@ -65,7 +64,7 @@
 Requires:       libSDL-devel
 Requires:       libSDL_mixer-1_2-0 = %{version}
 Provides:       SDL_mixer-devel = %{version}
-Obsoletes:      SDL_mixer-devel <= %{version}
+Obsoletes:      SDL_mixer-devel < %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:      SDL_mixer-devel-64bit
@@ -80,11 +79,16 @@
 
 %prep
 %setup -q
+# remove unneccessary files from upstream tarball [bnc#508180] to clean up 
source RPM
+rm libmikmod-3.1.12.zip
+rm Watcom-OS2.zip
+rm -rf VisualC
+rm -rf Xcode
+rm -rf Xcode-iOS
 
 %build
 %configure --disable-music-mod-shared --disable-music-ogg-shared 
--disable-music-flac-shared \
-    --disable-static \
-    --with-pic
+           --disable-static --with-pic
 make %{?_smp_mflags}
 
 %install

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to