rpms/audacious-plugins/F-10 audacious-plugins-1.5.1-neon.patch, NONE, 1.1 audacious-plugins.spec, 1.45, 1.46

Michael Schwendt mschwendt at fedoraproject.org
Wed Dec 2 23:35:49 UTC 2009


Author: mschwendt

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

Modified Files:
	audacious-plugins.spec 
Added Files:
	audacious-plugins-1.5.1-neon.patch 
Log Message:
* Thu Dec  3 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.1-19
- Fix truncated track name for streaming mp3 in neon.c (#543050).


audacious-plugins-1.5.1-neon.patch:
 neon.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE audacious-plugins-1.5.1-neon.patch ---
diff -Nur audacious-plugins-fedora-1.5.1-orig/src/neon/neon.c audacious-plugins-fedora-1.5.1-neon/src/neon/neon.c
--- audacious-plugins-fedora-1.5.1-orig/src/neon/neon.c	2008-06-08 10:37:44.000000000 +0200
+++ audacious-plugins-fedora-1.5.1-neon/src/neon/neon.c	2009-12-03 00:16:58.264250701 +0100
@@ -273,7 +273,7 @@
                 /*
                  * Reading value
                  */
-                if ('\'' == *p) {
+                if ('\'' == *p && ';' == *(p+1)) {
                     /*
                      * End of value
                      */


Index: audacious-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/F-10/audacious-plugins.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- audacious-plugins.spec	17 Nov 2009 21:52:10 -0000	1.45
+++ audacious-plugins.spec	2 Dec 2009 23:35:49 -0000	1.46
@@ -4,7 +4,7 @@
 
 Name:           audacious-plugins
 Version:        1.5.1
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        Plugins for the Audacious media player
 Group:          Applications/Multimedia
 
@@ -31,6 +31,7 @@ Patch10:        audacious-plugins-1.5.1-
 Patch11:        audacious-plugins-1.5.1-sndfile-playfix.patch
 Patch12:        audacious-plugins-1.5.1-modplug.patch
 Patch13:        audacious-plugins-1.5.1-musepack.patch
+Patch14:        audacious-plugins-1.5.1-neon.patch
 
 # alsa-ng plugin from 2.1 devel up to 2.2 alpha1
 Patch50: audacious-plugins-1.5.1-alsa-ng.patch
@@ -188,6 +189,7 @@ vortex compressed files.
 %patch11 -p1 -b .sndfile-playfix
 %patch12 -p1 -b .modplug
 %patch13 -p1 -b .musepack
+%patch14 -p1 -b .neon
 
 %patch50 -p1 -b .alsa-ng
 %patch51 -p1 -b .alsa-ng2
@@ -287,6 +289,9 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Thu Dec  3 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.1-19
+- Fix truncated track name for streaming mp3 in neon.c (#543050).
+
 * Tue Nov 17 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.1-18
 - Corrupt musepack files were able to crash Audacious.
 




More information about the fedora-extras-commits mailing list