rpms/tracker/devel tracker-eds-build-fix.patch, NONE, 1.1 tracker.spec, 1.71, 1.72

Deji Akingunola deji at fedoraproject.org
Fri May 7 15:20:09 UTC 2010


Author: deji

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

Modified Files:
	tracker.spec 
Added Files:
	tracker-eds-build-fix.patch 
Log Message:
Apply patch to allow building with eds-2.31.1


tracker-eds-build-fix.patch:
 tracker-evolution-plugin.c |   22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

--- NEW FILE tracker-eds-build-fix.patch ---
--- src/plugins/evolution/tracker-evolution-plugin.c	2010-04-29 13:20:00.000000000 -0400
+++ src/plugins/evolution/tracker-evolution-plugin.c.new	2010-05-07 10:08:55.892873454 -0400
@@ -39,27 +39,7 @@
 
 #include <sqlite3.h>
 
-#include <camel/camel-mime-message.h>
-#include <camel/camel-i18n.h>
-#include <camel/camel-store.h>
-#include <camel/camel-folder.h>
-#include <camel/camel-db.h>
-#include <camel/camel-offline-store.h>
-#include <camel/camel-session.h>
-#include <camel/camel-url.h>
-#include <camel/camel-stream.h>
-#include <camel/camel-stream-mem.h>
-#include <camel/camel-multipart.h>
-#include <camel/camel-multipart-encrypted.h>
-#include <camel/camel-multipart-signed.h>
-#include <camel/camel-medium.h>
-#include <camel/camel-gpg-context.h>
-#include <camel/camel-smime-context.h>
-#include <camel/camel-string-utils.h>
-#include <camel/camel-stream-filter.h>
-#include <camel/camel-stream-null.h>
-#include <camel/camel-mime-filter-charset.h>
-#include <camel/camel-mime-filter-windows.h>
+#include <camel/camel.h>
 
 #include <mail/mail-config.h>
 #include <mail/mail-session.h>


Index: tracker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tracker/devel/tracker.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -p -r1.71 -r1.72
--- tracker.spec	7 May 2010 04:17:00 -0000	1.71
+++ tracker.spec	7 May 2010 15:20:09 -0000	1.72
@@ -7,6 +7,7 @@ Group:		Applications/System
 URL:		http://projects.gnome.org/tracker/
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/tracker/0.8/%{name}-%{version}.tar.bz2
 Patch0:		tracker-0.8-doc-build.patch
+Patch1:		tracker-eds-build-fix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	poppler-glib-devel evolution-devel libxml2-devel libgsf-devel 
 BuildRequires:	libuuid-devel libnotify-devel dbus-devel
@@ -76,6 +77,7 @@ This package contains the documentation 
 %prep
 %setup -q
 %patch0 -p0 -b .fix
+%patch1 -p0 -b .fix
 
 %global evo_plugins_dir %(pkg-config evolution-plugin --variable=plugindir)
 
@@ -182,6 +184,7 @@ fi
 * Thu May 06 2010 Deji Akingunola <dakingun at gmail.com> - 0.8.5-1
 - Update to 0.8.5 release
 - Provide an upgrade path for paperbox (make ~-search-tool obsolete it) on F-13.
+- Patch to build with eds-2.31.1
 
 * Thu Apr 29 2010 Deji Akingunola <dakingun at gmail.com> - 0.8.4-1
 - Update to 0.8.4 release



More information about the scm-commits mailing list