rpms/evolution-data-server/devel evolution-data-server-2.26.1-fix-libical-include.patch, NONE, 1.1 .cvsignore, 1.104, 1.105 evolution-data-server.spec, 1.259, 1.260 sources, 1.104, 1.105

Matthew Barnes mbarnes at fedoraproject.org
Tue Apr 14 02:31:32 UTC 2009


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-data-server/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25017

Modified Files:
	.cvsignore evolution-data-server.spec sources 
Added Files:
	evolution-data-server-2.26.1-fix-libical-include.patch 
Log Message:

* Mon Apr 13 2009 Matthew Barnes <mbarnes at redhat.com> - 2.26.1-1.fc11
- Update to 2.26.1


evolution-data-server-2.26.1-fix-libical-include.patch:

--- NEW FILE evolution-data-server-2.26.1-fix-libical-include.patch ---
diff -up evolution-data-server-2.26.1/calendar/libedata-cal/e-cal-backend-sync.c.fix-libical-include evolution-data-server-2.26.1/calendar/libedata-cal/e-cal-backend-sync.c
--- evolution-data-server-2.26.1/calendar/libedata-cal/e-cal-backend-sync.c.fix-libical-include	2009-04-13 05:02:39.000000000 -0400
+++ evolution-data-server-2.26.1/calendar/libedata-cal/e-cal-backend-sync.c	2009-04-13 22:22:08.000000000 -0400
@@ -11,7 +11,7 @@
 #endif
 
 #include "e-cal-backend-sync.h"
-#include <icaltz-util.h>
+#include <libical/icaltz-util.h>
 
 struct _ECalBackendSyncPrivate {
 	GMutex *sync_mutex;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/.cvsignore,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- .cvsignore	16 Mar 2009 11:47:10 -0000	1.104
+++ .cvsignore	14 Apr 2009 02:31:31 -0000	1.105
@@ -1 +1 @@
-evolution-data-server-2.26.0.tar.bz2
+evolution-data-server-2.26.1.tar.bz2


Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- evolution-data-server.spec	16 Mar 2009 11:47:10 -0000	1.259
+++ evolution-data-server.spec	14 Apr 2009 02:31:31 -0000	1.260
@@ -30,7 +30,7 @@
 ### Abstract ###
 
 Name: evolution-data-server
-Version: 2.26.0
+Version: 2.26.1
 Release: 1%{?dist}
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -53,6 +53,8 @@
 # RH bug #243296
 Patch12: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
 
+Patch13: evolution-data-server-2.26.1-fix-libical-include.patch
+
 ### Build Dependencies ###
 
 BuildRequires: GConf2-devel
@@ -136,6 +138,7 @@
 %patch10 -p1 -b .fix-ldap-query
 %patch11 -p1 -b .camel-folder-summary-crash
 %patch12 -p1 -b .fix-64bit-acinclude
+%patch13 -p1 -b .fix-libical-include
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -381,6 +384,9 @@
 %{_datadir}/gtk-doc/html/libedataserverui
 
 %changelog
+* Mon Apr 13 2009 Matthew Barnes <mbarnes at redhat.com> - 2.26.1-1.fc11
+- Update to 2.26.1
+
 * Mon Mar 16 2009 Matthew Barnes <mbarnes at redhat.com> - 2.26.0-1.fc11
 - Update to 2.26.0
 - Remove patch for RH bug #568332 (fixed upstream).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/sources,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- sources	16 Mar 2009 11:47:11 -0000	1.104
+++ sources	14 Apr 2009 02:31:31 -0000	1.105
@@ -1 +1 @@
-d010845a4ee9604f050403b106c2f416  evolution-data-server-2.26.0.tar.bz2
+2f5651141653f130d83301212b17db70  evolution-data-server-2.26.1.tar.bz2




More information about the fedora-extras-commits mailing list