rpms/audacious/devel audacious-1.1.1-playlist-twenty.patch, NONE, 1.1 audacious.spec, 1.6, 1.7

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Mon Aug 14 20:53:09 UTC 2006


Author: ertzing

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

Modified Files:
	audacious.spec 
Added Files:
	audacious-1.1.1-playlist-twenty.patch 
Log Message:
- Fix %20 in playlist entries

audacious-1.1.1-playlist-twenty.patch:

--- NEW FILE audacious-1.1.1-playlist-twenty.patch ---
diff -uNr audacious-fedora-1.1.1-orig/audacious/playlist_list.c audacious-fedora-1.1.1/audacious/playlist_list.c
--- audacious-fedora-1.1.1-orig/audacious/playlist_list.c	2006-07-21 19:18:05.000000000 +0200
+++ audacious-fedora-1.1.1/audacious/playlist_list.c	2006-08-14 22:07:22.000000000 +0200
@@ -616,7 +616,7 @@
             g_free(basename);
         }
         else
-            title = str_to_utf8(entry->title);
+            title = convert_title_text(str_to_utf8(entry->title));
 
         pos = playlist_get_queue_position(entry);
 


Index: audacious.spec
===================================================================
RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- audacious.spec	30 Jul 2006 19:29:15 -0000	1.6
+++ audacious.spec	14 Aug 2006 20:53:09 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           audacious
 Version:        1.1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A GTK2 based media player similar to xmms
 
 Group:          Applications/Multimedia
@@ -19,6 +19,7 @@
 Patch5:         audacious-1.1.0-amidi-backend.patch
 Patch6:         audacious-1.1.1-shaded-skin.patch
 Patch7:         audacious-1.1.1-controlsocket-name.patch
+Patch8:         audacious-1.1.1-playlist-twenty.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.6, esound-devel >= 0.2, libvorbis-devel >= 1.0
@@ -108,6 +109,9 @@
 # Controlsocket named "xmms" instead of "audacious"
 %patch7 -p1 -b controlsocket-name
 
+# Fix "%20" in playlist entries
+%patch8 -p1 -b playlist-twenty
+
 %build
 %configure \
 	--disable-rpath \
@@ -199,6 +203,9 @@
 
 
 %changelog
+* Mon Aug 14 2006 Ralf Ertzinger <ralf at skytale.net> 1.1.1-4.fc6
+- Fix %20 in playlist entries
+
 * Sun Jul 30 2006 Ralf Ertzinger <ralf at skytale.net> 1.1.1-3.fc6
 - Bump for rebuild
 




More information about the fedora-extras-commits mailing list