rpms/audacious-plugins/devel audacious-plugins.spec,1.87,1.88

Michael Schwendt mschwendt at fedoraproject.org
Wed Feb 3 20:50:50 UTC 2010


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious-plugins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18656

Modified Files:
	audacious-plugins.spec 
Log Message:
* Wed Feb  3 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-15
- Prevent race condition crash in streambrowser GUI (#561469).



Index: audacious-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/audacious-plugins.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -p -r1.87 -r1.88
--- audacious-plugins.spec	27 Jan 2010 17:27:29 -0000	1.87
+++ audacious-plugins.spec	3 Feb 2010 20:50:50 -0000	1.88
@@ -5,7 +5,7 @@
 
 Name: audacious-plugins
 Version: 2.2
-Release: 14%{?dist}
+Release: 15%{?dist}
 Summary: Plugins for the Audacious media player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
@@ -44,6 +44,8 @@ Patch8: audacious-plugins-2.2-neon-sessi
 Patch9: audacious-plugins-2.2-adplug-fclose.patch
 #
 Patch10: audacious-plugins-2.2-adplug-lds.patch
+#
+Patch11: audacious-plugins-2.2-streambrowser-race.patch
 
 BuildRequires: audacious-devel >= %{aud_ver}
 BuildRequires: jack-audio-connection-kit-devel libsamplerate-devel
@@ -184,6 +186,7 @@ in Vortex (.vtx) format.
 %patch8 -p1 -b .neon-session-destroy
 %patch9 -p1 -b .adplug-fclose
 %patch10 -p1 -b .lds-out-of-bounds
+%patch11 -p1 -b .streambrowser-race
 
 sed -i '\,^.SILENT:,d' buildsys.mk.in
 
@@ -277,6 +280,9 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Wed Feb  3 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-15
+- Prevent race condition crash in streambrowser GUI (#561469).
+
 * Tue Jan 26 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-14
 - Fix too many open file descriptors issue in adplug plugin.
 - Guard against out-of-bounds array access in adplug .lds decoder.
@@ -286,7 +292,7 @@ update-desktop-database &> /dev/null || 
   pointers to NULL, so vfs seek doesn't crash.
 
 * Fri Jan 22 2010 Adrian Reber <adrian at lisas.de> - 2.2-12
-- Rebuild for libcdio-0.82
+- Rebuild for libcdio-0.82 (F-13 Rawhide only)
 
 * Sun Jan 17 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-11
 - Rebuild for audacious.pc --libs changes.



More information about the scm-commits mailing list