rpms/audacious/F-11 audacious.spec,1.44,1.45

Ralf Ertzinger ertzing at fedoraproject.org
Fri May 1 17:49:05 UTC 2009


Author: ertzing

Update of /cvs/extras/rpms/audacious/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9660

Modified Files:
	audacious.spec 
Log Message:
* Fri May 01 2009 Ralf Ertzinger <ralf at skytale.net> 1.5.1-8
- Fix for "segfault with no playlist present" (BZ#475691)
- Fix for broken playlist handling (BZ#475691), patch from
  http://launchpadlibrarian.net/19179891/audacious_1.5.1-3ubuntu1.1.debdiff



Index: audacious.spec
===================================================================
RCS file: /cvs/extras/rpms/audacious/F-11/audacious.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- audacious.spec	12 Apr 2009 16:11:52 -0000	1.44
+++ audacious.spec	1 May 2009 17:48:35 -0000	1.45
@@ -2,7 +2,7 @@
 
 Name:           audacious
 Version:        1.5.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A GTK2 based media player similar to xmms
 
 Group:          Applications/Multimedia
@@ -21,6 +21,8 @@ Patch6:         audacious-1.2.1-shaded-s
 # Patch8:         audacious-1.1.1-playlist-twenty.patch
 Patch9:         audacious-1.4.2-id3tag-close-file.patch
 Patch10:        audacious-1.5.1-libsad-header.patch
+Patch11:        audacious-1.5.1-playlist-length.patch
+Patch12:        audacious-1.5.1-playlist-play-clicked.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.6
@@ -119,6 +121,12 @@ Development files for Audacious
 # Remove libSAD references from the public headers
 %patch10 -p1 -b libsad-header
 
+# Fix segfaults if no playlist exists
+%patch11 -p1 -b playlist-length
+
+# When passing a file on the command line, play the file, not the first playlist entry
+%patch12 -p1 -b playlist-play-clicked
+
 perl -pi -e 's/^\.SILENT:.*$//' buildsys.mk.in
 
 %build
@@ -207,6 +215,11 @@ fi
 
 
 %changelog
+* Fri May 01 2009 Ralf Ertzinger <ralf at skytale.net> 1.5.1-8
+- Fix for "segfault with no playlist present" (BZ#475691)
+- Fix for broken playlist handling (BZ#475691), patch from
+  http://launchpadlibrarian.net/19179891/audacious_1.5.1-3ubuntu1.1.debdiff
+
 * Sun Apr 12 2009 Matthias Saou <http://freshrpms.net/> 1.5.1-7
 - Add "xmms-gui" provides, to be required from xmms-skins package (#470135).
 




More information about the fedora-extras-commits mailing list