rpms/audacious/devel audacious-1.1.1-playlist-twenty.patch, 1.1, 1.2 audacious.spec, 1.7, 1.8

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Thu Aug 17 19:03:11 UTC 2006


Author: ertzing

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

Modified Files:
	audacious-1.1.1-playlist-twenty.patch audacious.spec 
Log Message:
- Another go at the %20 problem

audacious-1.1.1-playlist-twenty.patch:

Index: audacious-1.1.1-playlist-twenty.patch
===================================================================
RCS file: /cvs/extras/rpms/audacious/devel/audacious-1.1.1-playlist-twenty.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audacious-1.1.1-playlist-twenty.patch	14 Aug 2006 20:53:09 -0000	1.1
+++ audacious-1.1.1-playlist-twenty.patch	17 Aug 2006 19:03:11 -0000	1.2
@@ -1,12 +1,12 @@
 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);
-         }
++++ audacious-fedora-1.1.1/audacious/playlist_list.c	2006-08-17 20:29:35.000000000 +0200
+@@ -618,6 +618,8 @@
          else
--            title = str_to_utf8(entry->title);
-+            title = convert_title_text(str_to_utf8(entry->title));
+             title = str_to_utf8(entry->title);
  
++        title = convert_title_text(title)
++
          pos = playlist_get_queue_position(entry);
  
+         tail[0] = 0;


Index: audacious.spec
===================================================================
RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- audacious.spec	14 Aug 2006 20:53:09 -0000	1.7
+++ audacious.spec	17 Aug 2006 19:03:11 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           audacious
 Version:        1.1.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A GTK2 based media player similar to xmms
 
 Group:          Applications/Multimedia
@@ -203,6 +203,9 @@
 
 
 %changelog
+* Thu Aug 17 2006 Ralf Ertzinger <ralf at skytale.net> 1.1.1-5.fc6
+- Another go at the %20 problem
+
 * Mon Aug 14 2006 Ralf Ertzinger <ralf at skytale.net> 1.1.1-4.fc6
 - Fix %20 in playlist entries
 




More information about the fedora-extras-commits mailing list