rpms/kipi-plugins/devel kipi-plugins-1.3.0-fix-unsafe.patch, NONE, 1.1 kipi-plugins.spec, 1.119, 1.120

thomasj thomasj at fedoraproject.org
Wed Jun 9 14:29:35 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/kipi-plugins/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5248

Modified Files:
	kipi-plugins.spec 
Added Files:
	kipi-plugins-1.3.0-fix-unsafe.patch 
Log Message:
added patch

kipi-plugins-1.3.0-fix-unsafe.patch:
 IpodExportDialog.cpp |    5 +++++
 1 file changed, 5 insertions(+)

--- NEW FILE kipi-plugins-1.3.0-fix-unsafe.patch ---
--- ipodexport/IpodExportDialog.cpp	2010-06-08 00:02:11.000000000 +0200
+++ ipodexport/IpodExportDialog.cpp.old	2010-06-09 16:24:06.000000000 +0200
@@ -21,6 +21,11 @@
  *
  * ============================================================ */
 
+
+#define protected protected_
+#include <gio/gdbusintrospection.h>
+#undef protected
+
 #include "IpodExportDialog.moc"
 
 // Libgdk includes.


Index: kipi-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kipi-plugins/devel/kipi-plugins.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -p -r1.119 -r1.120
--- kipi-plugins.spec	8 Jun 2010 13:48:11 -0000	1.119
+++ kipi-plugins.spec	9 Jun 2010 14:29:35 -0000	1.120
@@ -45,6 +45,9 @@ Requires: ImageMagick
 ## expoblending
 Requires: hugin-base
 
+##upstreamable patches
+Patch10:	kipi-plugins-1.3.0-fix-unsafe.patch
+
 %description
 This package contains plugins to use with Kipi, the KDE Image Plugin
 Interface.  Currently implemented plugins are:
@@ -83,7 +86,7 @@ Requires: %{name} = %{version}-%{release
 
 %prep
 %setup -q -n %{name}-%{version}%{?beta:-%{beta}}
-
+%patch10 -p0
 
 %build
 mkdir -p %{_target_platform}



More information about the scm-commits mailing list