rpms/audacious-plugins/F-12 audacious-plugins-2.2-streambrowser-url-add.patch, NONE, 1.1 audacious-plugins.spec, 1.91, 1.92

Michael Schwendt mschwendt at fedoraproject.org
Sat Feb 6 19:20:20 UTC 2010


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious-plugins/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27630/F-12

Modified Files:
	audacious-plugins.spec 
Added Files:
	audacious-plugins-2.2-streambrowser-url-add.patch 
Log Message:
* Sat Feb  6 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-21
- Fix streambrowser streaminfo URL Add.


audacious-plugins-2.2-streambrowser-url-add.patch:
 streambrowser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE audacious-plugins-2.2-streambrowser-url-add.patch ---
diff -Nur audacious-plugins-2.2-tmp-vuln/src/streambrowser/streambrowser.c audacious-plugins-2.2-streambrowser-url-add/src/streambrowser/streambrowser.c
--- audacious-plugins-2.2-tmp-vuln/src/streambrowser/streambrowser.c	2010-02-06 19:35:33.000000000 +0100
+++ audacious-plugins-2.2-streambrowser-url-add/src/streambrowser/streambrowser.c	2010-02-06 20:16:05.000000000 +0100
@@ -629,7 +629,7 @@
 	}
 
 	if (strlen(streaminfo->url) > 0) {
-		aud_playlist_insert_playlist(aud_playlist_get_active(), entrycount, streaminfo->url);
+		aud_playlist_entry_insert(aud_playlist_get_active(), entrycount, g_strdup(streaminfo->url), NULL);
 		debug("stream '%s' added\n", streaminfo->url);
 	}
 


Index: audacious-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/F-12/audacious-plugins.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -p -r1.91 -r1.92
--- audacious-plugins.spec	6 Feb 2010 18:41:11 -0000	1.91
+++ audacious-plugins.spec	6 Feb 2010 19:20:20 -0000	1.92
@@ -5,7 +5,7 @@
 
 Name: audacious-plugins
 Version: 2.2
-Release: 20%{?dist}
+Release: 21%{?dist}
 Summary: Plugins for the Audacious media player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
@@ -55,6 +55,8 @@ Patch12: audacious-plugins-2.2-ladspa.pa
 Patch13: audacious-plugins-2.2-neon-error-handling.patch
 # revised version merged upstream
 Patch14: audacious-plugins-2.2-tmp-vuln.patch
+#
+Patch15: audacious-plugins-2.2-streambrowser-url-add.patch
 
 BuildRequires: audacious-devel >= %{aud_ver}
 BuildRequires: jack-audio-connection-kit-devel libsamplerate-devel
@@ -199,6 +201,7 @@ in Vortex (.vtx) format.
 %patch12 -p1 -b .ladspa
 %patch13 -p1 -b .neon-error-handling
 %patch14 -p1 -b .tmp-vuln
+%patch15 -p1 -b .streambrowser-url-add
 
 for i in src/ladspa/ladspa.c
 do
@@ -299,6 +302,9 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Sat Feb  6 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-21
+- Fix streambrowser streaminfo URL Add.
+
 * Sat Feb  6 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-20
 - Use the John Lindgren's revised patch for the temp file vuln
   (which properly frees also the g_build_filename allocated string).



More information about the scm-commits mailing list