rpms/amarok/FC-5 amarok-1.4.3-playlist_encoding.patch, NONE, 1.1 amarok.spec, 1.59, 1.60

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Fri Sep 15 10:56:59 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/amarok/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9797/FC-5

Modified Files:
	amarok.spec 
Added Files:
	amarok-1.4.3-playlist_encoding.patch 
Log Message:
add patch for playlist encoding (distributed by the amarok devs)

amarok-1.4.3-playlist_encoding.patch:

--- NEW FILE amarok-1.4.3-playlist_encoding.patch ---
--- ./amarok/src/playlist.cpp	(Revision 583705)
+++ ./amarok/src/playlist.cpp	(Revision 583706)
@@ -3188,6 +3188,7 @@
     stream << "</playlist>\n";
 
     QTextStream fstream( &file );
+    fstream.setEncoding( QTextStream::UnicodeUTF8 );
     fstream << buffer;
 }
 


Index: amarok.spec
===================================================================
RCS file: /cvs/extras/rpms/amarok/FC-5/amarok.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- amarok.spec	13 Sep 2006 13:53:29 -0000	1.59
+++ amarok.spec	15 Sep 2006 10:56:58 -0000	1.60
@@ -5,13 +5,14 @@
 Name:       amarok
 Summary:    Media player for KDE
 Version:    1.4.3
-Release:    2%{?dist}
+Release:    3%{?dist}
 
 Group: 	    Applications/Multimedia
 License:    GPL
 Url:        http://amarok.kde.org
 # http://download.kde.org/download.php?url=stable/amarok/1.4.3/src
 Source0:    http://mirrors.isc.org/pub/kde/stable/amarok/1.4.3/src/amarok-1.4.3.tar.bz2
+Patch0:     amarok-1.4.3-playlist_encoding.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kdemultimedia-devel >= 6:3.2
@@ -83,7 +84,8 @@
 
 
 %prep
-%setup -q 
+%setup -q
+%patch0 -p0 -b .playlist_encoding
 
 
 
@@ -237,6 +239,9 @@
 
 
 %changelog
+* Fri Sep 15 2006 Aurelien Bompard <abompard at fedoraproject.org> 1.4.3-3
+- add patch for playlist encoding
+
 * Wed Sep 13 2006 Aurelien Bompard <abompard at fedoraproject.org> 1.4.3-2
 - buildrequires ruby-devel (checked by configure)
 




More information about the scm-commits mailing list