rpms/amarok/devel amarok-2.3.1-fix-unsafe.patch, NONE, 1.1 amarok.spec, 1.193, 1.194

thomasj thomasj at fedoraproject.org
Thu Jun 10 12:08:12 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/amarok/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13633

Modified Files:
	amarok.spec 
Added Files:
	amarok-2.3.1-fix-unsafe.patch 
Log Message:
added fix-unsafe.patch

amarok-2.3.1-fix-unsafe.patch:
 IpodCollection.cpp |    9 +++++++++
 1 file changed, 9 insertions(+)

--- NEW FILE amarok-2.3.1-fix-unsafe.patch ---
--- src/core-impl/collections/ipodcollection/IpodCollection.cpp	2010-05-27 20:37:21.000000000 +0200
+++ src/core-impl/collections/ipodcollection/IpodCollection.cpp.old	2010-06-10 14:04:44.000000000 +0200
@@ -116,3 +116,12 @@
 
 #include "IpodCollection.moc"
 
+#define signals glib_signals
+// Libgdk includes.
+
+extern "C"
+{
+#include <gdk-pixbuf/gdk-pixbuf.h>
+}
+#undef signals
+


Index: amarok.spec
===================================================================
RCS file: /cvs/pkgs/rpms/amarok/devel/amarok.spec,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -p -r1.193 -r1.194
--- amarok.spec	28 May 2010 19:13:12 -0000	1.193
+++ amarok.spec	10 Jun 2010 12:08:12 -0000	1.194
@@ -11,6 +11,7 @@ Source0: http://download.kde.org/stable/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch50: amarok-2.2.1.90-qtscript_not_required.patch
+Patch60: amarok-2.3.1-fix-unsafe.patch
 
 ## upstream patches
 
@@ -81,7 +82,7 @@ Obsoletes: amarok-utilities < 2.0.96
 %setup -q 
 
 %patch50 -p1 -b .qtscript_not_required
-
+%patch60 -p0
 
 %build
 mkdir -p %{_target_platform}



More information about the scm-commits mailing list