From 3e5dc591df5f90112b717883405158e3d30219a9 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Thu, 11 Oct 2018 11:55:50 +0300 Subject: [PATCH] changelog update --- CHANGES.txt | 2 ++ SDL2_mixer.spec.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index cbae4e0c..a0793ab7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,6 @@ 2.0.3: +Ozkan Sezer - Wed, 10 Oct 2018 14:56:10 + * Removed smpeg support for mp3 music, now that it's replaced by libmpg123 Ozkan Sezer - Sun, 07 Oct 2018 08:50:02 * Fixed mp3 mad decoder to skip tags, which otherwise would lead to crashes Ozkan Sezer - Fri, 15 Jun 2018 05:32:56 diff --git a/SDL2_mixer.spec.in b/SDL2_mixer.spec.in index 6d5c4d35..bccf2bd3 100644 --- a/SDL2_mixer.spec.in +++ b/SDL2_mixer.spec.in @@ -27,7 +27,7 @@ Requires: %{name} Due to popular demand, here is a simple multi-channel audio mixer. It supports 4 channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, -Tremor, SMPEG MP3, and libmad MP3 libraries. +Tremor, libmpg123 and libmad MP3 libraries. %prep %setup