rpms/audacious-plugins/devel audacious-plugins.spec,1.20,1.21

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Thu Nov 22 15:08:58 UTC 2007


Author: ertzing

Update of /cvs/extras/rpms/audacious-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16690

Modified Files:
	audacious-plugins.spec 
Log Message:
* Thu Nov 22 2007 Ralf Ertzinger <ralf at skytale.net> 1.4.1-2
- Fix some locking issues in the neon (HTTP/HTTPS stream) plugin



Index: audacious-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/audacious-plugins/devel/audacious-plugins.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- audacious-plugins.spec	21 Nov 2007 14:46:39 -0000	1.20
+++ audacious-plugins.spec	22 Nov 2007 15:08:24 -0000	1.21
@@ -2,7 +2,7 @@
 
 Name:           audacious-plugins
 Version:        1.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugins for the Audacious media player
 
 Group:          Applications/Multimedia
@@ -15,6 +15,7 @@
 Source0:        audacious-plugins-fedora-%{version}.tar.gz
 Source1:        audacious-plugins.desktop
 Patch0:         audacious-plugins-1.2.2-cddb-buffer.patch
+Patch1:         audacious-plugins-1.4.1-neon-locking.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  audacious-devel >= %{aud_ver}, esound-devel >= 0.2, libvorbis-devel >= 1.0
@@ -141,6 +142,9 @@
 # Fix incorrect use of sprintf in the cdaudio plugin
 # %patch0 -p1 -b .cddb-buffer
 
+# Fix locking issues in the neon plugin
+%patch1 -p1 -b .neon-locking
+
 perl -pi -e 's/^\.SILENT:.*$//' buildsys.mk.in
 
 %build
@@ -237,6 +241,9 @@
 
 
 %changelog
+* Thu Nov 22 2007 Ralf Ertzinger <ralf at skytale.net> 1.4.1-2
+- Fix some locking issues in the neon (HTTP/HTTPS stream) plugin
+
 * Mon Nov 19 2007 Ralf Ertzinger <ralf at skytale.net> 1.4.1-1
 - Update to 1.4.1
 




More information about the fedora-extras-commits mailing list