rpms/audacious/devel audacious-1.1.1-playlist-twenty.patch, 1.2, 1.3 audacious.spec, 1.8, 1.9

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Thu Aug 17 20:54:13 UTC 2006


Author: ertzing

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

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audacious-1.1.1-playlist-twenty.patch	17 Aug 2006 19:03:11 -0000	1.2
+++ audacious-1.1.1-playlist-twenty.patch	17 Aug 2006 20:54:13 -0000	1.3
@@ -5,7 +5,7 @@
          else
              title = str_to_utf8(entry->title);
  
-+        title = convert_title_text(title)
++        title = convert_title_text(title);
 +
          pos = playlist_get_queue_position(entry);
  


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




More information about the scm-commits mailing list