public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: add patch for playlist encoding (distributed by the amarok devs)
@ 2026-07-06 18:29 Aurelien Bompard
  0 siblings, 0 replies; only message in thread
From: Aurelien Bompard @ 2026-07-06 18:29 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/amarok
Branch : epel10.2
Commit : e1994f7f7522b8fd6cd73863ed3eee393ecf0059
Author : Aurelien Bompard <abompard@fedoraproject.org>
Date   : 2006-09-15T10:56:59+00:00
Stats  : +17/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/amarok/c/e1994f7f7522b8fd6cd73863ed3eee393ecf0059?branch=epel10.2

Log:
add patch for playlist encoding (distributed by the amarok devs)

---
diff --git a/amarok-1.4.3-playlist_encoding.patch b/amarok-1.4.3-playlist_encoding.patch
new file mode 100644
index 0000000..1549996
--- /dev/null
+++ b/amarok-1.4.3-playlist_encoding.patch
@@ -0,0 +1,10 @@
+--- ./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;
+ }
+ 

diff --git a/amarok.spec b/amarok.spec
index 82b7681..556a5a7 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -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 @@ use any of xmms' visualisation plugins with Amarok.
 
 
 %prep
-%setup -q 
+%setup -q
+%patch0 -p0 -b .playlist_encoding
 
 
 
@@ -237,6 +239,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 15 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.3-3
+- add patch for playlist encoding
+
 * Wed Sep 13 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.3-2
 - buildrequires ruby-devel (checked by configure)
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-06 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:29 [rpms/amarok] epel10.2: add patch for playlist encoding (distributed by the amarok devs) Aurelien Bompard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox