From 1bfeeb2802712f23a7e032e20d9421c5e1c84430 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Aug 25 2011 14:24:03 +0000 Subject: Update to 3.0.2 (few more fixes, 7k diff). --- diff --git a/.gitignore b/.gitignore index 78ef6ca..bc4f078 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /audacious-plugins-fedora-3.0-beta1.tar.bz2 /audacious-plugins-fedora-3.0.tar.bz2 /audacious-plugins-fedora-3.0.1.tar.bz2 +/audacious-plugins-fedora-3.0.2.tar.bz2 diff --git a/audacious-plugins-3.0.1-xspf.patch b/audacious-plugins-3.0.1-xspf.patch deleted file mode 100644 index cba0a50..0000000 --- a/audacious-plugins-3.0.1-xspf.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur audacious-plugins-3.0.1-orig/src/xspf/xspf.c audacious-plugins-3.0.1/src/xspf/xspf.c ---- audacious-plugins-3.0.1-orig/src/xspf/xspf.c 2011-08-10 16:38:22.000000000 +0200 -+++ audacious-plugins-3.0.1/src/xspf/xspf.c 2011-08-17 21:33:50.315962456 +0200 -@@ -326,7 +326,7 @@ - switch (type) { - case TUPLE_STRING:; - gchar * subst; -- if (is_valid_string (strVal, & subst)) -+ if (strVal==NULL || is_valid_string (strVal, & subst)) - xmlAddChild (tmp, xmlNewText ((xmlChar *) strVal)); - else - { diff --git a/audacious-plugins.spec b/audacious-plugins.spec index 8c6beb4..9971dbd 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -9,8 +9,8 @@ Requires: audacious >= %{aud_ver} Name: audacious-plugins -Version: 3.0.1 -Release: 2%{?dist} +Version: 3.0.2 +Release: 1%{?dist} Summary: Plugins for the Audacious audio player Group: Applications/Multimedia URL: http://audacious-media-player.org/ @@ -31,8 +31,6 @@ Patch0: audacious-plugins-3.0-alpha1-xmms-skindir.patch #Patch1: audacious-plugins-2.4-libdir.patch # Fedora customization (RFE bz #632388) Patch2: audacious-plugins-3.0-alpha1-enable-gnomeshortcuts.patch -# reported AUDPLUG-395 -Patch3: audacious-plugins-3.0.1-xspf.patch BuildRequires: audacious-devel >= %{aud_ver} BuildRequires: gettext @@ -159,7 +157,6 @@ providers may build it with libsidplay 2 instead. %patch0 -p1 -b .xmms-skindir #patch1 -p1 -b .libdir %patch2 -p1 -b .enable-gnomeshortcuts -%patch3 -p1 -b .xspf #for i in src/ladspa/ladspa.c #do @@ -274,6 +271,9 @@ update-desktop-database &> /dev/null || : %changelog +* Thu Aug 25 2011 Michael Schwendt - 3.0.2-1 +- Update to 3.0.2 (few more fixes, 7k diff). + * Wed Aug 17 2011 Michael Schwendt - 3.0.1-2 - Avoid xspf NULL ptr crash in g_utf8_validate. diff --git a/sources b/sources index caa5f84..b79b768 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1abadd4fdc68808e11a7e6e3e13a72b audacious-plugins-fedora-3.0.1.tar.bz2 +fbebc07fc193602ef8bda8bf527d1921 audacious-plugins-fedora-3.0.2.tar.bz2